Home
last modified time | relevance | path

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

/external/valgrind/cachegrind/
Dcg_branchpred.c86 #define N_COUNTERS (1 << N_BITS) macro
89 static UChar counters[N_COUNTERS]; /* Counter array; presumably auto-zeroed */
106 tl_assert(indx < N_COUNTERS); in do_cond_branch_predict()