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

  /src/common/lib/libc/arch/arm/atomic/
atomic_and_32.S 53 ENTRY_NP(__sync_fetch_and_and_4)
59 END(__sync_fetch_and_and_4)
  /src/common/lib/libc/arch/m68k/atomic/
atomic_and.S 69 ENTRY(__sync_fetch_and_and_4) function
78 END(__sync_fetch_and_and_4)
128 CRT_ALIAS(__atomic_fetch_and_4,__sync_fetch_and_and_4)
  /src/common/lib/libc/atomic/
atomic_and_32_cas.c 38 asm("__sync_fetch_and_and_4"); /* C runtime internal */
61 __strong_alias(__atomic_fetch_and_4,__sync_fetch_and_and_4)
  /src/common/lib/libc/arch/riscv/atomic/
atomic_and_32.S 46 CRT_ALIAS(__sync_fetch_and_and_4,_atomic_and_32)
  /src/common/lib/libc/arch/or1k/atomic/
atomic_and_32.S 47 CRT_ALIAS(__sync_fetch_and_and_4,_atomic_and_32)
  /src/tests/lib/libc/atomic/
t___sync_and.c 77 atf_sync_prefetch(__sync_fetch_and_and_4, uint32_t, PRIx32);
115 ATF_TP_ADD_TC(tp, __sync_fetch_and_and_4);

Completed in 14 milliseconds