Home
last modified time | relevance | path

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

/external/valgrind/main/cachegrind/
Dcg-x86-amd64.c504 && VG_(log2_64)( (ULong)nSets ) == -1 in get_caches_from_CPUID()
506 && VG_(log2_64)( (ULong)((2 * nSets) / (Long)3) ) != -1 in get_caches_from_CPUID()
/external/valgrind/main/include/
Dpub_tool_libcbase.h189 extern Int VG_(log2_64)( ULong x );
/external/valgrind/main/coregrind/
Dm_libcbase.c798 Int VG_(log2_64) ( ULong x ) in VG_() argument