Searched refs:SIZEOF (Results 176 - 200 of 262) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djcapimin.c38 if (structsize != SIZEOF(struct jpeg_compress_struct))
40 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
H A Djdapimin.c38 if (structsize != SIZEOF(struct jpeg_decompress_struct))
40 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
51 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
H A Djdmaster.c255 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
259 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
269 (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
271 cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));
548 SIZEOF(my_decomp_master));
H A Djquant1.c404 SIZEOF(ODITHER_MATRIX));
534 (size_t) (width * SIZEOF(JSAMPLE)));
639 (size_t) (width * SIZEOF(JSAMPLE)));
728 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
782 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
827 SIZEOF(my_cquantizer));
H A Djcprepct.c281 SIZEOF(JSAMPROW));
296 3 * rgroup_height * SIZEOF(JSAMPROW));
326 SIZEOF(my_prep_controller));
H A Djdinput.c238 SIZEOF(JQUANT_TBL));
239 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
371 SIZEOF(my_input_controller));
H A Djquant2.c548 ((j_common_ptr) cinfo, JPOOL_IMAGE, desired_colors * SIZEOF(box));
1116 ((j_common_ptr) cinfo, JPOOL_IMAGE, (MAXJSAMPLE*2+1) * SIZEOF(int));
1200 (3 * SIZEOF(FSERROR)));
1218 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
1251 SIZEOF(my_cquantizer));
1264 ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * SIZEOF(hist2d));
1268 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
1304 (size_t) ((cinfo->output_width + 2) * (3 * SIZEOF(FSERROR))));
H A Djcphuff.c135 MAX_CORR_BITS * SIZEOF(char));
168 257 * SIZEOF(long));
169 MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long));
784 MEMZERO(did, SIZEOF(did));
821 SIZEOF(phuff_entropy_encoder));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djcapimin.c38 if (structsize != SIZEOF(struct jpeg_compress_struct))
40 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
H A Djdapimin.c39 if (structsize != SIZEOF(struct jpeg_decompress_struct))
41 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
52 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
H A Djddctmgr.c368 SIZEOF(my_idct_controller));
377 SIZEOF(multiplier_table));
378 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
H A Dwrtarga.c60 MEMZERO(targaheader, SIZEOF(targaheader));
232 SIZEOF(tga_dest_struct));
243 (size_t) (dest->buffer_width * SIZEOF(char)));
H A Dwrbmp.c194 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
195 MEMZERO(bmpinfoheader, SIZEOF(bmpinfoheader));
259 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader));
398 SIZEOF(bmp_dest_struct));
H A Djquant1.c404 SIZEOF(ODITHER_MATRIX));
534 (size_t) (width * SIZEOF(JSAMPLE)));
639 (size_t) (width * SIZEOF(JSAMPLE)));
728 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
782 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
827 SIZEOF(my_cquantizer));
H A Djcprepct.c283 SIZEOF(JSAMPROW));
299 3 * rgroup_height * SIZEOF(JSAMPROW));
329 SIZEOF(my_prep_controller));
H A Djdinput.c242 SIZEOF(JQUANT_TBL));
243 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
371 SIZEOF(my_input_controller));
H A Djquant2.c548 ((j_common_ptr) cinfo, JPOOL_IMAGE, desired_colors * SIZEOF(box));
1116 ((j_common_ptr) cinfo, JPOOL_IMAGE, (MAXJSAMPLE*2+1) * SIZEOF(int));
1200 (3 * SIZEOF(FSERROR)));
1218 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
1251 SIZEOF(my_cquantizer));
1264 ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * SIZEOF(hist2d));
1268 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
1304 (size_t) ((cinfo->output_width + 2) * (3 * SIZEOF(FSERROR))));
H A Drdswitch.c253 scanno * SIZEOF(jpeg_scan_info));
254 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
H A Dwrrle.c116 cmapsize = cinfo->out_color_components * CMAPLENGTH * SIZEOF(rle_map);
284 SIZEOF(rle_dest_struct));
H A Djdmaster.c369 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
373 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
383 (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
385 cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));
655 SIZEOF(my_decomp_master));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-ycp.c41 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
303 if (phase2_pushback_length == SIZEOF (phase2_pushback))
577 if (phase5_pushback_length == SIZEOF (phase5_pushback))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du-conv-to-enc.h79 size_t tmpbufsize = SIZEOF (tmpbuf);
H A Du16-conv-to-enc.c31 #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstriconveha.c31 #define SIZEOF(a) (sizeof(a)/sizeof(a[0])) macro
81 &autodetect_predefined[SIZEOF(autodetect_predefined)-1].next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwait-process.c97 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
130 static size_t slaves_allocated = SIZEOF (static_slaves);

Completed in 192 milliseconds

1234567891011