Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_execontext.c62 #define N_EC_PRIMES 18 macro
64 static SizeT ec_primes[N_EC_PRIMES] = {
295 vg_assert(ec_htab_size_idx >= 0 && ec_htab_size_idx < N_EC_PRIMES); in resize_ec_htab()
296 if (ec_htab_size_idx == N_EC_PRIMES-1) in resize_ec_htab()
450 vg_assert(ec_htab_size_idx >= 0 && ec_htab_size_idx < N_EC_PRIMES); in record_ExeContext_wrk2()
451 if (ec_htab_size_idx < N_EC_PRIMES-1) in record_ExeContext_wrk2()