Searched refs:kCounters (Results 1 – 1 of 1) sorted by relevance
47 static const unsigned kCounters = 256; variable48 static int local_counters[kCounters];49 static const char* local_counter_names[kCounters];64 unsigned hash = CounterHash(name) % kCounters; in counter_function()78 hash = (hash + 1) % kCounters; in counter_function()