OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cache_system_t
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
zone.c
569
}
cache_system_t
;
typedef in typeref:struct:cache_system_s
571
cache_system_t
*Cache_TryAlloc (int size, qboolean nobottom);
573
cache_system_t
cache_head;
580
void Cache_Move (
cache_system_t
*c)
582
cache_system_t
*new;
590
Q_memcpy ( new+1, c+1, c->size - sizeof(
cache_system_t
) );
613
cache_system_t
*c;
635
cache_system_t
*c, *prev;
655
void Cache_UnlinkLRU (
cache_system_t
*cs)
666
void Cache_MakeLRU (
cache_system_t
*cs
[
all
...]
/external/quake/quake/src/WinQuake/
zone.cpp
564
}
cache_system_t
;
typedef in typeref:struct:cache_system_s
566
cache_system_t
*Cache_TryAlloc (int size, qboolean nobottom);
568
cache_system_t
cache_head;
575
void Cache_Move (
cache_system_t
*c)
577
cache_system_t
*newc;
585
Q_memcpy ( newc+1, c+1, c->size - sizeof(
cache_system_t
) );
608
cache_system_t
*c;
630
cache_system_t
*c, *prev;
650
void Cache_UnlinkLRU (
cache_system_t
*cs)
661
void Cache_MakeLRU (
cache_system_t
*cs
[
all
...]
Completed in 660 milliseconds