HomeSort by: relevance | last modified time | path
    Searched defs:shifted_xor (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 234 u64 shifted_xor = (s1.x_ ^ s2.x_) >> kTidShift; local in function:__tsan::Shadow::TidsAreEqual
235 DCHECK_EQ(shifted_xor == 0, s1.TidWithIgnore() == s2.TidWithIgnore());
236 return shifted_xor == 0;
tsan_rtl.h 234 u64 shifted_xor = (s1.x_ ^ s2.x_) >> kTidShift; local in function:__tsan::Shadow::TidsAreEqual
235 DCHECK_EQ(shifted_xor == 0, s1.TidWithIgnore() == s2.TidWithIgnore());
236 return shifted_xor == 0;

Completed in 56 milliseconds