OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cachep
(Results
1 - 4
of
4
) sorted by null
/external/kernel-headers/original/linux/
slab.h
208
static inline void *kmem_cache_alloc_node(kmem_cache_t *
cachep
, gfp_t flags, int node)
210
return kmem_cache_alloc(
cachep
, flags);
219
extern int FASTCALL(kmem_ptr_validate(kmem_cache_t *
cachep
, void *ptr));
/external/jpeg/
jquant2.c
865
register histptr
cachep
; /* pointer into main cache array */
local
922
register histptr
cachep
;
local
961
histptr
cachep
;
local
[
all
...]
/external/qemu/distrib/jpeg-6b/
jquant2.c
865
register histptr
cachep
; /* pointer into main cache array */
local
922
register histptr
cachep
;
local
961
histptr
cachep
;
local
[
all
...]
/external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
631
PerInstNLInfo &
CacheP
= NonLocalDeps[QueryCS.getInstruction()];
632
NonLocalDepInfo &Cache =
CacheP
.first;
643
if (!
CacheP
.second) {
[
all
...]
Completed in 3151 milliseconds