/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/ |
Xvlibint.h | 53 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\ 58 req->length = (SIZEOF(xv##name##Req))>>2;\ 59 dpy->bufptr += SIZEOF(xv##name##Req);\ 65 if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\ 70 req->length = (SIZEOF(xv/**/name/**/Req))>>2;\ 71 dpy->bufptr += SIZEOF(xv/**/name/**/Req);\
|
/external/jpeg/ |
jmemmgr.c | 60 * multiples of sizeof(ALIGN_TYPE). 85 * 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) [all...] |
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 | 74 * type returned by sizeof(). However, it seems there are some irrational 75 * implementations out there, in which sizeof() returns an int even though 77 * we always use this SIZEOF() macro in place of using sizeof() directly. 80 #define SIZEOF(object) ((size_t) sizeof(object))
|
jdatadst.c | 50 OUTPUT_BUF_SIZE * SIZEOF(JOCTET)); 143 SIZEOF(my_destination_mgr));
|
jutils.c | 128 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE)); 156 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
|
jchuff.c | 141 257 * SIZEOF(long)); 142 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long)); 146 257 * SIZEOF(long)); 147 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long)); 205 SIZEOF(c_derived_tbl)); 248 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi)); 717 MEMZERO(bits, SIZEOF(bits)); 718 MEMZERO(codesize, SIZEOF(codesize)); 820 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits)); 858 MEMZERO(did_dc, SIZEOF(did_dc)) [all...] |
jddctmgr.c | 314 SIZEOF(my_idct_controller)); 323 SIZEOF(multiplier_table)); 324 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
|
jdatasrc.c | 196 SIZEOF(my_source_mgr)); 200 INPUT_BUF_SIZE * SIZEOF(JOCTET));
|
rdppm.c | 360 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) { 375 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) { 388 ((maxval<=255) ? SIZEOF(U_CHAR) : (2*SIZEOF(U_CHAR))); 417 (size_t) (((long) maxval + 1L) * SIZEOF(JSAMPLE))); 450 SIZEOF(ppm_source_struct));
|
/external/qemu/distrib/jpeg-6b/ |
jmemmgr.c | 60 * multiples of sizeof(ALIGN_TYPE). 85 * 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) [all...] |
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 | 74 * type returned by sizeof(). However, it seems there are some irrational 75 * implementations out there, in which sizeof() returns an int even though 77 * we always use this SIZEOF() macro in place of using sizeof() directly. 80 #define SIZEOF(object) ((size_t) sizeof(object))
|
jdatadst.c | 50 OUTPUT_BUF_SIZE * SIZEOF(JOCTET)); 143 SIZEOF(my_destination_mgr));
|
jutils.c | 128 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE)); 156 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
|
jchuff.c | 141 257 * SIZEOF(long)); 142 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long)); 146 257 * SIZEOF(long)); 147 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long)); 205 SIZEOF(c_derived_tbl)); 248 MEMZERO(dtbl->ehufsi, SIZEOF(dtbl->ehufsi)); 717 MEMZERO(bits, SIZEOF(bits)); 718 MEMZERO(codesize, SIZEOF(codesize)); 820 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits)); 858 MEMZERO(did_dc, SIZEOF(did_dc)) [all...] |
jddctmgr.c | 314 SIZEOF(my_idct_controller)); 323 SIZEOF(multiplier_table)); 324 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
|
jdatasrc.c | 196 SIZEOF(my_source_mgr)); 200 INPUT_BUF_SIZE * SIZEOF(JOCTET));
|
rdppm.c | 360 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) { 375 } else if (maxval == MAXJSAMPLE && SIZEOF(JSAMPLE) == SIZEOF(U_CHAR)) { 388 ((maxval<=255) ? SIZEOF(U_CHAR) : (2*SIZEOF(U_CHAR))); 417 (size_t) (((long) maxval + 1L) * SIZEOF(JSAMPLE))); 450 SIZEOF(ppm_source_struct));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xmd.h | 90 * can define this macro to be sizeof(x) if and only if their compiler doesn't 103 #define SIZEOF(x) _SIZEOF(x) 105 #define SIZEOF(x) sz_/**/x 202 #define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
|
Xlibint.h | 430 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\ 434 req->length = (SIZEOF(x##name##Req))>>2;\ 435 dpy->bufptr += SIZEOF(x##name##Req);\ 441 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\ 445 req->length = (SIZEOF(x/**/name/**/Req))>>2;\ 446 dpy->bufptr += SIZEOF(x/**/name/**/Req);\ 456 if ((dpy->bufptr + SIZEOF(x##name##Req) + n) > dpy->bufmax)\ 460 req->length = (SIZEOF(x##name##Req) + n)>>2;\ 461 dpy->bufptr += SIZEOF(x##name##Req) + n;\ 466 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req) + n) > dpy->bufmax) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xmd.h | 90 * can define this macro to be sizeof(x) if and only if their compiler doesn't 103 #define SIZEOF(x) _SIZEOF(x) 105 #define SIZEOF(x) sz_/**/x 202 #define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
|
Xlibint.h | 430 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\ 434 req->length = (SIZEOF(x##name##Req))>>2;\ 435 dpy->bufptr += SIZEOF(x##name##Req);\ 441 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\ 445 req->length = (SIZEOF(x/**/name/**/Req))>>2;\ 446 dpy->bufptr += SIZEOF(x/**/name/**/Req);\ 456 if ((dpy->bufptr + SIZEOF(x##name##Req) + n) > dpy->bufmax)\ 460 req->length = (SIZEOF(x##name##Req) + n)>>2;\ 461 dpy->bufptr += SIZEOF(x##name##Req) + n;\ 466 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req) + n) > dpy->bufmax) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xmd.h | 90 * can define this macro to be sizeof(x) if and only if their compiler doesn't 103 #define SIZEOF(x) _SIZEOF(x) 105 #define SIZEOF(x) sz_/**/x 202 #define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
|
Xlibint.h | 430 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\ 434 req->length = (SIZEOF(x##name##Req))>>2;\ 435 dpy->bufptr += SIZEOF(x##name##Req);\ 441 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\ 445 req->length = (SIZEOF(x/**/name/**/Req))>>2;\ 446 dpy->bufptr += SIZEOF(x/**/name/**/Req);\ 456 if ((dpy->bufptr + SIZEOF(x##name##Req) + n) > dpy->bufmax)\ 460 req->length = (SIZEOF(x##name##Req) + n)>>2;\ 461 dpy->bufptr += SIZEOF(x##name##Req) + n;\ 466 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req) + n) > dpy->bufmax) [all...] |