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

/external/valgrind/coregrind/
H A Dpub_core_transtab_asm.h35 mapped cache, with 2^VG_TT_FAST_BITS entries.
38 'address[VG_TT_FAST_BITS-1 : 0]'.
43 is '(address >>u 2)[VG_TT_FAST_BITS-1 : 0]' on those targets.
52 #define VG_TT_FAST_BITS 15 macro
53 #define VG_TT_FAST_SIZE (1 << VG_TT_FAST_BITS)

Completed in 88 milliseconds