Home
last modified time | relevance | path

Searched refs:memp (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A Djpeg_memory.c240 void JPEG_MEMORY_free (void *memp) in JPEG_MEMORY_free() argument
246 if ((memp == NULL) || (AVAIL.len == 0)) in JPEG_MEMORY_free()
249 p0 = (__memp__) memp; in JPEG_MEMORY_free()
258 if ((p == NULL) || (p > (__memp__) memp)) in JPEG_MEMORY_free()
264 if ((p != NULL) && ((((MS_U8 *)memp) + p0->len) == (MS_U8 *)p)) in JPEG_MEMORY_free()
H A Djpeg_memory.h120 void JPEG_MEMORY_free (void *memp);
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A Djpeg_memory.c240 void JPEG_MEMORY_free (void *memp) in JPEG_MEMORY_free() argument
246 if ((memp == NULL) || (AVAIL.len == 0)) in JPEG_MEMORY_free()
249 p0 = (__memp__) memp; in JPEG_MEMORY_free()
258 if ((p == NULL) || (p > (__memp__) memp)) in JPEG_MEMORY_free()
264 if ((p != NULL) && ((((MS_U8 *)memp) + p0->len) == (MS_U8 *)p)) in JPEG_MEMORY_free()
H A Djpeg_memory.h120 void JPEG_MEMORY_free (void *memp);
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A Djpeg_memory.c240 void JPEG_MEMORY_free (void *memp) in JPEG_MEMORY_free() argument
246 if ((memp == NULL) || (AVAIL.len == 0)) in JPEG_MEMORY_free()
249 p0 = (__memp__) memp; in JPEG_MEMORY_free()
258 if ((p == NULL) || (p > (__memp__) memp)) in JPEG_MEMORY_free()
264 if ((p != NULL) && ((((MS_U8 *)memp) + p0->len) == (MS_U8 *)p)) in JPEG_MEMORY_free()
H A Djpeg_memory.h120 void JPEG_MEMORY_free (void *memp);
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dcdk.h134 unsigned long memp; member