JOCTET             53 third_party/iccjpeg/iccjpeg.c 		   const JOCTET *icc_data_ptr,
JOCTET            166 third_party/iccjpeg/iccjpeg.c 		  JOCTET **icc_data_ptr,
JOCTET            172 third_party/iccjpeg/iccjpeg.c   JOCTET *icc_data;
JOCTET            224 third_party/iccjpeg/iccjpeg.c   icc_data = (JOCTET *) malloc(total_length * sizeof(JOCTET));
JOCTET            231 third_party/iccjpeg/iccjpeg.c       JOCTET FAR *src_ptr;
JOCTET            232 third_party/iccjpeg/iccjpeg.c       JOCTET *dst_ptr;
JOCTET             37 third_party/iccjpeg/iccjpeg.h 				   const JOCTET *icc_data_ptr,
JOCTET             77 third_party/iccjpeg/iccjpeg.h 				     JOCTET **icc_data_ptr,
JOCTET            193 third_party/libjpeg/jcapimin.c 		   const JOCTET *dataptr, unsigned int datalen)
JOCTET             81 third_party/libjpeg/jchuff.c   JOCTET * next_output_byte;	/* => next byte to write in buffer */
JOCTET            271 third_party/libjpeg/jchuff.c 	{ *(state)->next_output_byte++ = (JOCTET) (val);  \
JOCTET            113 third_party/libjpeg/jcmarker.c   *(dest->next_output_byte)++ = (JOCTET) val;
JOCTET             33 third_party/libjpeg/jcphuff.c   JOCTET * next_output_byte;	/* => next byte to write in buffer */
JOCTET            199 third_party/libjpeg/jcphuff.c 	{ *(entropy)->next_output_byte++ = (JOCTET) (val);  \
JOCTET             29 third_party/libjpeg/jdatadst.c   JOCTET * buffer;		/* start of buffer */
JOCTET             48 third_party/libjpeg/jdatadst.c   dest->buffer = (JOCTET *)
JOCTET             50 third_party/libjpeg/jdatadst.c 				  OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
JOCTET             29 third_party/libjpeg/jdatasrc.c   JOCTET * buffer;		/* start of buffer */
JOCTET            102 third_party/libjpeg/jdatasrc.c     src->buffer[0] = (JOCTET) 0xFF;
JOCTET            103 third_party/libjpeg/jdatasrc.c     src->buffer[1] = (JOCTET) JPEG_EOI;
JOCTET            198 third_party/libjpeg/jdatasrc.c     src->buffer = (JOCTET *)
JOCTET            200 third_party/libjpeg/jdatasrc.c 				  INPUT_BUF_SIZE * SIZEOF(JOCTET));
JOCTET            298 third_party/libjpeg/jdhuff.c   register const JOCTET * next_input_byte = state->next_input_byte;
JOCTET             90 third_party/libjpeg/jdhuff.h   const JOCTET * next_input_byte; /* => next byte to read from source */
JOCTET            121 third_party/libjpeg/jdmarker.c 	const JOCTET * next_input_byte = datasrc->next_input_byte;  \
JOCTET            590 third_party/libjpeg/jdmarker.c examine_app0 (j_decompress_ptr cinfo, JOCTET FAR * data,
JOCTET            666 third_party/libjpeg/jdmarker.c examine_app14 (j_decompress_ptr cinfo, JOCTET FAR * data,
JOCTET            701 third_party/libjpeg/jdmarker.c   JOCTET b[APPN_DATA_LEN];
JOCTET            722 third_party/libjpeg/jdmarker.c     examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length);
JOCTET            725 third_party/libjpeg/jdmarker.c     examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length);
JOCTET            751 third_party/libjpeg/jdmarker.c   JOCTET FAR * data;
JOCTET            777 third_party/libjpeg/jdmarker.c       data = cur_marker->data = (JOCTET FAR *) (cur_marker + 1);
JOCTET            204 third_party/libjpeg/jpeglib.h   JOCTET FAR * data;		/* the data contained in the marker */
JOCTET            718 third_party/libjpeg/jpeglib.h   JOCTET * next_output_byte;	/* => next byte to write in buffer */
JOCTET            730 third_party/libjpeg/jpeglib.h   const JOCTET * next_input_byte; /* => next byte to read from buffer */
JOCTET            955 third_party/libjpeg/jpeglib.h 	     const JOCTET * dataptr, unsigned int datalen));