Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/testdir/
H A DT.recache13 CACHE_SIZE=64
14 for(i = 0; i < CACHE_SIZE; i++) {
/freebsd/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c48 #define CACHE_SIZE 128 macro
548 for (i = 0; i < CACHE_SIZE + 1; i++) { in fileargs_add_cache()
557 if (i == CACHE_SIZE) { in fileargs_add_cache()
/freebsd/contrib/byacc/
H A Dreader.c53 #define CACHE_SIZE 256 macro
147 cache_size += CACHE_SIZE; in cachec()
2045 cache_size = CACHE_SIZE; in read_declarations()
2746 assert(cache_size >= CACHE_SIZE); in insert_empty_rule()