Home
last modified time | relevance | path

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

/external/valgrind/main/cachegrind/
Dcg_arch.c204 && VG_(log2_64)( (ULong)nSets ) == -1 in maybe_tweak_LLc()
206 && VG_(log2_64)( (ULong)((2 * nSets) / (Long)3) ) != -1 in maybe_tweak_LLc()
/external/valgrind/main/include/
Dpub_tool_libcbase.h221 extern Int VG_(log2_64)( ULong x );
/external/valgrind/main/coregrind/
Dm_libcbase.c886 Int VG_(log2_64) ( ULong x ) in VG_() argument