Searched refs:CACHE_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dunix_io.c58 #define CACHE_SIZE 8 macro
59 #define WRITE_DIRECT_SIZE 4 /* Must be smaller than CACHE_SIZE */
60 #define READ_DIRECT_SIZE 4 /* Should be smaller than CACHE_SIZE */
68 struct unix_cache cache[CACHE_SIZE];
258 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
277 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
301 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
348 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp2171 static const int CACHE_SIZE = 256; local
2174 Pixel cachesrc[CACHE_SIZE], cachedest[CACHE_SIZE];
2202 for (k = CACHE_SIZE; k-- > cache_pos; )
2214 if (++cache_pos >= CACHE_SIZE) {

Completed in 179 milliseconds