Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h1033 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator); in Apply() local
1039 for (uptr p = beg; p < end; p = RoundDown(p + ind_lsb, ind_lsb)) { in Apply()
1041 return addr | (p & ~(ind_lsb - 1)); in Apply()