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

  /src/common/lib/libc/arch/arm/atomic/
atomic_xor_8.S 51 ENTRY_NP(__sync_fetch_and_xor_1)
57 END(__sync_fetch_and_xor_1)
  /src/common/lib/libc/atomic/
atomic_xor_8_cas.c 37 asm("__sync_fetch_and_xor_1");
65 __strong_alias(__atomic_fetch_xor_1,__sync_fetch_and_xor_1)
  /src/common/lib/libc/arch/m68k/atomic/
atomic_xor.S 122 ENTRY(__sync_fetch_and_xor_1) function
131 END(__sync_fetch_and_xor_1)
133 CRT_ALIAS(__atomic_fetch_xor_1,__sync_fetch_and_xor_1)
  /src/tests/lib/libc/atomic/
t___sync_xor.c 75 atf_sync_prefetch(__sync_fetch_and_xor_1, uint8_t, PRIx8);
113 ATF_TP_ADD_TC(tp, __sync_fetch_and_xor_1);

Completed in 194 milliseconds