HomeSort by relevance Sort by last modified time
    Searched defs:_ATOMIC_MEMBER_ (Results 1 - 13 of 13) 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 33 #define _ATOMIC_MEMBER_ _M_i
atomicfwd_c.h 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 33 #define _ATOMIC_MEMBER_ _M_i
atomicfwd_c.h 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 33 #define _ATOMIC_MEMBER_ _M_i
atomicfwd_c.h 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_cxx.h 33 #define _ATOMIC_MEMBER_ _M_i
atomicfwd_c.h 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_cxx.h 33 #define _ATOMIC_MEMBER_ _M_i
atomicfwd_c.h 33 #define _ATOMIC_MEMBER_ ((__a)->_M_i)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_0.h 59 #define _ATOMIC_MEMBER_ _M_i
63 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
64 __i_type* __p = &_ATOMIC_MEMBER_; \
72 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
73 __i_type* __p = &_ATOMIC_MEMBER_; \
82 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
83 __i_type* __p = &_ATOMIC_MEMBER_; \
93 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
94 __i_type* __p = &_ATOMIC_MEMBER_; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_0.h 59 #define _ATOMIC_MEMBER_ _M_i
63 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
64 __i_type* __p = &_ATOMIC_MEMBER_; \
72 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
73 __i_type* __p = &_ATOMIC_MEMBER_; \
82 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
83 __i_type* __p = &_ATOMIC_MEMBER_; \
93 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
94 __i_type* __p = &_ATOMIC_MEMBER_; \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 59 #define _ATOMIC_MEMBER_ _M_i
63 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
64 __i_type* __p = &_ATOMIC_MEMBER_; \
72 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
73 __i_type* __p = &_ATOMIC_MEMBER_; \
82 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
83 __i_type* __p = &_ATOMIC_MEMBER_; \
93 ({typedef __typeof__(_ATOMIC_MEMBER_) __i_type; \
94 __i_type* __p = &_ATOMIC_MEMBER_; \

Completed in 183 milliseconds