HomeSort by: relevance | last modified time | path
    Searched refs:__sync_fetch_and_xor_2 (Results 1 - 4 of 4) sorted by relevancy

  /src/common/lib/libc/arch/arm/atomic/
atomic_xor_16.S 51 ENTRY_NP(__sync_fetch_and_xor_2)
57 END(__sync_fetch_and_xor_2)
  /src/common/lib/libc/atomic/
atomic_xor_16_cas.c 37 asm("__sync_fetch_and_xor_2");
65 __strong_alias(__atomic_fetch_xor_2,__sync_fetch_and_xor_2)
  /src/common/lib/libc/arch/m68k/atomic/
atomic_xor.S 98 ENTRY(__sync_fetch_and_xor_2) function
107 END(__sync_fetch_and_xor_2)
134 CRT_ALIAS(__atomic_fetch_xor_2,__sync_fetch_and_xor_2)
  /src/tests/lib/libc/atomic/
t___sync_xor.c 76 atf_sync_prefetch(__sync_fetch_and_xor_2, uint16_t, PRIx16);
114 ATF_TP_ADD_TC(tp, __sync_fetch_and_xor_2);

Completed in 14 milliseconds