SIZEOF 38 jcapimin.c if (structsize != SIZEOF(struct jpeg_compress_struct))
SIZEOF 40 jcapimin.c (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
SIZEOF 51 jcapimin.c MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
SIZEOF 921 jcarith.c SIZEOF(arith_entropy_encoder));
SIZEOF 187 jccoefct.c (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK));
SIZEOF 195 jccoefct.c compptr->MCU_width * SIZEOF(JBLOCK));
SIZEOF 293 jccoefct.c jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
SIZEOF 313 jccoefct.c (size_t) (blocks_across * SIZEOF(JBLOCK)));
SIZEOF 415 jccoefct.c SIZEOF(my_coef_controller));
SIZEOF 447 jccoefct.c C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
SIZEOF 95 jccolor.c (TABLE_SIZE * SIZEOF(INT32)));
SIZEOF 358 jccolor.c SIZEOF(my_color_converter));
SIZEOF 366 jcdctmgr.c DCTSIZE2 * SIZEOF(DCTELEM));
SIZEOF 401 jcdctmgr.c DCTSIZE2 * SIZEOF(DCTELEM));
SIZEOF 435 jcdctmgr.c DCTSIZE2 * SIZEOF(FAST_FLOAT));
SIZEOF 471 jcdctmgr.c SIZEOF(my_fdct_controller));
SIZEOF 187 jchuff.c SIZEOF(c_derived_tbl));
SIZEOF 230 jchuff.c MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
SIZEOF 1268 jchuff.c MEMZERO(bits, SIZEOF(bits));
SIZEOF 1269 jchuff.c MEMZERO(codesize, SIZEOF(codesize));
SIZEOF 1371 jchuff.c MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
SIZEOF 1413 jchuff.c MEMZERO(did_dc, SIZEOF(did_dc));
SIZEOF 1414 jchuff.c MEMZERO(did_ac, SIZEOF(did_ac));
SIZEOF 1483 jchuff.c MAX_CORR_BITS * SIZEOF(char));
SIZEOF 1513 jchuff.c 257 * SIZEOF(long));
SIZEOF 1514 jchuff.c MEMZERO(entropy->dc_count_ptrs[tbl], 257 * SIZEOF(long));
SIZEOF 1533 jchuff.c 257 * SIZEOF(long));
SIZEOF 1534 jchuff.c MEMZERO(entropy->ac_count_ptrs[tbl], 257 * SIZEOF(long));
SIZEOF 1564 jchuff.c SIZEOF(huff_entropy_encoder));
SIZEOF 253 jcmainct.c SIZEOF(my_main_controller));
SIZEOF 668 jcmarker.c SIZEOF(my_marker_writer));
SIZEOF 797 jcmaster.c SIZEOF(my_comp_master));
SIZEOF 91 jcomapi.c (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL));
SIZEOF 103 jcomapi.c (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL));
SIZEOF 179 jcparam.c MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
SIZEOF 191 jcparam.c MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
SIZEOF 300 jcparam.c MAX_COMPONENTS * SIZEOF(jpeg_component_info));
SIZEOF 592 jcparam.c cinfo->script_space_size * SIZEOF(jpeg_scan_info));
SIZEOF 283 jcprepct.c SIZEOF(JSAMPROW));
SIZEOF 299 jcprepct.c 3 * rgroup_height * SIZEOF(JSAMPROW));
SIZEOF 329 jcprepct.c SIZEOF(my_prep_controller));
SIZEOF 488 jcsample.c SIZEOF(my_downsampler));
SIZEOF 100 jctrans.c SIZEOF((*qtblptr)->quantval));
SIZEOF 366 jctrans.c SIZEOF(my_coef_controller));
SIZEOF 377 jctrans.c C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
SIZEOF 378 jctrans.c jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
SIZEOF 39 jdapimin.c if (structsize != SIZEOF(struct jpeg_decompress_struct))
SIZEOF 41 jdapimin.c (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
SIZEOF 52 jdapimin.c MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
SIZEOF 748 jdarith.c SIZEOF(arith_entropy_decoder));
SIZEOF 766 jdarith.c cinfo->num_components*DCTSIZE2*SIZEOF(int));
SIZEOF 71 jdatadst.c OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
SIZEOF 209 jdatadst.c SIZEOF(my_destination_mgr));
SIZEOF 246 jdatadst.c SIZEOF(my_mem_destination_mgr));
SIZEOF 223 jdatasrc.c SIZEOF(my_source_mgr));
SIZEOF 227 jdatasrc.c INPUT_BUF_SIZE * SIZEOF(JOCTET));
SIZEOF 263 jdatasrc.c SIZEOF(struct jpeg_source_mgr));
SIZEOF 166 jdcoefct.c (size_t) (cinfo->blocks_in_MCU * SIZEOF(JBLOCK)));
SIZEOF 423 jdcoefct.c (SAVED_COEFS * SIZEOF(int)));
SIZEOF 682 jdcoefct.c SIZEOF(my_coef_controller));
SIZEOF 728 jdcoefct.c D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
SIZEOF 79 jdcolor.c (MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF 82 jdcolor.c (MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF 85 jdcolor.c (MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF 88 jdcolor.c (MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF 311 jdcolor.c SIZEOF(my_color_deconverter));
SIZEOF 368 jddctmgr.c SIZEOF(my_idct_controller));
SIZEOF 377 jddctmgr.c SIZEOF(multiplier_table));
SIZEOF 378 jddctmgr.c MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
SIZEOF 350 jdhuff.c SIZEOF(d_derived_tbl));
SIZEOF 411 jdhuff.c MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits));
SIZEOF 1516 jdhuff.c SIZEOF(huff_entropy_decoder));
SIZEOF 1525 jdhuff.c cinfo->num_components*DCTSIZE2*SIZEOF(int));
SIZEOF 506 jdinput.c SIZEOF(JQUANT_TBL));
SIZEOF 507 jdinput.c MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
SIZEOF 648 jdinput.c SIZEOF(my_input_controller));
SIZEOF 173 jdmainct.c cinfo->num_components * 2 * SIZEOF(JSAMPARRAY));
SIZEOF 185 jdmainct.c 2 * (rgroup * (M + 4)) * SIZEOF(JSAMPROW));
SIZEOF 484 jdmainct.c SIZEOF(my_main_controller));
SIZEOF 280 jdmarker.c cinfo->num_components * SIZEOF(jpeg_component_info));
SIZEOF 482 jdmarker.c MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
SIZEOF 483 jdmarker.c MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
SIZEOF 802 jdmarker.c SIZEOF(struct jpeg_marker_struct) + limit);
SIZEOF 1316 jdmarker.c SIZEOF(my_marker_reader));
SIZEOF 1356 jdmarker.c maxlength = cinfo->mem->max_alloc_chunk - SIZEOF(struct jpeg_marker_struct);
SIZEOF 239 jdmaster.c (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
SIZEOF 243 jdmaster.c MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
SIZEOF 253 jdmaster.c (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
SIZEOF 255 jdmaster.c cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));
SIZEOF 525 jdmaster.c SIZEOF(my_decomp_master));
SIZEOF 92 jdmerge.c (MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF 95 jdmerge.c (MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF 98 jdmerge.c (MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF 101 jdmerge.c (MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF 376 jdmerge.c SIZEOF(my_upsampler));
SIZEOF 389 jdmerge.c (size_t) (upsample->out_row_width * SIZEOF(JSAMPLE)));
SIZEOF 256 jdpostct.c SIZEOF(my_post_controller));
SIZEOF 304 jdsample.c SIZEOF(my_upsampler));
SIZEOF 339 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 473 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 586 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 696 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 788 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 870 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 911 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 2565 jfdctint.c MEMZERO(&data[DCTSIZE*7], SIZEOF(DCTELEM) * DCTSIZE);
SIZEOF 2728 jfdctint.c MEMZERO(&data[DCTSIZE*6], SIZEOF(DCTELEM) * DCTSIZE * 2);
SIZEOF 2867 jfdctint.c MEMZERO(&data[DCTSIZE*5], SIZEOF(DCTELEM) * DCTSIZE * 3);
SIZEOF 3000 jfdctint.c MEMZERO(&data[DCTSIZE*4], SIZEOF(DCTELEM) * DCTSIZE * 4);
SIZEOF 3135 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 3235 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 3314 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 3542 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 3722 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 3871 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 4016 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 4151 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 4256 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 4330 jfdctint.c MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF 266 jmemmgr.c if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
SIZEOF 270 jmemmgr.c odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
SIZEOF 272 jmemmgr.c sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
SIZEOF 289 jmemmgr.c min_request = sizeofobject + SIZEOF(small_pool_hdr);
SIZEOF 350 jmemmgr.c if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
SIZEOF 354 jmemmgr.c odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
SIZEOF 356 jmemmgr.c sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
SIZEOF 363 jmemmgr.c SIZEOF(large_pool_hdr));
SIZEOF 366 jmemmgr.c mem->total_space_allocated += sizeofobject + SIZEOF(large_pool_hdr);
SIZEOF 406 jmemmgr.c ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
SIZEOF 407 jmemmgr.c ((long) samplesperrow * SIZEOF(JSAMPLE));
SIZEOF 418 jmemmgr.c (size_t) (numrows * SIZEOF(JSAMPROW)));
SIZEOF 426 jmemmgr.c * SIZEOF(JSAMPLE)));
SIZEOF 454 jmemmgr.c ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
SIZEOF 455 jmemmgr.c ((long) blocksperrow * SIZEOF(JBLOCK));
SIZEOF 466 jmemmgr.c (size_t) (numrows * SIZEOF(JBLOCKROW)));
SIZEOF 474 jmemmgr.c * SIZEOF(JBLOCK)));
SIZEOF 537 jmemmgr.c SIZEOF(struct jvirt_sarray_control));
SIZEOF 567 jmemmgr.c SIZEOF(struct jvirt_barray_control));
SIZEOF 601 jmemmgr.c (long) sptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF 603 jmemmgr.c (long) sptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF 609 jmemmgr.c (long) bptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF 611 jmemmgr.c (long) bptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF 651 jmemmgr.c (long) SIZEOF(JSAMPLE));
SIZEOF 675 jmemmgr.c (long) SIZEOF(JBLOCK));
SIZEOF 695 jmemmgr.c bytesperrow = (long) ptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF 728 jmemmgr.c bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF 820 jmemmgr.c size_t bytesperrow = (size_t) ptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF 905 jmemmgr.c size_t bytesperrow = (size_t) ptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF 974 jmemmgr.c SIZEOF(large_pool_hdr);
SIZEOF 988 jmemmgr.c SIZEOF(small_pool_hdr);
SIZEOF 1015 jmemmgr.c jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr));
SIZEOF 1044 jmemmgr.c if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0)
SIZEOF 1053 jmemmgr.c (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0)
SIZEOF 1059 jmemmgr.c mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr));
SIZEOF 1092 jmemmgr.c mem->total_space_allocated = SIZEOF(my_memory_mgr);
SIZEOF 404 jquant1.c SIZEOF(ODITHER_MATRIX));
SIZEOF 534 jquant1.c (size_t) (width * SIZEOF(JSAMPLE)));
SIZEOF 639 jquant1.c (size_t) (width * SIZEOF(JSAMPLE)));
SIZEOF 728 jquant1.c arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
SIZEOF 782 jquant1.c arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
SIZEOF 827 jquant1.c SIZEOF(my_cquantizer));
SIZEOF 548 jquant2.c ((j_common_ptr) cinfo, JPOOL_IMAGE, desired_colors * SIZEOF(box));
SIZEOF 1116 jquant2.c ((j_common_ptr) cinfo, JPOOL_IMAGE, (MAXJSAMPLE*2+1) * SIZEOF(int));
SIZEOF 1200 jquant2.c (3 * SIZEOF(FSERROR)));
SIZEOF 1218 jquant2.c HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
SIZEOF 1251 jquant2.c SIZEOF(my_cquantizer));
SIZEOF 1264 jquant2.c ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * SIZEOF(hist2d));
SIZEOF 1268 jquant2.c HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
SIZEOF 1304 jquant2.c (size_t) ((cinfo->output_width + 2) * (3 * SIZEOF(FSERROR))));
SIZEOF 174 jutils.c register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
SIZEOF 202 jutils.c FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
SIZEOF 432 rdbmp.c SIZEOF(bmp_source_struct));
SIZEOF 361 rdppm.c } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) {
SIZEOF 376 rdppm.c } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) {
SIZEOF 389 rdppm.c ((maxval<=255) ? SIZEOF(U_CHAR) : (2*SIZEOF(U_CHAR)));
SIZEOF 418 rdppm.c (size_t) (((long) maxval + 1L) * SIZEOF(JSAMPLE)));
SIZEOF 451 rdppm.c SIZEOF(ppm_source_struct));
SIZEOF 378 rdrle.c SIZEOF(rle_source_struct));
SIZEOF 253 rdswitch.c scanno * SIZEOF(jpeg_scan_info));
SIZEOF 254 rdswitch.c MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
SIZEOF 491 rdtarga.c SIZEOF(tga_source_struct));
SIZEOF 1065 transupp.c SIZEOF(jvirt_barray_ptr) * info->num_components);
SIZEOF 194 wrbmp.c MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
SIZEOF 195 wrbmp.c MEMZERO(bmpinfoheader, SIZEOF(bmpinfoheader));
SIZEOF 259 wrbmp.c MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
SIZEOF 260 wrbmp.c MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader));
SIZEOF 398 wrbmp.c SIZEOF(bmp_dest_struct));
SIZEOF 367 wrgif.c SIZEOF(gif_dest_struct));
SIZEOF 227 wrppm.c SIZEOF(ppm_dest_struct));
SIZEOF 236 wrppm.c dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char));
SIZEOF 241 wrppm.c SIZEOF(JSAMPLE) != SIZEOF(char)) {
SIZEOF 116 wrrle.c cmapsize = cinfo->out_color_components * CMAPLENGTH * SIZEOF(rle_map);
SIZEOF 284 wrrle.c SIZEOF(rle_dest_struct));
SIZEOF 60 wrtarga.c MEMZERO(targaheader, SIZEOF(targaheader));
SIZEOF 232 wrtarga.c SIZEOF(tga_dest_struct));
SIZEOF 243 wrtarga.c (size_t) (dest->buffer_width * SIZEOF(char)));