Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A Djpeg_memory.c126 #define AVAIL (__mem_avail__[0]) macro
192 AVAIL.next = (struct __mem__ *)pool; in JPEG_MEMORY_init_mempool()
193 AVAIL.len = size; in JPEG_MEMORY_init_mempool()
195 (AVAIL.next)->next = NULL; in JPEG_MEMORY_init_mempool()
196 (AVAIL.next)->len = size - HLEN; in JPEG_MEMORY_init_mempool()
206 q = &AVAIL; in JPEG_MEMORY_malloc()
246 if ((memp == NULL) || (AVAIL.len == 0)) in JPEG_MEMORY_free()
252 q = &AVAIL; in JPEG_MEMORY_free()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A Djpeg_memory.c126 #define AVAIL (__mem_avail__[0]) macro
192 AVAIL.next = (struct __mem__ *)pool; in JPEG_MEMORY_init_mempool()
193 AVAIL.len = size; in JPEG_MEMORY_init_mempool()
195 (AVAIL.next)->next = NULL; in JPEG_MEMORY_init_mempool()
196 (AVAIL.next)->len = size - HLEN; in JPEG_MEMORY_init_mempool()
206 q = &AVAIL; in JPEG_MEMORY_malloc()
246 if ((memp == NULL) || (AVAIL.len == 0)) in JPEG_MEMORY_free()
252 q = &AVAIL; in JPEG_MEMORY_free()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A Djpeg_memory.c126 #define AVAIL (__mem_avail__[0]) macro
192 AVAIL.next = (struct __mem__ *)pool; in JPEG_MEMORY_init_mempool()
193 AVAIL.len = size; in JPEG_MEMORY_init_mempool()
195 (AVAIL.next)->next = NULL; in JPEG_MEMORY_init_mempool()
196 (AVAIL.next)->len = size - HLEN; in JPEG_MEMORY_init_mempool()
206 q = &AVAIL; in JPEG_MEMORY_malloc()
246 if ((memp == NULL) || (AVAIL.len == 0)) in JPEG_MEMORY_free()
252 q = &AVAIL; in JPEG_MEMORY_free()