Home
last modified time | relevance | path

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

/external/jpeg/
Djmemmgr.c261 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local
277 prev_hdr_ptr = NULL; in alloc_small()
282 prev_hdr_ptr = hdr_ptr; in alloc_small()
290 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()
311 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()
314 prev_hdr_ptr->hdr.next = hdr_ptr; in alloc_small()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jmemmgr.c264 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local
280 prev_hdr_ptr = NULL; in alloc_small()
285 prev_hdr_ptr = hdr_ptr; in alloc_small()
293 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()
314 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()
317 prev_hdr_ptr->hdr.next = hdr_ptr; in alloc_small()