Searched refs:odd_bytes (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djmemmgr.c263 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;
/external/qemu/distrib/jpeg-6b/
H A Djmemmgr.c263 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;

Completed in 51 milliseconds