SIZEOF             38 third_party/libjpeg/jcapimin.c   if (structsize != SIZEOF(struct jpeg_compress_struct))
SIZEOF             40 third_party/libjpeg/jcapimin.c 	     (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
SIZEOF             51 third_party/libjpeg/jcapimin.c     MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
SIZEOF            184 third_party/libjpeg/jccoefct.c 			(compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK));
SIZEOF            192 third_party/libjpeg/jccoefct.c 		      compptr->MCU_width * SIZEOF(JBLOCK));
SIZEOF            289 third_party/libjpeg/jccoefct.c 	jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
SIZEOF            309 third_party/libjpeg/jccoefct.c 		  (size_t) (blocks_across * SIZEOF(JBLOCK)));
SIZEOF            411 third_party/libjpeg/jccoefct.c 				SIZEOF(my_coef_controller));
SIZEOF            443 third_party/libjpeg/jccoefct.c 				  C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
SIZEOF             95 third_party/libjpeg/jccolor.c 				(TABLE_SIZE * SIZEOF(INT32)));
SIZEOF            358 third_party/libjpeg/jccolor.c 				SIZEOF(my_color_converter));
SIZEOF             81 third_party/libjpeg/jcdctmgr.c 				      DCTSIZE2 * SIZEOF(DCTELEM));
SIZEOF            115 third_party/libjpeg/jcdctmgr.c 					DCTSIZE2 * SIZEOF(DCTELEM));
SIZEOF            148 third_party/libjpeg/jcdctmgr.c 					DCTSIZE2 * SIZEOF(FAST_FLOAT));
SIZEOF            352 third_party/libjpeg/jcdctmgr.c 				SIZEOF(my_fdct_controller));
SIZEOF            141 third_party/libjpeg/jchuff.c 				      257 * SIZEOF(long));
SIZEOF            142 third_party/libjpeg/jchuff.c       MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long));
SIZEOF            146 third_party/libjpeg/jchuff.c 				      257 * SIZEOF(long));
SIZEOF            147 third_party/libjpeg/jchuff.c       MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
SIZEOF            205 third_party/libjpeg/jchuff.c 				  SIZEOF(c_derived_tbl));
SIZEOF            248 third_party/libjpeg/jchuff.c   MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
SIZEOF            717 third_party/libjpeg/jchuff.c   MEMZERO(bits, SIZEOF(bits));
SIZEOF            718 third_party/libjpeg/jchuff.c   MEMZERO(codesize, SIZEOF(codesize));
SIZEOF            820 third_party/libjpeg/jchuff.c   MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
SIZEOF            858 third_party/libjpeg/jchuff.c   MEMZERO(did_dc, SIZEOF(did_dc));
SIZEOF            859 third_party/libjpeg/jchuff.c   MEMZERO(did_ac, SIZEOF(did_ac));
SIZEOF            898 third_party/libjpeg/jchuff.c 				SIZEOF(huff_entropy_encoder));
SIZEOF            253 third_party/libjpeg/jcmainct.c 				SIZEOF(my_main_controller));
SIZEOF            652 third_party/libjpeg/jcmarker.c 				SIZEOF(my_marker_writer));
SIZEOF            549 third_party/libjpeg/jcmaster.c 				  SIZEOF(my_comp_master));
SIZEOF             91 third_party/libjpeg/jcomapi.c     (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL));
SIZEOF            103 third_party/libjpeg/jcomapi.c     (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL));
SIZEOF            162 third_party/libjpeg/jcparam.c   MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
SIZEOF            174 third_party/libjpeg/jcparam.c   MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
SIZEOF            283 third_party/libjpeg/jcparam.c 				  MAX_COMPONENTS * SIZEOF(jpeg_component_info));
SIZEOF            570 third_party/libjpeg/jcparam.c 			cinfo->script_space_size * SIZEOF(jpeg_scan_info));
SIZEOF            135 third_party/libjpeg/jcphuff.c 				      MAX_CORR_BITS * SIZEOF(char));
SIZEOF            168 third_party/libjpeg/jcphuff.c 				      257 * SIZEOF(long));
SIZEOF            169 third_party/libjpeg/jcphuff.c       MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long));
SIZEOF            784 third_party/libjpeg/jcphuff.c   MEMZERO(did, SIZEOF(did));
SIZEOF            821 third_party/libjpeg/jcphuff.c 				SIZEOF(phuff_entropy_encoder));
SIZEOF            281 third_party/libjpeg/jcprepct.c 				SIZEOF(JSAMPROW));
SIZEOF            296 third_party/libjpeg/jcprepct.c 	    3 * rgroup_height * SIZEOF(JSAMPROW));
SIZEOF            326 third_party/libjpeg/jcprepct.c 				SIZEOF(my_prep_controller));
SIZEOF            473 third_party/libjpeg/jcsample.c 				SIZEOF(my_downsampler));
SIZEOF             38 third_party/libjpeg/jdapimin.c   if (structsize != SIZEOF(struct jpeg_decompress_struct))
SIZEOF             40 third_party/libjpeg/jdapimin.c 	     (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
SIZEOF             51 third_party/libjpeg/jdapimin.c     MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
SIZEOF             50 third_party/libjpeg/jdatadst.c 				  OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
SIZEOF            143 third_party/libjpeg/jdatadst.c 				  SIZEOF(my_destination_mgr));
SIZEOF            196 third_party/libjpeg/jdatasrc.c 				  SIZEOF(my_source_mgr));
SIZEOF            200 third_party/libjpeg/jdatasrc.c 				  INPUT_BUF_SIZE * SIZEOF(JOCTET));
SIZEOF            166 third_party/libjpeg/jdcoefct.c 		(size_t) (cinfo->blocks_in_MCU * SIZEOF(JBLOCK)));
SIZEOF            423 third_party/libjpeg/jdcoefct.c 				  (SAVED_COEFS * SIZEOF(int)));
SIZEOF            682 third_party/libjpeg/jdcoefct.c 				SIZEOF(my_coef_controller));
SIZEOF            728 third_party/libjpeg/jdcoefct.c 				  D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
SIZEOF             79 third_party/libjpeg/jdcolor.c 				(MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF             82 third_party/libjpeg/jdcolor.c 				(MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF             85 third_party/libjpeg/jdcolor.c 				(MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF             88 third_party/libjpeg/jdcolor.c 				(MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF            311 third_party/libjpeg/jdcolor.c 				SIZEOF(my_color_deconverter));
SIZEOF            255 third_party/libjpeg/jddctmgr.c 				SIZEOF(my_idct_controller));
SIZEOF            264 third_party/libjpeg/jddctmgr.c 				  SIZEOF(multiplier_table));
SIZEOF            265 third_party/libjpeg/jddctmgr.c     MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
SIZEOF            176 third_party/libjpeg/jdhuff.c 				  SIZEOF(d_derived_tbl));
SIZEOF            237 third_party/libjpeg/jdhuff.c   MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits));
SIZEOF            642 third_party/libjpeg/jdhuff.c 				SIZEOF(huff_entropy_decoder));
SIZEOF            239 third_party/libjpeg/jdinput.c 				  SIZEOF(JQUANT_TBL));
SIZEOF            240 third_party/libjpeg/jdinput.c     MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
SIZEOF            368 third_party/libjpeg/jdinput.c 				SIZEOF(my_input_controller));
SIZEOF            173 third_party/libjpeg/jdmainct.c 				cinfo->num_components * 2 * SIZEOF(JSAMPARRAY));
SIZEOF            185 third_party/libjpeg/jdmainct.c 				  2 * (rgroup * (M + 4)) * SIZEOF(JSAMPROW));
SIZEOF            484 third_party/libjpeg/jdmainct.c 				SIZEOF(my_main_controller));
SIZEOF            277 third_party/libjpeg/jdmarker.c 			 cinfo->num_components * SIZEOF(jpeg_component_info));
SIZEOF            483 third_party/libjpeg/jdmarker.c     MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
SIZEOF            484 third_party/libjpeg/jdmarker.c     MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
SIZEOF            771 third_party/libjpeg/jdmarker.c 				    SIZEOF(struct jpeg_marker_struct) + limit);
SIZEOF           1276 third_party/libjpeg/jdmarker.c 				SIZEOF(my_marker_reader));
SIZEOF           1316 third_party/libjpeg/jdmarker.c   maxlength = cinfo->mem->max_alloc_chunk - SIZEOF(struct jpeg_marker_struct);
SIZEOF            256 third_party/libjpeg/jdmaster.c 		(5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
SIZEOF            260 third_party/libjpeg/jdmaster.c   MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
SIZEOF            270 third_party/libjpeg/jdmaster.c 	  (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
SIZEOF            272 third_party/libjpeg/jdmaster.c 	  cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));
SIZEOF            549 third_party/libjpeg/jdmaster.c 				  SIZEOF(my_decomp_master));
SIZEOF             92 third_party/libjpeg/jdmerge.c 				(MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF             95 third_party/libjpeg/jdmerge.c 				(MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF             98 third_party/libjpeg/jdmerge.c 				(MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF            101 third_party/libjpeg/jdmerge.c 				(MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF            376 third_party/libjpeg/jdmerge.c 				SIZEOF(my_upsampler));
SIZEOF            389 third_party/libjpeg/jdmerge.c 		(size_t) (upsample->out_row_width * SIZEOF(JSAMPLE)));
SIZEOF            649 third_party/libjpeg/jdphuff.c 				SIZEOF(phuff_entropy_decoder));
SIZEOF            661 third_party/libjpeg/jdphuff.c 				cinfo->num_components*DCTSIZE2*SIZEOF(int));
SIZEOF            256 third_party/libjpeg/jdpostct.c 				SIZEOF(my_post_controller));
SIZEOF            409 third_party/libjpeg/jdsample.c 				SIZEOF(my_upsampler));
SIZEOF            266 third_party/libjpeg/jmemmgr.c   if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
SIZEOF            270 third_party/libjpeg/jmemmgr.c   odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
SIZEOF            272 third_party/libjpeg/jmemmgr.c     sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
SIZEOF            289 third_party/libjpeg/jmemmgr.c     min_request = sizeofobject + SIZEOF(small_pool_hdr);
SIZEOF            350 third_party/libjpeg/jmemmgr.c   if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
SIZEOF            354 third_party/libjpeg/jmemmgr.c   odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
SIZEOF            356 third_party/libjpeg/jmemmgr.c     sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
SIZEOF            363 third_party/libjpeg/jmemmgr.c 					    SIZEOF(large_pool_hdr));
SIZEOF            366 third_party/libjpeg/jmemmgr.c   mem->total_space_allocated += sizeofobject + SIZEOF(large_pool_hdr);
SIZEOF            406 third_party/libjpeg/jmemmgr.c   ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
SIZEOF            407 third_party/libjpeg/jmemmgr.c 	  ((long) samplesperrow * SIZEOF(JSAMPLE));
SIZEOF            418 third_party/libjpeg/jmemmgr.c 				    (size_t) (numrows * SIZEOF(JSAMPROW)));
SIZEOF            426 third_party/libjpeg/jmemmgr.c 		  * SIZEOF(JSAMPLE)));
SIZEOF            454 third_party/libjpeg/jmemmgr.c   ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
SIZEOF            455 third_party/libjpeg/jmemmgr.c 	  ((long) blocksperrow * SIZEOF(JBLOCK));
SIZEOF            466 third_party/libjpeg/jmemmgr.c 				     (size_t) (numrows * SIZEOF(JBLOCKROW)));
SIZEOF            474 third_party/libjpeg/jmemmgr.c 		  * SIZEOF(JBLOCK)));
SIZEOF            537 third_party/libjpeg/jmemmgr.c 					  SIZEOF(struct jvirt_sarray_control));
SIZEOF            567 third_party/libjpeg/jmemmgr.c 					  SIZEOF(struct jvirt_barray_control));
SIZEOF            601 third_party/libjpeg/jmemmgr.c 			     (long) sptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF            603 third_party/libjpeg/jmemmgr.c 		       (long) sptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF            609 third_party/libjpeg/jmemmgr.c 			     (long) bptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF            611 third_party/libjpeg/jmemmgr.c 		       (long) bptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF            651 third_party/libjpeg/jmemmgr.c 				(long) SIZEOF(JSAMPLE));
SIZEOF            675 third_party/libjpeg/jmemmgr.c 				(long) SIZEOF(JBLOCK));
SIZEOF            695 third_party/libjpeg/jmemmgr.c   bytesperrow = (long) ptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF            728 third_party/libjpeg/jmemmgr.c   bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF            820 third_party/libjpeg/jmemmgr.c       size_t bytesperrow = (size_t) ptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF            905 third_party/libjpeg/jmemmgr.c       size_t bytesperrow = (size_t) ptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF            974 third_party/libjpeg/jmemmgr.c 		  SIZEOF(large_pool_hdr);
SIZEOF            988 third_party/libjpeg/jmemmgr.c 		  SIZEOF(small_pool_hdr);
SIZEOF           1015 third_party/libjpeg/jmemmgr.c   jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr));
SIZEOF           1044 third_party/libjpeg/jmemmgr.c   if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0)
SIZEOF           1053 third_party/libjpeg/jmemmgr.c       (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0)
SIZEOF           1059 third_party/libjpeg/jmemmgr.c   mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr));
SIZEOF           1092 third_party/libjpeg/jmemmgr.c   mem->total_space_allocated = SIZEOF(my_memory_mgr);
SIZEOF            404 third_party/libjpeg/jquant1.c 				SIZEOF(ODITHER_MATRIX));
SIZEOF            534 third_party/libjpeg/jquant1.c 	      (size_t) (width * SIZEOF(JSAMPLE)));
SIZEOF            639 third_party/libjpeg/jquant1.c 	      (size_t) (width * SIZEOF(JSAMPLE)));
SIZEOF            728 third_party/libjpeg/jquant1.c   arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
SIZEOF            782 third_party/libjpeg/jquant1.c     arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
SIZEOF            827 third_party/libjpeg/jquant1.c 				SIZEOF(my_cquantizer));
SIZEOF            548 third_party/libjpeg/jquant2.c     ((j_common_ptr) cinfo, JPOOL_IMAGE, desired_colors * SIZEOF(box));
SIZEOF           1116 third_party/libjpeg/jquant2.c     ((j_common_ptr) cinfo, JPOOL_IMAGE, (MAXJSAMPLE*2+1) * SIZEOF(int));
SIZEOF           1200 third_party/libjpeg/jquant2.c 				   (3 * SIZEOF(FSERROR)));
SIZEOF           1218 third_party/libjpeg/jquant2.c 		HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
SIZEOF           1251 third_party/libjpeg/jquant2.c 				SIZEOF(my_cquantizer));
SIZEOF           1264 third_party/libjpeg/jquant2.c     ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * SIZEOF(hist2d));
SIZEOF           1268 third_party/libjpeg/jquant2.c        HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
SIZEOF           1304 third_party/libjpeg/jquant2.c        (size_t) ((cinfo->output_width + 2) * (3 * SIZEOF(FSERROR))));
SIZEOF            122 third_party/libjpeg/jutils.c   register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
SIZEOF            150 third_party/libjpeg/jutils.c   FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));