Searched refs:N_WCACHE_STAT_MAX (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_wordset.c58 /* Each cache is a fixed sized array of N_WCACHE_STAT_MAX entries.
65 #define N_WCACHE_STAT_MAX 32 macro
68 WCacheEnt ent[N_WCACHE_STAT_MAX];
69 UWord dynMax; /* 1 .. N_WCACHE_STAT_MAX inclusive */
77 tl_assert((_zzdynmax) <= N_WCACHE_STAT_MAX); \
89 tl_assert(_cache->dynMax <= N_WCACHE_STAT_MAX); \
116 tl_assert(_cache->dynMax <= N_WCACHE_STAT_MAX); \

Completed in 43 milliseconds