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

  /src/common/lib/libc/atomic/
atomic_and_16_cas.c 37 asm("__sync_fetch_and_and_2");
51 __strong_alias(__atomic_fetch_and_2,__sync_fetch_and_and_2)
  /src/common/lib/libc/arch/arm/atomic/
atomic_and_16.S 51 ENTRY_NP(__sync_fetch_and_and_2)
57 END(__sync_fetch_and_and_2)
  /src/common/lib/libc/arch/m68k/atomic/
atomic_and.S 93 ENTRY(__sync_fetch_and_and_2) function
101 END(__sync_fetch_and_and_2)
127 CRT_ALIAS(__atomic_fetch_and_2,__sync_fetch_and_and_2)
  /src/tests/lib/libc/atomic/
t___sync_and.c 76 atf_sync_prefetch(__sync_fetch_and_and_2, uint16_t, PRIx16);
114 ATF_TP_ADD_TC(tp, __sync_fetch_and_and_2);

Completed in 12 milliseconds