Home
last modified time | relevance | path

Searched defs:cachep (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/jpeg-6b/
Djquant2.c865 register histptr cachep; /* pointer into main cache array */ in fill_inverse_cmap() local
922 register histptr cachep; in pass2_no_dither() local
961 histptr cachep; in pass2_fs_dither() local
/external/jpeg/
Djquant2.c865 register histptr cachep; /* pointer into main cache array */ in fill_inverse_cmap() local
922 register histptr cachep; in pass2_no_dither() local
961 histptr cachep; in pass2_fs_dither() local
/external/kernel-headers/original/linux/
Dslab.h208 static inline void *kmem_cache_alloc_node(kmem_cache_t *cachep, gfp_t flags, int node) in kmem_cache_alloc_node()