Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djmemmgr.c262 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local
279 hdr_ptr = mem->small_list[pool_id]; in alloc_small()
280 while (hdr_ptr != NULL) { in alloc_small()
281 if (hdr_ptr->hdr.bytes_left >= sizeofobject) in alloc_small()
283 prev_hdr_ptr = hdr_ptr; in alloc_small()
284 hdr_ptr = hdr_ptr->hdr.next; in alloc_small()
288 if (hdr_ptr == NULL) { in alloc_small()
300 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); in alloc_small()
301 if (hdr_ptr != NULL) in alloc_small()
309 hdr_ptr->hdr.next = NULL; in alloc_small()
[all …]
/external/libjpeg-turbo/
Djmemmgr.c268 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local
288 hdr_ptr = mem->small_list[pool_id]; in alloc_small()
289 while (hdr_ptr != NULL) { in alloc_small()
290 if (hdr_ptr->bytes_left >= sizeofobject) in alloc_small()
292 prev_hdr_ptr = hdr_ptr; in alloc_small()
293 hdr_ptr = hdr_ptr->next; in alloc_small()
297 if (hdr_ptr == NULL) { in alloc_small()
309 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); in alloc_small()
310 if (hdr_ptr != NULL) in alloc_small()
318 hdr_ptr->next = NULL; in alloc_small()
[all …]
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c263 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local
280 hdr_ptr = mem->small_list[pool_id]; in alloc_small()
281 while (hdr_ptr != NULL) { in alloc_small()
282 if (hdr_ptr->hdr.bytes_left >= sizeofobject) in alloc_small()
284 prev_hdr_ptr = hdr_ptr; in alloc_small()
285 hdr_ptr = hdr_ptr->hdr.next; in alloc_small()
289 if (hdr_ptr == NULL) { in alloc_small()
301 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); in alloc_small()
302 if (hdr_ptr != NULL) in alloc_small()
310 hdr_ptr->hdr.next = NULL; in alloc_small()
[all …]