OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cache_system_s
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
zone.c
562
typedef struct
cache_system_s
struct
567
struct
cache_system_s
*prev, *next;
568
struct
cache_system_s
*lru_prev, *lru_next; // for LRU flushing
/external/quake/quake/src/WinQuake/
zone.cpp
557
typedef struct
cache_system_s
struct
562
struct
cache_system_s
*prev, *next;
563
struct
cache_system_s
*lru_prev, *lru_next; // for LRU flushing
Completed in 201 milliseconds