Home
last modified time | relevance | path

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

/external/jpeg/
Djmemmgr.c263 size_t odd_bytes, min_request, slop; in alloc_small() local
270 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
271 if (odd_bytes > 0) in alloc_small()
272 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
347 size_t odd_bytes; in alloc_large() local
354 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
355 if (odd_bytes > 0) in alloc_large()
356 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jmemmgr.c266 size_t odd_bytes, min_request, slop; in alloc_small() local
273 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
274 if (odd_bytes > 0) in alloc_small()
275 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
350 size_t odd_bytes; in alloc_large() local
357 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
358 if (odd_bytes > 0) in alloc_large()
359 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()