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

/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc48 static const unsigned kCounters = 256; variable
49 static int local_counters[kCounters];
50 static const char* local_counter_names[kCounters];
65 unsigned hash = CounterHash(name) % kCounters;
79 hash = (hash + 1) % kCounters;
/external/v8/test/cctest/
H A Dtest-serialize.cc47 static const unsigned kCounters = 256; variable
48 static int local_counters[kCounters];
49 static const char* local_counter_names[kCounters];
64 unsigned hash = CounterHash(name) % kCounters;
78 hash = (hash + 1) % kCounters;

Completed in 368 milliseconds