Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A Djpeg_memory.c123 #define HLEN (sizeof(__memt__)) macro
124 #define MIN_BLOCK (HLEN * 4)
128 #define MIN_POOL_SIZE (HLEN * 10)
196 (AVAIL.next)->len = size - HLEN; in JPEG_MEMORY_init_mempool()
230 k -= HLEN; in JPEG_MEMORY_malloc()
266 p0->len += p->len + HLEN; in JPEG_MEMORY_free()
274 if ((((MS_U8 *)q) + q->len + HLEN) == (MS_U8 *)p0) in JPEG_MEMORY_free()
276 q->len += p0->len + HLEN; in JPEG_MEMORY_free()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A Djpeg_memory.c123 #define HLEN (sizeof(__memt__)) macro
124 #define MIN_BLOCK (HLEN * 4)
128 #define MIN_POOL_SIZE (HLEN * 10)
196 (AVAIL.next)->len = size - HLEN; in JPEG_MEMORY_init_mempool()
230 k -= HLEN; in JPEG_MEMORY_malloc()
266 p0->len += p->len + HLEN; in JPEG_MEMORY_free()
274 if ((((MS_U8 *)q) + q->len + HLEN) == (MS_U8 *)p0) in JPEG_MEMORY_free()
276 q->len += p0->len + HLEN; in JPEG_MEMORY_free()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A Djpeg_memory.c123 #define HLEN (sizeof(__memt__)) macro
124 #define MIN_BLOCK (HLEN * 4)
128 #define MIN_POOL_SIZE (HLEN * 10)
196 (AVAIL.next)->len = size - HLEN; in JPEG_MEMORY_init_mempool()
230 k -= HLEN; in JPEG_MEMORY_malloc()
266 p0->len += p->len + HLEN; in JPEG_MEMORY_free()
274 if ((((MS_U8 *)q) + q->len + HLEN) == (MS_U8 *)p0) in JPEG_MEMORY_free()
276 q->len += p0->len + HLEN; in JPEG_MEMORY_free()