Searched refs:log2_64 (Results 1 – 3 of 3) sorted by relevance
504 && 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()
189 extern Int VG_(log2_64)( ULong x );
798 Int VG_(log2_64) ( ULong x ) in VG_() argument