OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:util_cache_entry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cache.c
48
struct
util_cache_entry
struct
53
struct
util_cache_entry
*next;
54
struct
util_cache_entry
*prev;
78
struct
util_cache_entry
*entries;
81
struct
util_cache_entry
lru;
110
cache->entries = CALLOC(size, sizeof(struct
util_cache_entry
));
121
static struct
util_cache_entry
*
126
struct
util_cache_entry
*first_unfilled = NULL;
139
struct
util_cache_entry
*current = &cache->entries[i];
160
struct
util_cache_entry
*entry
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_cache.c
48
struct
util_cache_entry
struct
53
struct
util_cache_entry
*next;
54
struct
util_cache_entry
*prev;
78
struct
util_cache_entry
*entries;
81
struct
util_cache_entry
lru;
110
cache->entries = CALLOC(size, sizeof(struct
util_cache_entry
));
121
static struct
util_cache_entry
*
126
struct
util_cache_entry
*first_unfilled = NULL;
139
struct
util_cache_entry
*current = &cache->entries[i];
160
struct
util_cache_entry
*entry
[
all
...]
Completed in 623 milliseconds