HomeSort by relevance Sort by last modified time
    Searched refs:atomic_ullong (Results 1 - 21 of 21) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_cxx.h 95 /// atomic_ullong
96 typedef __atomic_base<unsigned long long> atomic_ullong; typedef
atomicfwd_c.h 114 typedef struct __atomic_ullong_base atomic_ullong; typedef in typeref:struct:__atomic_ullong_base
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdatomic.h 100 typedef atomic_ullong atomic_uint_least64_t;
109 typedef atomic_ullong atomic_uint_fast64_t;
118 typedef atomic_ullong atomic_uintmax_t;
213 using std::atomic_ullong;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 95 /// atomic_ullong
96 typedef __atomic_base<unsigned long long> atomic_ullong; typedef
atomicfwd_c.h 114 typedef struct __atomic_ullong_base atomic_ullong; typedef in typeref:struct:__atomic_ullong_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 100 typedef atomic_ullong atomic_uint_least64_t;
109 typedef atomic_ullong atomic_uint_fast64_t;
118 typedef atomic_ullong atomic_uintmax_t;
213 using std::atomic_ullong;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 95 /// atomic_ullong
96 typedef __atomic_base<unsigned long long> atomic_ullong; typedef
atomicfwd_c.h 114 typedef struct __atomic_ullong_base atomic_ullong; typedef in typeref:struct:__atomic_ullong_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 100 typedef atomic_ullong atomic_uint_least64_t;
109 typedef atomic_ullong atomic_uint_fast64_t;
118 typedef atomic_ullong atomic_uintmax_t;
213 using std::atomic_ullong;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 95 /// atomic_ullong
96 typedef __atomic_base<unsigned long long> atomic_ullong; typedef
atomicfwd_c.h 114 typedef struct __atomic_ullong_base atomic_ullong; typedef in typeref:struct:__atomic_ullong_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
stdatomic.h 100 typedef atomic_ullong atomic_uint_least64_t;
109 typedef atomic_ullong atomic_uint_fast64_t;
118 typedef atomic_ullong atomic_uintmax_t;
213 using std::atomic_ullong;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_cxx.h 95 /// atomic_ullong
96 typedef __atomic_base<unsigned long long> atomic_ullong; typedef
atomicfwd_c.h 114 typedef struct __atomic_ullong_base atomic_ullong; typedef in typeref:struct:__atomic_ullong_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
stdatomic.h 100 typedef atomic_ullong atomic_uint_least64_t;
109 typedef atomic_ullong atomic_uint_fast64_t;
118 typedef atomic_ullong atomic_uintmax_t;
213 using std::atomic_ullong;
  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.generic/
integral_typedefs.pass.cpp 22 // typedef atomic<unsigned long long> atomic_ullong;
42 static_assert((std::is_same<std::atomic<unsigned long long>, std::atomic_ullong>::value), "");
integral.pass.cpp 168 test<std::atomic_ullong, unsigned long long>();
185 test<volatile std::atomic_ullong, unsigned long long>();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 197 /// atomic_ullong
198 typedef __atomic_base<unsigned long long> atomic_ullong; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_base.h 197 /// atomic_ullong
198 typedef __atomic_base<unsigned long long> atomic_ullong; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 197 /// atomic_ullong
198 typedef __atomic_base<unsigned long long> atomic_ullong; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 122 /// atomic_ullong
123 typedef __atomic_base<unsigned long long> atomic_ullong; typedef
305 // atomic_ullong unsigned long long

Completed in 42 milliseconds