SIZEOF             39 3rdparty/libjpeg/jcapimin.c   if (structsize != SIZEOF(struct jpeg_compress_struct))
SIZEOF             41 3rdparty/libjpeg/jcapimin.c              (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
SIZEOF             52 3rdparty/libjpeg/jcapimin.c     MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
SIZEOF            930 3rdparty/libjpeg/jcarith.c                                 SIZEOF(arith_entropy_encoder));
SIZEOF            188 3rdparty/libjpeg/jccoefct.c                        (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK));
SIZEOF            196 3rdparty/libjpeg/jccoefct.c                      compptr->MCU_width * SIZEOF(JBLOCK));
SIZEOF            294 3rdparty/libjpeg/jccoefct.c         FMEMZERO((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
SIZEOF            314 3rdparty/libjpeg/jccoefct.c                  (size_t) (blocks_across * SIZEOF(JBLOCK)));
SIZEOF            416 3rdparty/libjpeg/jccoefct.c                                 SIZEOF(my_coef_controller));
SIZEOF            448 3rdparty/libjpeg/jccoefct.c                                   C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
SIZEOF             96 3rdparty/libjpeg/jccolor.c                                 (TABLE_SIZE * SIZEOF(INT32)));
SIZEOF            429 3rdparty/libjpeg/jccolor.c                                 SIZEOF(my_color_converter));
SIZEOF            366 3rdparty/libjpeg/jcdctmgr.c                                       DCTSIZE2 * SIZEOF(DCTELEM));
SIZEOF            401 3rdparty/libjpeg/jcdctmgr.c                                         DCTSIZE2 * SIZEOF(DCTELEM));
SIZEOF            435 3rdparty/libjpeg/jcdctmgr.c                                         DCTSIZE2 * SIZEOF(FAST_FLOAT));
SIZEOF            471 3rdparty/libjpeg/jcdctmgr.c                                 SIZEOF(my_fdct_controller));
SIZEOF            187 3rdparty/libjpeg/jchuff.c                                   SIZEOF(c_derived_tbl));
SIZEOF            230 3rdparty/libjpeg/jchuff.c   MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
SIZEOF           1268 3rdparty/libjpeg/jchuff.c   MEMZERO(bits, SIZEOF(bits));
SIZEOF           1269 3rdparty/libjpeg/jchuff.c   MEMZERO(codesize, SIZEOF(codesize));
SIZEOF           1371 3rdparty/libjpeg/jchuff.c   MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
SIZEOF           1413 3rdparty/libjpeg/jchuff.c   MEMZERO(did_dc, SIZEOF(did_dc));
SIZEOF           1414 3rdparty/libjpeg/jchuff.c   MEMZERO(did_ac, SIZEOF(did_ac));
SIZEOF           1483 3rdparty/libjpeg/jchuff.c                                         MAX_CORR_BITS * SIZEOF(char));
SIZEOF           1513 3rdparty/libjpeg/jchuff.c                                         257 * SIZEOF(long));
SIZEOF           1514 3rdparty/libjpeg/jchuff.c         MEMZERO(entropy->dc_count_ptrs[tbl], 257 * SIZEOF(long));
SIZEOF           1533 3rdparty/libjpeg/jchuff.c                                         257 * SIZEOF(long));
SIZEOF           1534 3rdparty/libjpeg/jchuff.c         MEMZERO(entropy->ac_count_ptrs[tbl], 257 * SIZEOF(long));
SIZEOF           1564 3rdparty/libjpeg/jchuff.c                                 SIZEOF(huff_entropy_encoder));
SIZEOF            256 3rdparty/libjpeg/jcmainct.c                                 SIZEOF(my_main_controller));
SIZEOF            707 3rdparty/libjpeg/jcmarker.c                                 SIZEOF(my_marker_writer));
SIZEOF            813 3rdparty/libjpeg/jcmaster.c                                   SIZEOF(my_comp_master));
SIZEOF             91 3rdparty/libjpeg/jcomapi.c     (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL));
SIZEOF            103 3rdparty/libjpeg/jcomapi.c     (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL));
SIZEOF            179 3rdparty/libjpeg/jcparam.c   MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
SIZEOF            191 3rdparty/libjpeg/jcparam.c   MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
SIZEOF            300 3rdparty/libjpeg/jcparam.c                                   MAX_COMPONENTS * SIZEOF(jpeg_component_info));
SIZEOF            597 3rdparty/libjpeg/jcparam.c                         cinfo->script_space_size * SIZEOF(jpeg_scan_info));
SIZEOF            283 3rdparty/libjpeg/jcprepct.c                                 SIZEOF(JSAMPROW));
SIZEOF            299 3rdparty/libjpeg/jcprepct.c             3 * rgroup_height * SIZEOF(JSAMPROW));
SIZEOF            329 3rdparty/libjpeg/jcprepct.c                                 SIZEOF(my_prep_controller));
SIZEOF            488 3rdparty/libjpeg/jcsample.c                                 SIZEOF(my_downsampler));
SIZEOF            103 3rdparty/libjpeg/jctrans.c               SIZEOF((*qtblptr)->quantval));
SIZEOF            369 3rdparty/libjpeg/jctrans.c                                 SIZEOF(my_coef_controller));
SIZEOF            380 3rdparty/libjpeg/jctrans.c                                 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
SIZEOF            381 3rdparty/libjpeg/jctrans.c   FMEMZERO((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
SIZEOF             39 3rdparty/libjpeg/jdapimin.c   if (structsize != SIZEOF(struct jpeg_decompress_struct))
SIZEOF             41 3rdparty/libjpeg/jdapimin.c              (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
SIZEOF             52 3rdparty/libjpeg/jdapimin.c     MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
SIZEOF            758 3rdparty/libjpeg/jdarith.c                                 SIZEOF(arith_entropy_decoder));
SIZEOF            776 3rdparty/libjpeg/jdarith.c                                   cinfo->num_components*DCTSIZE2*SIZEOF(int));
SIZEOF             71 3rdparty/libjpeg/jdatadst.c                                   OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
SIZEOF            209 3rdparty/libjpeg/jdatadst.c                                   SIZEOF(my_destination_mgr));
SIZEOF            249 3rdparty/libjpeg/jdatadst.c                                   SIZEOF(my_mem_destination_mgr));
SIZEOF            224 3rdparty/libjpeg/jdatasrc.c                                   SIZEOF(my_source_mgr));
SIZEOF            228 3rdparty/libjpeg/jdatasrc.c                                   INPUT_BUF_SIZE * SIZEOF(JOCTET));
SIZEOF            264 3rdparty/libjpeg/jdatasrc.c                                   SIZEOF(struct jpeg_source_mgr));
SIZEOF            168 3rdparty/libjpeg/jdcoefct.c                  (size_t) (cinfo->blocks_in_MCU * SIZEOF(JBLOCK)));
SIZEOF            425 3rdparty/libjpeg/jdcoefct.c                                   (SAVED_COEFS * SIZEOF(int)));
SIZEOF            684 3rdparty/libjpeg/jdcoefct.c                                 SIZEOF(my_coef_controller));
SIZEOF            730 3rdparty/libjpeg/jdcoefct.c                                   D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
SIZEOF            736 3rdparty/libjpeg/jdcoefct.c                (size_t) (D_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK)));
SIZEOF            100 3rdparty/libjpeg/jdcolor.c                                 (MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF            103 3rdparty/libjpeg/jdcolor.c                                 (MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF            106 3rdparty/libjpeg/jdcolor.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF            109 3rdparty/libjpeg/jdcolor.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF            198 3rdparty/libjpeg/jdcolor.c                                 (TABLE_SIZE * SIZEOF(INT32)));
SIZEOF            506 3rdparty/libjpeg/jdcolor.c                                 SIZEOF(my_color_deconverter));
SIZEOF            370 3rdparty/libjpeg/jddctmgr.c                                 SIZEOF(my_idct_controller));
SIZEOF            379 3rdparty/libjpeg/jddctmgr.c                                   SIZEOF(multiplier_table));
SIZEOF            380 3rdparty/libjpeg/jddctmgr.c     MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
SIZEOF            350 3rdparty/libjpeg/jdhuff.c                                   SIZEOF(d_derived_tbl));
SIZEOF            411 3rdparty/libjpeg/jdhuff.c   MEMZERO(dtbl->look_nbits, SIZEOF(dtbl->look_nbits));
SIZEOF           1517 3rdparty/libjpeg/jdhuff.c                                 SIZEOF(huff_entropy_decoder));
SIZEOF           1526 3rdparty/libjpeg/jdhuff.c                                   cinfo->num_components*DCTSIZE2*SIZEOF(int));
SIZEOF            506 3rdparty/libjpeg/jdinput.c                                   SIZEOF(JQUANT_TBL));
SIZEOF            507 3rdparty/libjpeg/jdinput.c     MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
SIZEOF            648 3rdparty/libjpeg/jdinput.c                                 SIZEOF(my_input_controller));
SIZEOF            174 3rdparty/libjpeg/jdmainct.c                                 cinfo->num_components * 2 * SIZEOF(JSAMPARRAY));
SIZEOF            186 3rdparty/libjpeg/jdmainct.c                                   2 * (rgroup * (M + 4)) * SIZEOF(JSAMPROW));
SIZEOF            485 3rdparty/libjpeg/jdmainct.c                                 SIZEOF(my_main_controller));
SIZEOF            282 3rdparty/libjpeg/jdmarker.c                          cinfo->num_components * SIZEOF(jpeg_component_info));
SIZEOF            514 3rdparty/libjpeg/jdmarker.c     MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
SIZEOF            515 3rdparty/libjpeg/jdmarker.c     MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
SIZEOF            896 3rdparty/libjpeg/jdmarker.c                                     SIZEOF(struct jpeg_marker_struct) + limit);
SIZEOF           1415 3rdparty/libjpeg/jdmarker.c                                 SIZEOF(my_marker_reader));
SIZEOF           1455 3rdparty/libjpeg/jdmarker.c   maxlength = cinfo->mem->max_alloc_chunk - SIZEOF(struct jpeg_marker_struct);
SIZEOF            237 3rdparty/libjpeg/jdmaster.c                 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
SIZEOF            241 3rdparty/libjpeg/jdmaster.c   MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
SIZEOF            251 3rdparty/libjpeg/jdmaster.c           (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
SIZEOF            253 3rdparty/libjpeg/jdmaster.c           cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));
SIZEOF            523 3rdparty/libjpeg/jdmaster.c                                   SIZEOF(my_decomp_master));
SIZEOF             92 3rdparty/libjpeg/jdmerge.c                                 (MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF             95 3rdparty/libjpeg/jdmerge.c                                 (MAXJSAMPLE+1) * SIZEOF(int));
SIZEOF             98 3rdparty/libjpeg/jdmerge.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF            101 3rdparty/libjpeg/jdmerge.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
SIZEOF            376 3rdparty/libjpeg/jdmerge.c                                 SIZEOF(my_upsampler));
SIZEOF            389 3rdparty/libjpeg/jdmerge.c                 (size_t) (upsample->out_row_width * SIZEOF(JSAMPLE)));
SIZEOF            256 3rdparty/libjpeg/jdpostct.c                                 SIZEOF(my_post_controller));
SIZEOF            304 3rdparty/libjpeg/jdsample.c                                 SIZEOF(my_upsampler));
SIZEOF            339 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF            473 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF            586 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF            696 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF            788 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF            870 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF            911 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF           2565 3rdparty/libjpeg/jfdctint.c   MEMZERO(&data[DCTSIZE*7], SIZEOF(DCTELEM) * DCTSIZE);
SIZEOF           2728 3rdparty/libjpeg/jfdctint.c   MEMZERO(&data[DCTSIZE*6], SIZEOF(DCTELEM) * DCTSIZE * 2);
SIZEOF           2867 3rdparty/libjpeg/jfdctint.c   MEMZERO(&data[DCTSIZE*5], SIZEOF(DCTELEM) * DCTSIZE * 3);
SIZEOF           3000 3rdparty/libjpeg/jfdctint.c   MEMZERO(&data[DCTSIZE*4], SIZEOF(DCTELEM) * DCTSIZE * 4);
SIZEOF           3135 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF           3235 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF           3314 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF           3542 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF           3722 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF           3871 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF           4016 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF           4151 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF           4256 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF           4330 3rdparty/libjpeg/jfdctint.c   MEMZERO(data, SIZEOF(DCTELEM) * DCTSIZE2);
SIZEOF            267 3rdparty/libjpeg/jmemmgr.c   if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
SIZEOF            271 3rdparty/libjpeg/jmemmgr.c   odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
SIZEOF            273 3rdparty/libjpeg/jmemmgr.c     sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
SIZEOF            290 3rdparty/libjpeg/jmemmgr.c     min_request = sizeofobject + SIZEOF(small_pool_hdr);
SIZEOF            351 3rdparty/libjpeg/jmemmgr.c   if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
SIZEOF            355 3rdparty/libjpeg/jmemmgr.c   odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
SIZEOF            357 3rdparty/libjpeg/jmemmgr.c     sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
SIZEOF            364 3rdparty/libjpeg/jmemmgr.c                                             SIZEOF(large_pool_hdr));
SIZEOF            367 3rdparty/libjpeg/jmemmgr.c   mem->total_space_allocated += sizeofobject + SIZEOF(large_pool_hdr);
SIZEOF            407 3rdparty/libjpeg/jmemmgr.c   ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
SIZEOF            408 3rdparty/libjpeg/jmemmgr.c           ((long) samplesperrow * SIZEOF(JSAMPLE));
SIZEOF            419 3rdparty/libjpeg/jmemmgr.c                                     (size_t) (numrows * SIZEOF(JSAMPROW)));
SIZEOF            427 3rdparty/libjpeg/jmemmgr.c                   * SIZEOF(JSAMPLE)));
SIZEOF            455 3rdparty/libjpeg/jmemmgr.c   ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
SIZEOF            456 3rdparty/libjpeg/jmemmgr.c           ((long) blocksperrow * SIZEOF(JBLOCK));
SIZEOF            467 3rdparty/libjpeg/jmemmgr.c                                      (size_t) (numrows * SIZEOF(JBLOCKROW)));
SIZEOF            475 3rdparty/libjpeg/jmemmgr.c                   * SIZEOF(JBLOCK)));
SIZEOF            538 3rdparty/libjpeg/jmemmgr.c                                           SIZEOF(struct jvirt_sarray_control));
SIZEOF            568 3rdparty/libjpeg/jmemmgr.c                                           SIZEOF(struct jvirt_barray_control));
SIZEOF            602 3rdparty/libjpeg/jmemmgr.c                              (long) sptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF            604 3rdparty/libjpeg/jmemmgr.c                        (long) sptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF            610 3rdparty/libjpeg/jmemmgr.c                              (long) bptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF            612 3rdparty/libjpeg/jmemmgr.c                        (long) bptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF            652 3rdparty/libjpeg/jmemmgr.c                                 (long) SIZEOF(JSAMPLE));
SIZEOF            676 3rdparty/libjpeg/jmemmgr.c                                 (long) SIZEOF(JBLOCK));
SIZEOF            696 3rdparty/libjpeg/jmemmgr.c   bytesperrow = (long) ptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF            729 3rdparty/libjpeg/jmemmgr.c   bytesperrow = (long) ptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF            821 3rdparty/libjpeg/jmemmgr.c       size_t bytesperrow = (size_t) ptr->samplesperrow * SIZEOF(JSAMPLE);
SIZEOF            906 3rdparty/libjpeg/jmemmgr.c       size_t bytesperrow = (size_t) ptr->blocksperrow * SIZEOF(JBLOCK);
SIZEOF            975 3rdparty/libjpeg/jmemmgr.c                   SIZEOF(large_pool_hdr);
SIZEOF            989 3rdparty/libjpeg/jmemmgr.c                   SIZEOF(small_pool_hdr);
SIZEOF           1016 3rdparty/libjpeg/jmemmgr.c   jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr));
SIZEOF           1045 3rdparty/libjpeg/jmemmgr.c   if ((SIZEOF(ALIGN_TYPE) & (SIZEOF(ALIGN_TYPE)-1)) != 0)
SIZEOF           1054 3rdparty/libjpeg/jmemmgr.c       (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0)
SIZEOF           1060 3rdparty/libjpeg/jmemmgr.c   mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr));
SIZEOF           1093 3rdparty/libjpeg/jmemmgr.c   mem->total_space_allocated = SIZEOF(my_memory_mgr);
SIZEOF            405 3rdparty/libjpeg/jquant1.c                                 SIZEOF(ODITHER_MATRIX));
SIZEOF            535 3rdparty/libjpeg/jquant1.c              (size_t) (width * SIZEOF(JSAMPLE)));
SIZEOF            640 3rdparty/libjpeg/jquant1.c              (size_t) (width * SIZEOF(JSAMPLE)));
SIZEOF            729 3rdparty/libjpeg/jquant1.c   arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
SIZEOF            783 3rdparty/libjpeg/jquant1.c     arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
SIZEOF            828 3rdparty/libjpeg/jquant1.c                                 SIZEOF(my_cquantizer));
SIZEOF            549 3rdparty/libjpeg/jquant2.c     ((j_common_ptr) cinfo, JPOOL_IMAGE, desired_colors * SIZEOF(box));
SIZEOF           1117 3rdparty/libjpeg/jquant2.c     ((j_common_ptr) cinfo, JPOOL_IMAGE, (MAXJSAMPLE*2+1) * SIZEOF(int));
SIZEOF           1201 3rdparty/libjpeg/jquant2.c                                    (3 * SIZEOF(FSERROR)));
SIZEOF           1219 3rdparty/libjpeg/jquant2.c                HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
SIZEOF           1252 3rdparty/libjpeg/jquant2.c                                 SIZEOF(my_cquantizer));
SIZEOF           1265 3rdparty/libjpeg/jquant2.c     ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * SIZEOF(hist2d));
SIZEOF           1269 3rdparty/libjpeg/jquant2.c        HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
SIZEOF           1305 3rdparty/libjpeg/jquant2.c        (size_t) ((cinfo->output_width + 2) * (3 * SIZEOF(FSERROR))));
SIZEOF            188 3rdparty/libjpeg/jutils.c   register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
SIZEOF            216 3rdparty/libjpeg/jutils.c   FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));