HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/pdfium/third_party/libjpeg/
fpdfapi_jmemmgr.c 62 * multiples of sizeof(ALIGN_TYPE).
87 * field. This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
268 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
271 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
272 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
274 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
291 min_request = sizeofobject + SIZEOF(small_pool_hdr);
352 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
355 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
356 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE)
    [all...]
fpdfapi_jcomapi.c 91 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL));
103 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL));
jinclude.h 86 * type returned by sizeof(). However, it seems there are some irrational
87 * implementations out there, in which sizeof() returns an int even though
89 * we always use this SIZEOF() macro in place of using sizeof() directly.
92 #define SIZEOF(object) ((size_t) sizeof(object))
fpdfapi_jutils.c 122 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
150 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
fpdfapi_jchuff.c 140 257 * SIZEOF(long));
141 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long));
145 257 * SIZEOF(long));
146 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long));
204 SIZEOF(c_derived_tbl));
247 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi));
716 MEMZERO(bits, SIZEOF(bits));
717 MEMZERO(codesize, SIZEOF(codesize));
819 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
857 MEMZERO(did_dc, SIZEOF(did_dc))
    [all...]
fpdfapi_jddctmgr.c 255 SIZEOF(my_idct_controller));
264 SIZEOF(multiplier_table));
265 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
fpdfapi_jdcolor.c 79 (MAXJSAMPLE+1) * SIZEOF(int));
82 (MAXJSAMPLE+1) * SIZEOF(int));
85 (MAXJSAMPLE+1) * SIZEOF(INT32));
88 (MAXJSAMPLE+1) * SIZEOF(INT32));
311 SIZEOF(my_color_deconverter));
fpdfapi_jccoefct.c 184 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK));
192 compptr->MCU_width * SIZEOF(JBLOCK));
289 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
309 (size_t) (blocks_across * SIZEOF(JBLOCK)));
411 SIZEOF(my_coef_controller));
443 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
fpdfapi_jdmerge.c 91 (MAXJSAMPLE+1) * SIZEOF(int));
94 (MAXJSAMPLE+1) * SIZEOF(int));
97 (MAXJSAMPLE+1) * SIZEOF(INT32));
100 (MAXJSAMPLE+1) * SIZEOF(INT32));
375 SIZEOF(my_upsampler));
388 (size_t) (upsample->out_row_width * SIZEOF(JSAMPLE)));
fpdfapi_jcdctmgr.c 81 DCTSIZE2 * SIZEOF(DCTELEM));
115 DCTSIZE2 * SIZEOF(DCTELEM));
148 DCTSIZE2 * SIZEOF(FAST_FLOAT));
352 SIZEOF(my_fdct_controller));
fpdfapi_jctrans.c 95 SIZEOF((*qtblptr)->quantval));
372 SIZEOF(my_coef_controller));
383 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
384 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
fpdfapi_jcapimin.c 38 if (structsize != SIZEOF(struct jpeg_compress_struct))
40 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
fpdfapi_jdapimin.c 38 if (structsize != SIZEOF(struct jpeg_decompress_struct))
40 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
51 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
fpdfapi_jdmaster.c 256 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
260 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
270 (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
272 cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));
549 SIZEOF(my_decomp_master));
fpdfapi_jcprepct.c 281 SIZEOF(JSAMPROW));
296 3 * rgroup_height * SIZEOF(JSAMPROW));
326 SIZEOF(my_prep_controller));
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1.ld.S 135 __DATA_SIZE__ = SIZEOF(.data);
143 __BSS_SIZE__ = SIZEOF(.bss);
  /external/bison/lib/
fatal-signal.c 32 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
81 #define num_fatal_signals (SIZEOF (fatal_signals) - 1)
125 static size_t actions_allocated = SIZEOF (static_actions);
196 if (!(sig < sizeof (saved_sigactions) / sizeof (saved_sigactions[0])))
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2.ld.S 119 __BSS_SIZE__ = SIZEOF(.bss);
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.ld.S 124 __BSS_SIZE__ = SIZEOF(.bss);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xmd.h 82 * can define this macro to be sizeof(x) if and only if their compiler doesn't
94 # define SIZEOF(x) _SIZEOF(x)
176 # define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
Xlibint.h 444 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
448 req->length = (SIZEOF(x##name##Req))>>2;\
449 dpy->bufptr += SIZEOF(x##name##Req);\
455 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\
459 req->length = (SIZEOF(x/**/name/**/Req))>>2;\
460 dpy->bufptr += SIZEOF(x/**/name/**/Req);\
470 if ((dpy->bufptr + SIZEOF(x##name##Req) + n) > dpy->bufmax)\
474 req->length = (SIZEOF(x##name##Req) + n)>>2;\
475 dpy->bufptr += SIZEOF(x##name##Req) + n;\
480 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req) + n) > dpy->bufmax)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xmd.h 82 * can define this macro to be sizeof(x) if and only if their compiler doesn't
94 # define SIZEOF(x) _SIZEOF(x)
176 # define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
bl31.ld.S 143 __BSS_SIZE__ = SIZEOF(.bss);
  /frameworks/compile/mclinker/include/mcld/Script/
UnaryOp.h 86 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module&,
  /frameworks/compile/mclinker/lib/Script/
RpnExpr.cpp 79 // ADDR ( `output_sect' ) + SIZEOF ( `output_sect' )
85 expr->push_back(&Operator::create<Operator::SIZEOF>());

Completed in 525 milliseconds

1 2 3 4 5 6 7 8 9