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

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dvmlinux.lds.S112 .text_l1 L1_CODE_START : AT(LOADADDR(.init) + SIZEOF(.init))
122 .data_l1 L1_DATA_A_START : AT(LOADADDR(.text_l1) + SIZEOF(.text_l1))
140 .data_b_l1 L1_DATA_B_START : AT(LOADADDR(.data_l1) + SIZEOF(.data_l1))
155 ___init_end = LOADADDR(.data_b_l1) + SIZEOF(.data_b_l1);
157 .bss LOADADDR(.data_b_l1) + SIZEOF(.data_b_l1) :
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dopen-catalog.c41 #define SIZEOF(a) (sizeof(a)/sizeof(a[0])) macro
63 for (k = 0; k < SIZEOF (extension); ++k)
84 for (k = 0; k < SIZEOF (extension); ++k)
H A Dpo-charset.c41 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
108 for (i = 0; i < SIZEOF (standard_charsets); i++)
142 for (i = 0; i < SIZEOF (weird_charsets); i++)
165 for (i = 0; i < SIZEOF (weird_cjk_charsets); i++)
H A Dx-php.c40 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
185 if (phase1_pushback_length == SIZEOF (phase1_pushback))
525 if (phase2_pushback_length == SIZEOF (phase2_pushback))
725 if (phase3_pushback_length == SIZEOF (phase3_pushback))
1309 if (phase4_pushback_length == SIZEOF (phase4_pushback))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
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 Djdatadst.c50 OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
143 SIZEOF(my_destination_mgr));
H A Djutils.c122 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
150 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
H A Djdatasrc.c196 SIZEOF(my_source_mgr));
200 INPUT_BUF_SIZE * SIZEOF(JOCTET));
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 Djchuff.c198 SIZEOF(c_derived_tbl));
241 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
1254 MEMZERO(bits, SIZEOF(bits));
1255 MEMZERO(codesize, SIZEOF(codesize));
1357 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
1400 MEMZERO(did, SIZEOF(did));
1423 MEMZERO(did_dc, SIZEOF(did_dc));
1424 MEMZERO(did_ac, SIZEOF(did_ac));
1488 MAX_CORR_BITS * SIZEOF(char));
1517 257 * SIZEOF(lon
[all...]
H A Djctrans.c95 SIZEOF((*qtblptr)->quantval));
365 SIZEOF(my_coef_controller));
376 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
377 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Diconv_open.c28 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
127 if (q == &fromcode_upper[SIZEOF (fromcode_upper)])
143 if (q == &tocode_upper[SIZEOF (tocode_upper)])
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Diconv_open.c28 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
127 if (q == &fromcode_upper[SIZEOF (fromcode_upper)])
143 if (q == &tocode_upper[SIZEOF (tocode_upper)])
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Diconv_open.c28 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
127 if (q == &fromcode_upper[SIZEOF (fromcode_upper)])
143 if (q == &tocode_upper[SIZEOF (tocode_upper)])
H A Dfatal-signal.c31 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
81 #define num_fatal_signals (SIZEOF (fatal_signals) - 1)
127 static size_t actions_allocated = SIZEOF (static_actions);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dvmlinux.lds.S20 #define ALIGNED_GAP(section, align) (((ADDR(section)+SIZEOF(section)+(align)-1) & ~((align)-1))-ADDR(section))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dvmlinux.lds.S62 LOADADDR(prevsec) + SIZEOF(prevsec)) + 3) & ~ 3) \
213 SIZEOF(.WindowVectors.text),
223 SIZEOF(.DebugInterruptVector.text),
233 SIZEOF(.KernelExceptionVector.text),
243 SIZEOF(.UserExceptionVector.text),
251 . = (LOADADDR( .DoubleExceptionVector.text ) + SIZEOF( .DoubleExceptionVector.text ) + 3) & ~ 3;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Duniname.c28 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
71 i2 = SIZEOF (unicode_name_by_length) - 1;
92 if (length > 0 && length < SIZEOF (unicode_name_by_length) - 1)
241 unsigned int i2 = SIZEOF (unicode_code_to_name);
466 unsigned int i2 = SIZEOF (unicode_name_to_code);

Completed in 718 milliseconds

1234