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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 141 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) macro
opencl-c.h 13327 int __ovld atomic_fetch_xor(volatile atomic_int *object, int operand);
13330 uint __ovld atomic_fetch_xor(volatile atomic_uint *object, uint operand);
13371 long __ovld atomic_fetch_xor(volatile atomic_long *object, long operand);
13374 ulong __ovld atomic_fetch_xor(volatile atomic_ulong *object, ulong operand);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdatomic.h 117 using std::atomic_fetch_xor;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdatomic.h 116 using std::atomic_fetch_xor;
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdatomic.h 215 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdatomic.h 207 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
  /src/sys/external/bsd/drm2/include/linux/
atomic.h 231 atomic_fetch_xor(int value, atomic_t *atomic) function

Completed in 60 milliseconds