Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/byacc/
HDreader.c2315 #define ARG_CACHE_SIZE 1024 macro
2322 *arg_cache[ARG_CACHE_SIZE];
2329 entry = arg_cache[strnshash(code) % ARG_CACHE_SIZE]; in lookup_arg_cache()
2346 i = strnshash(code) % ARG_CACHE_SIZE; in insert_arg_cache()
2359 for (i = 0; i < ARG_CACHE_SIZE; i++) in clean_arg_cache()