Searched refs:SIZEOF (Results 1 - 25 of 95) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemmgr.c85 * field. This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
269 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
270 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
272 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
289 min_request = sizeofobject + SIZEOF(small_pool_hdr);
350 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
353 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
354 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
356 sizeofobject += SIZEOF(ALIGN_TYP
[all...]
H A Djcomapi.c91 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL));
103 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL));
H A Djinclude.h77 * we always use this SIZEOF() macro in place of using sizeof() directly.
80 #define SIZEOF(object) ((size_t) sizeof(object)) macro
H A Djutils.c174 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
202 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
H A Djdatasrc.c223 SIZEOF(my_source_mgr));
227 INPUT_BUF_SIZE * SIZEOF(JOCTET));
263 SIZEOF(struct jpeg_source_mgr));
H A Drdppm.c361 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) {
376 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) {
389 ((maxval<=255) ? SIZEOF(U_CHAR) : (2*SIZEOF(U_CHAR)));
418 (size_t) (((long) maxval + 1L) * SIZEOF(JSAMPLE)));
451 SIZEOF(ppm_source_struct));
H A Dwrppm.c227 SIZEOF(ppm_dest_struct));
236 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char));
241 SIZEOF(JSAMPLE) != SIZEOF(char)) {
H A Djdcolor.c79 (MAXJSAMPLE+1) * SIZEOF(int));
82 (MAXJSAMPLE+1) * SIZEOF(int));
85 (MAXJSAMPLE+1) * SIZEOF(INT32));
88 (MAXJSAMPLE+1) * SIZEOF(INT32));
311 SIZEOF(my_color_deconverter));
H A Djccoefct.c187 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK));
195 compptr->MCU_width * SIZEOF(JBLOCK));
293 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
313 (size_t) (blocks_across * SIZEOF(JBLOCK)));
415 SIZEOF(my_coef_controller));
447 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
H A Djdmerge.c92 (MAXJSAMPLE+1) * SIZEOF(int));
95 (MAXJSAMPLE+1) * SIZEOF(int));
98 (MAXJSAMPLE+1) * SIZEOF(INT32));
101 (MAXJSAMPLE+1) * SIZEOF(INT32));
376 SIZEOF(my_upsampler));
389 (size_t) (upsample->out_row_width * SIZEOF(JSAMPLE)));
H A Djcdctmgr.c366 DCTSIZE2 * SIZEOF(DCTELEM));
401 DCTSIZE2 * SIZEOF(DCTELEM));
435 DCTSIZE2 * SIZEOF(FAST_FLOAT));
471 SIZEOF(my_fdct_controller));
H A Djctrans.c100 SIZEOF((*qtblptr)->quantval));
366 SIZEOF(my_coef_controller));
377 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
378 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
H A Djcapimin.c39 if (structsize != SIZEOF(struct jpeg_compress_struct))
41 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
52 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 Djdatadst.c71 OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
209 SIZEOF(my_destination_mgr));
246 SIZEOF(my_mem_destination_mgr));
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dmake_keys.c46 #define UNKNOWN (SIZEOF(strnames) + SIZEOF(strfnames))
H A Dlib_baudrate.c163 for (i = 0; i < SIZEOF(speeds); i++) {
187 for (i = 0; i < SIZEOF(speeds); i++) {
H A Dalloc_entry.c178 if (i < SIZEOF(offsets)) {
202 if (i < SIZEOF(offsets)) {
216 if (n < SIZEOF(offsets)) {
/macosx-10.10/ncurses-44/ncurses/test/
H A Dlrtest.c138 for (n = 0; n < SIZEOF(marks); n++) {
157 for (n = 0; n < SIZEOF(marks); n++) {
H A Dchgat.c85 for (n = 0; n < SIZEOF(table); ++n) {
89 if (state < SIZEOF(table)) {
115 if (state < SIZEOF(table)) {
216 for (row = 0; row < (int) SIZEOF(table) && row < y_max; ++row) {
H A Ddemo_menus.c313 static ITEM *items[SIZEOF(labels)];
322 mpFile = menu_create(items, SIZEOF(labels) - 1, 1, number);
402 count = SIZEOF(labels) - 1;
456 static ITEM *items[SIZEOF(t_tbl)];
465 mpTrace = menu_create(items, SIZEOF(t_tbl) - 1, 2, number);
600 static ITEM *items[SIZEOF(labels)];
609 mpBanner = menu_create(items, SIZEOF(labels) - 1, SIZEOF(labels) - 1, eBanner);
844 for (n = 0; n < SIZEOF(tbl); n++)
H A Dedit_field.c203 WINDOW *data = newpad(2 + SIZEOF(commands), wide - 4);
212 for (n = 0; n < SIZEOF(commands); ++n) {
324 for (n = 0; n < SIZEOF(commands); ++n) {
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.h91 SIZEOF = 307, enumerator in enum:yytokentype
218 #define SIZEOF 307 macro
/macosx-10.10/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_wacs.c100 for (n = 0; n < SIZEOF(table); ++n) {
/macosx-10.10/ncurses-44/ncurses/progs/
H A Dprogs.priv.h192 #define SIZEOF(v) (sizeof(v)/sizeof(v[0])) macro

Completed in 273 milliseconds

1234