Searched refs:CACHE_SIZE (Results 1 – 15 of 15) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 62 #define CACHE_SIZE 8 macro 72 struct unix_cache cache[CACHE_SIZE]; 262 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) { in alloc_cache() 281 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) { in free_cache() 306 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) { in find_cached_block() 353 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) { in flush_cached_blocks()
|
/external/quake/quake/src/WinQuake/ |
D | r_main.cpp | 879 ((CACHE_SIZE - 1) / sizeof(edge_t)) + 1]; in R_EdgeDrawing() 881 ((CACHE_SIZE - 1) / sizeof(surf_t)) + 1]; in R_EdgeDrawing() 890 (((long)&ledges[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_EdgeDrawing() 896 (((long)&lsurfs[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_EdgeDrawing()
|
D | d_ifacea.h | 44 #define CACHE_SIZE 32 // used to align key data structures macro
|
D | r_edge.cpp | 666 byte basespans[MAXSPANS*sizeof(espan_t)+CACHE_SIZE]; in R_ScanEdges() 671 ((long)(basespans + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_ScanEdges()
|
D | r_alias.cpp | 706 ((CACHE_SIZE - 1) / sizeof(finalvert_t)) + 1]; in R_AliasDrawModel() 713 (((long)&finalverts[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_AliasDrawModel()
|
D | d_polyse.cpp | 128 ((CACHE_SIZE - 1) / sizeof(spanpackage_t)) + 1]; in D_PolysetDraw() 132 (((long)&spans[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in D_PolysetDraw()
|
D | quakedef.h | 83 #define CACHE_SIZE 32 // used to align key data structures macro
|
D | d_polysa.s | 1097 addl $(CACHE_SIZE - 1),%eax 1098 andl $(~(CACHE_SIZE - 1)),%eax
|
/external/quake/quake/src/QW/client/ |
D | r_main.c | 892 ((CACHE_SIZE - 1) / sizeof(edge_t)) + 1]; in R_EdgeDrawing() 894 ((CACHE_SIZE - 1) / sizeof(surf_t)) + 1]; in R_EdgeDrawing() 903 (((long)&ledges[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_EdgeDrawing() 909 (((long)&lsurfs[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_EdgeDrawing()
|
D | d_ifacea.h | 44 #define CACHE_SIZE 32 // used to align key data structures macro
|
D | bothdefs.h | 45 #define CACHE_SIZE 32 // used to align key data structures macro
|
D | r_edge.c | 666 byte basespans[MAXSPANS*sizeof(espan_t)+CACHE_SIZE]; in R_ScanEdges() 671 ((long)(basespans + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_ScanEdges()
|
D | r_alias.c | 721 ((CACHE_SIZE - 1) / sizeof(finalvert_t)) + 1]; in R_AliasDrawModel() 728 (((long)&finalverts[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_AliasDrawModel()
|
D | d_polyse.c | 128 ((CACHE_SIZE - 1) / sizeof(spanpackage_t)) + 1]; in D_PolysetDraw() 132 (((long)&spans[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in D_PolysetDraw()
|
D | d_polysa.s | 1097 addl $(CACHE_SIZE - 1),%eax 1098 andl $(~(CACHE_SIZE - 1)),%eax
|