Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dreader.c2571 #define ARG_CACHE_SIZE 1024 macro
2578 *arg_cache[ARG_CACHE_SIZE];
2585 entry = arg_cache[strnshash(code) % ARG_CACHE_SIZE]; in lookup_arg_cache()
2602 i = strnshash(code) % ARG_CACHE_SIZE; in insert_arg_cache()
2615 for (i = 0; i < ARG_CACHE_SIZE; i++) in clean_arg_cache()