Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c265 size_t odd_bytes, min_request, slop; in alloc_small() local
272 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()
273 if (odd_bytes > 0) in alloc_small()
274 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()
349 size_t odd_bytes; in alloc_large() local
356 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()
357 if (odd_bytes > 0) in alloc_large()
358 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()