HomeSort by relevance Sort by last modified time
    Searched defs:xch (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_lfstack.h 40 u64 xch = (u64)(uptr)p | cnt; local
42 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
56 u64 xch = (u64)(uptr)nxt | cnt; local
57 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
  /external/dropbear/libtommath/mtest/
mpi.c 3903 int val, xch; local
    [all...]

Completed in 79 milliseconds