HomeSort by relevance Sort by last modified time
    Searched refs:__sync_fetch_and_add (Results 151 - 157 of 157) sorted by null

1 2 3 4 5 67

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
intrin-impl.h 685 return __sync_fetch_and_add(Addend, Value);
    [all...]
  /external/fio/
configure 549 return __sync_fetch_and_add(ptr, 0);
559 if compile_prog "" "" "__sync_fetch_and_add()" ; then
562 echo "__sync_fetch_and_add $sfaa"
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 66 return __sync_fetch_and_add(v, op);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 167 uint32_t slice = (uint32_t)__sync_fetch_and_add(&mtls->mSliceNum, 1);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c     [all...]

Completed in 610 milliseconds

1 2 3 4 5 67