Home
last modified time | relevance | path

Searched defs:xch (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_lfstack.h40 u64 xch = (u64)(uptr)p | cnt; in Push() local
56 u64 xch = (u64)(uptr)nxt | cnt; in Pop() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc97 template<typename T> T func_cas(volatile T *v, T cmp, T xch) { in func_cas()
156 a128 func_cas(volatile a128 *v, a128 cmp, a128 xch) { in func_cas()