Searched defs:nSets (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/cachegrind/
H A Dcg-x86-amd64.c500 Long nSets = (Long)LLc->size / (Long)(LLc->line_size * LLc->assoc); local
502 nSets >= 4
503 /* nSets is not a power of 2 */
504 && VG_(log2_64)( (ULong)nSets ) == -1
505 /* nSets is 50% above a power of 2 */
506 && VG_(log2_64)( (ULong)((2 * nSets) / (Long)3) ) != -1

Completed in 75 milliseconds