OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZEOF
(Results
1 - 25
of
182
) sorted by null
1
2
3
4
5
6
7
8
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xvlibint.h
58
if ((dpy->bufptr +
SIZEOF
(xv##name##Req)) > dpy->bufmax)\
63
req->length = (
SIZEOF
(xv##name##Req))>>2;\
64
dpy->bufptr +=
SIZEOF
(xv##name##Req);\
70
if ((dpy->bufptr +
SIZEOF
(xv/**/name/**/Req)) > dpy->bufmax)\
75
req->length = (
SIZEOF
(xv/**/name/**/Req))>>2;\
76
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
...]
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));
wrppm.c
226
SIZEOF
(ppm_dest_struct));
235
dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE *
SIZEOF
(char));
240
SIZEOF
(JSAMPLE) !=
SIZEOF
(char)) {
/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
...]
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/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])))
/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
...]
Completed in 269 milliseconds
1
2
3
4
5
6
7
8