OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:odd_bytes
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jmemmgr.c
263
size_t
odd_bytes
, min_request, slop;
local
270
odd_bytes
= sizeofobject % SIZEOF(ALIGN_TYPE);
271
if (
odd_bytes
> 0)
272
sizeofobject += SIZEOF(ALIGN_TYPE) -
odd_bytes
;
347
size_t
odd_bytes
;
local
354
odd_bytes
= sizeofobject % SIZEOF(ALIGN_TYPE);
355
if (
odd_bytes
> 0)
356
sizeofobject += SIZEOF(ALIGN_TYPE) -
odd_bytes
;
[
all
...]
/external/qemu/distrib/jpeg-6b/
jmemmgr.c
263
size_t
odd_bytes
, min_request, slop;
local
270
odd_bytes
= sizeofobject % SIZEOF(ALIGN_TYPE);
271
if (
odd_bytes
> 0)
272
sizeofobject += SIZEOF(ALIGN_TYPE) -
odd_bytes
;
347
size_t
odd_bytes
;
local
354
odd_bytes
= sizeofobject % SIZEOF(ALIGN_TYPE);
355
if (
odd_bytes
> 0)
356
sizeofobject += SIZEOF(ALIGN_TYPE) -
odd_bytes
;
[
all
...]
Completed in 597 milliseconds