Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_execontext.c277 static UWord calc_hash ( const Addr* ips, UInt n_ips, UWord htab_sz ) in calc_hash() argument
281 vg_assert(htab_sz > 0); in calc_hash()
286 return hash % htab_sz; in calc_hash()