HomeSort by relevance Sort by last modified time
    Searched refs:__m (Results 1 - 25 of 518) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 128 #define atomic_store_explicit(__a, __m, __x) \
129 _ATOMIC_STORE_(__a, __m, __x)
131 #define atomic_store(__a, __m) \
132 atomic_store_explicit(__a, __m, memory_order_seq_cst)
134 #define atomic_exchange_explicit(__a, __m, __x) \
135 _ATOMIC_MODIFY_(__a, =, __m, __x)
137 #define atomic_exchange(__a, __m) \
138 atomic_exchange_explicit(__a, __m, memory_order_seq_cst)
140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \
141 _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x
    [all...]
atomic_0.h 52 #define _ATOMIC_STORE_(__a, __m, __x) \
54 __typeof__(__m) __v = (__m); \
61 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \
63 __typeof__(__m) __v = (__m); \
71 #define _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x) \
74 __typeof__(__m) __v = (__m); \
96 test_and_set(memory_order __m = memory_order_seq_cst) volatile
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 128 #define atomic_store_explicit(__a, __m, __x) \
129 _ATOMIC_STORE_(__a, __m, __x)
131 #define atomic_store(__a, __m) \
132 atomic_store_explicit(__a, __m, memory_order_seq_cst)
134 #define atomic_exchange_explicit(__a, __m, __x) \
135 _ATOMIC_MODIFY_(__a, =, __m, __x)
137 #define atomic_exchange(__a, __m) \
138 atomic_exchange_explicit(__a, __m, memory_order_seq_cst)
140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \
141 _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x
    [all...]
atomic_0.h 52 #define _ATOMIC_STORE_(__a, __m, __x) \
54 __typeof__(__m) __v = (__m); \
61 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \
63 __typeof__(__m) __v = (__m); \
71 #define _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x) \
74 __typeof__(__m) __v = (__m); \
96 test_and_set(memory_order __m = memory_order_seq_cst) volatile
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 128 #define atomic_store_explicit(__a, __m, __x) \
129 _ATOMIC_STORE_(__a, __m, __x)
131 #define atomic_store(__a, __m) \
132 atomic_store_explicit(__a, __m, memory_order_seq_cst)
134 #define atomic_exchange_explicit(__a, __m, __x) \
135 _ATOMIC_MODIFY_(__a, =, __m, __x)
137 #define atomic_exchange(__a, __m) \
138 atomic_exchange_explicit(__a, __m, memory_order_seq_cst)
140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \
141 _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x
    [all...]
atomic_0.h 52 #define _ATOMIC_STORE_(__a, __m, __x) \
54 __typeof__(__m) __v = (__m); \
61 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \
63 __typeof__(__m) __v = (__m); \
71 #define _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x) \
74 __typeof__(__m) __v = (__m); \
96 test_and_set(memory_order __m = memory_order_seq_cst) volatile
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_c.h 128 #define atomic_store_explicit(__a, __m, __x) \
129 _ATOMIC_STORE_(__a, __m, __x)
131 #define atomic_store(__a, __m) \
132 atomic_store_explicit(__a, __m, memory_order_seq_cst)
134 #define atomic_exchange_explicit(__a, __m, __x) \
135 _ATOMIC_MODIFY_(__a, =, __m, __x)
137 #define atomic_exchange(__a, __m) \
138 atomic_exchange_explicit(__a, __m, memory_order_seq_cst)
140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \
141 _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x
    [all...]
atomic_0.h 52 #define _ATOMIC_STORE_(__a, __m, __x) \
54 __typeof__(__m) __v = (__m); \
61 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \
63 __typeof__(__m) __v = (__m); \
71 #define _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x) \
74 __typeof__(__m) __v = (__m); \
96 test_and_set(memory_order __m = memory_order_seq_cst) volatile
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
ctype_inline.h 43 is(mask __m, char __c) const
44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
57 scan_is(mask __m, const char* __low, const char* __high) const
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
67 scan_not(mask __m, const char* __low, const char* __high) const
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/bits/
ctype_inline.h 43 is(mask __m, char __c) const
44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
57 scan_is(mask __m, const char* __low, const char* __high) const
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
67 scan_not(mask __m, const char* __low, const char* __high) const
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_inline.h 43 is(mask __m, char __c) const
44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
57 scan_is(mask __m, const char* __low, const char* __high) const
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
67 scan_not(mask __m, const char* __low, const char* __high) const
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_inline.h 43 is(mask __m, char __c) const
44 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
57 scan_is(mask __m, const char* __low, const char* __high) const
60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m))
67 scan_not(mask __m, const char* __low, const char* __high) const
70 && (_M_table[static_cast<unsigned char>(*__low)] & __m) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
ctype_inline.h 43 is(mask __m, char __c) const
44 { return (_M_table[static_cast<unsigned char>(__c) ] & __m); }
58 scan_is(mask __m, const char* __low, const char* __high) const
60 while (__low < __high && !this->is(__m, *__low))
67 scan_not(mask __m, const char* __low, const char* __high) const
69 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
ctype_inline.h 43 is(mask __m, char __c) const
44 { return (_M_table[static_cast<unsigned char>(__c) ] & __m); }
58 scan_is(mask __m, const char* __low, const char* __high) const
60 while (__low < __high && !this->is(__m, *__low))
67 scan_not(mask __m, const char* __low, const char* __high) const
69 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
ctype_inline.h 41 is(mask __m, char __c) const
42 { return _M_table[static_cast<unsigned char>(__c)] & __m; }
55 scan_is(mask __m, const char* __low, const char* __high) const
57 while (__low < __high && !this->is(__m, *__low))
64 scan_not(mask __m, const char* __low, const char* __high) const
66 while (__low < __high && this->is(__m, *__low) != 0)

Completed in 204 milliseconds

1 2 3 4 5 6 7 8 91011>>