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

  /src/common/lib/libc/atomic/
atomic_and_8_cas.c 37 asm("__sync_fetch_and_and_1");
51 __strong_alias(__atomic_fetch_and_1,__sync_fetch_and_and_1)
  /src/common/lib/libc/arch/arm/atomic/
atomic_and_8.S 51 ENTRY_NP(__sync_fetch_and_and_1)
57 END(__sync_fetch_and_and_1)
  /src/common/lib/libc/arch/m68k/atomic/
atomic_and.S 116 ENTRY(__sync_fetch_and_and_1) function
124 END(__sync_fetch_and_and_1)
126 CRT_ALIAS(__atomic_fetch_and_1,__sync_fetch_and_and_1)
  /src/tests/lib/libc/atomic/
t___sync_and.c 75 atf_sync_prefetch(__sync_fetch_and_and_1, uint8_t, PRIx8);
113 ATF_TP_ADD_TC(tp, __sync_fetch_and_and_1);

Completed in 15 milliseconds