Home
last modified time | relevance | path

Searched refs:CACHE_SIZE (Results 1 – 15 of 15) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dunix_io.c62 #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/
Dr_main.cpp879 ((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()
Dd_ifacea.h44 #define CACHE_SIZE 32 // used to align key data structures macro
Dr_edge.cpp666 byte basespans[MAXSPANS*sizeof(espan_t)+CACHE_SIZE]; in R_ScanEdges()
671 ((long)(basespans + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_ScanEdges()
Dr_alias.cpp706 ((CACHE_SIZE - 1) / sizeof(finalvert_t)) + 1]; in R_AliasDrawModel()
713 (((long)&finalverts[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_AliasDrawModel()
Dd_polyse.cpp128 ((CACHE_SIZE - 1) / sizeof(spanpackage_t)) + 1]; in D_PolysetDraw()
132 (((long)&spans[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in D_PolysetDraw()
Dquakedef.h83 #define CACHE_SIZE 32 // used to align key data structures macro
Dd_polysa.s1097 addl $(CACHE_SIZE - 1),%eax
1098 andl $(~(CACHE_SIZE - 1)),%eax
/external/quake/quake/src/QW/client/
Dr_main.c892 ((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()
Dd_ifacea.h44 #define CACHE_SIZE 32 // used to align key data structures macro
Dbothdefs.h45 #define CACHE_SIZE 32 // used to align key data structures macro
Dr_edge.c666 byte basespans[MAXSPANS*sizeof(espan_t)+CACHE_SIZE]; in R_ScanEdges()
671 ((long)(basespans + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_ScanEdges()
Dr_alias.c721 ((CACHE_SIZE - 1) / sizeof(finalvert_t)) + 1]; in R_AliasDrawModel()
728 (((long)&finalverts[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in R_AliasDrawModel()
Dd_polyse.c128 ((CACHE_SIZE - 1) / sizeof(spanpackage_t)) + 1]; in D_PolysetDraw()
132 (((long)&spans[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1)); in D_PolysetDraw()
Dd_polysa.s1097 addl $(CACHE_SIZE - 1),%eax
1098 andl $(~(CACHE_SIZE - 1)),%eax