Searched refs:slop (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/glx/ |
D | packsingle.h | 172 GLint slop = alen*__GLX_SIZE_INT8 & 3; \ 174 if (slop) _XEatData(dpy,4-slop); \ 179 GLint slop = alen*__GLX_SIZE_INT8 & 3; \ 181 if (slop) _XEatData(dpy,4-slop); \ 187 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \ 189 if (slop) _XEatData(dpy,4-slop); \
|
/external/opencv3/3rdparty/libjpeg/ |
D | jmemmgr.c | 264 size_t odd_bytes, min_request, slop; in alloc_small() local 292 slop = first_pool_slop[pool_id]; in alloc_small() 294 slop = extra_pool_slop[pool_id]; in alloc_small() 296 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request)) in alloc_small() 297 slop = (size_t) (MAX_ALLOC_CHUNK-min_request); in alloc_small() 300 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); in alloc_small() 303 slop /= 2; in alloc_small() 304 if (slop < MIN_SLOP) /* give up when it gets real small */ in alloc_small() 307 mem->total_space_allocated += min_request + slop; in alloc_small() 311 hdr_ptr->hdr.bytes_left = sizeofobject + slop; in alloc_small()
|
/external/libjpeg-turbo/ |
D | jmemmgr.c | 270 size_t min_request, slop; in alloc_small() local 301 slop = first_pool_slop[pool_id]; in alloc_small() 303 slop = extra_pool_slop[pool_id]; in alloc_small() 305 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request)) in alloc_small() 306 slop = (size_t) (MAX_ALLOC_CHUNK-min_request); in alloc_small() 309 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); in alloc_small() 312 slop /= 2; in alloc_small() 313 if (slop < MIN_SLOP) /* give up when it gets real small */ in alloc_small() 316 mem->total_space_allocated += min_request + slop; in alloc_small() 320 hdr_ptr->bytes_left = sizeofobject + slop; in alloc_small()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jmemmgr.c | 265 size_t odd_bytes, min_request, slop; in alloc_small() local 293 slop = first_pool_slop[pool_id]; in alloc_small() 295 slop = extra_pool_slop[pool_id]; in alloc_small() 297 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request)) in alloc_small() 298 slop = (size_t) (MAX_ALLOC_CHUNK-min_request); in alloc_small() 301 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); in alloc_small() 304 slop /= 2; in alloc_small() 305 if (slop < MIN_SLOP) /* give up when it gets real small */ in alloc_small() 308 mem->total_space_allocated += min_request + slop; in alloc_small() 312 hdr_ptr->hdr.bytes_left = sizeofobject + slop; in alloc_small()
|
/external/pdfium/third_party/libtiff/ |
D | tif_packbits.c | 71 long n, slop; in PackBitsEncode() local 96 slop = (long)(op - lastliteral); in PackBitsEncode() 101 while (slop-- > 0) in PackBitsEncode()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_packbits.c | 71 long n, slop; in PackBitsEncode() local 96 slop = (long)(op - lastliteral); in PackBitsEncode() 101 while (slop-- > 0) in PackBitsEncode()
|
/external/ceres-solver/docs/source/ |
D | version_history.rst | 653 #. Change the slop handling around zero for model cost changes to use
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 915 # open-quote delimiter. We must also ignore the slop from the
|
/external/tpm2/ |
D | part4.txt | 25282 … value will change with each implementation. The value of 16 is used to account for any slop in the
|