HomeSort by relevance Sort by last modified time
    Searched refs:__b (Results 226 - 250 of 430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) {
218 reinterpret_cast<long>(__b)));
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) {
218 reinterpret_cast<long>(__b)));
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) {
218 reinterpret_cast<long>(__b)));
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) {
218 reinterpret_cast<long>(__b)));
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_windows.h 206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) {
218 reinterpret_cast<long>(__b)));
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
suffix.hpp 373 inline const _Tp& min BOOST_PREVENT_MACRO_SUBSTITUTION (const _Tp& __a, const _Tp& __b) {
374 return __b < __a ? __b : __a;
377 inline const _Tp& max BOOST_PREVENT_MACRO_SUBSTITUTION (const _Tp& __a, const _Tp& __b) {
378 return __a < __b ? __b : __a;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
streambuf_iterator.h 155 equal(const istreambuf_iterator& __b) const
156 { return _M_at_eof() == __b._M_at_eof(); }
188 const istreambuf_iterator<_CharT, _Traits>& __b)
189 { return __a.equal(__b); }
194 const istreambuf_iterator<_CharT, _Traits>& __b)
195 { return !__a.equal(__b); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 162 equal(const istreambuf_iterator& __b) const
163 { return _M_at_eof() == __b._M_at_eof(); }
195 const istreambuf_iterator<_CharT, _Traits>& __b)
196 { return __a.equal(__b); }
201 const istreambuf_iterator<_CharT, _Traits>& __b)
202 { return !__a.equal(__b); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 162 equal(const istreambuf_iterator& __b) const
163 { return _M_at_eof() == __b._M_at_eof(); }
195 const istreambuf_iterator<_CharT, _Traits>& __b)
196 { return __a.equal(__b); }
201 const istreambuf_iterator<_CharT, _Traits>& __b)
202 { return !__a.equal(__b); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 155 equal(const istreambuf_iterator& __b) const
156 { return _M_at_eof() == __b._M_at_eof(); }
188 const istreambuf_iterator<_CharT, _Traits>& __b)
189 { return __a.equal(__b); }
194 const istreambuf_iterator<_CharT, _Traits>& __b)
195 { return !__a.equal(__b); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 155 equal(const istreambuf_iterator& __b) const
156 { return _M_at_eof() == __b._M_at_eof(); }
188 const istreambuf_iterator<_CharT, _Traits>& __b)
189 { return __a.equal(__b); }
194 const istreambuf_iterator<_CharT, _Traits>& __b)
195 { return !__a.equal(__b); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 155 equal(const istreambuf_iterator& __b) const
156 { return _M_at_eof() == __b._M_at_eof(); }
188 const istreambuf_iterator<_CharT, _Traits>& __b)
189 { return __a.equal(__b); }
194 const istreambuf_iterator<_CharT, _Traits>& __b)
195 { return !__a.equal(__b); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 155 equal(const istreambuf_iterator& __b) const
156 { return _M_at_eof() == __b._M_at_eof(); }
188 const istreambuf_iterator<_CharT, _Traits>& __b)
189 { return __a.equal(__b); }
194 const istreambuf_iterator<_CharT, _Traits>& __b)
195 { return !__a.equal(__b); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 162 equal(const istreambuf_iterator& __b) const
163 { return _M_at_eof() == __b._M_at_eof(); }
195 const istreambuf_iterator<_CharT, _Traits>& __b)
196 { return __a.equal(__b); }
201 const istreambuf_iterator<_CharT, _Traits>& __b)
202 { return !__a.equal(__b); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 174 equal(const istreambuf_iterator& __b) const
175 { return _M_at_eof() == __b._M_at_eof(); }
207 const istreambuf_iterator<_CharT, _Traits>& __b)
208 { return __a.equal(__b); }
213 const istreambuf_iterator<_CharT, _Traits>& __b)
214 { return !__a.equal(__b); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 162 equal(const istreambuf_iterator& __b) const
163 { return _M_at_eof() == __b._M_at_eof(); }
195 const istreambuf_iterator<_CharT, _Traits>& __b)
196 { return __a.equal(__b); }
201 const istreambuf_iterator<_CharT, _Traits>& __b)
202 { return !__a.equal(__b); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 174 equal(const istreambuf_iterator& __b) const
175 { return _M_at_eof() == __b._M_at_eof(); }
207 const istreambuf_iterator<_CharT, _Traits>& __b)
208 { return __a.equal(__b); }
213 const istreambuf_iterator<_CharT, _Traits>& __b)
214 { return !__a.equal(__b); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf_iterator.h 172 equal(const istreambuf_iterator& __b) const
173 { return _M_at_eof() == __b._M_at_eof(); }
205 const istreambuf_iterator<_CharT, _Traits>& __b)
206 { return __a.equal(__b); }
211 const istreambuf_iterator<_CharT, _Traits>& __b)
212 { return !__a.equal(__b); }
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 84 initializer_list(const _E* __b, size_t __s)
85 : __begin_(__b),
  /external/clang/test/CodeGen/
arm-arguments.c 204 float32x4_t __a, float32x4_t __b) {
205 return __a + __b;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 156 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
157 { std::__alloc_on_swap(__a, __b); }
212 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
216 std::__alloc_swap<_Alloc>::_S_do_it(__a, __b);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 156 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
157 { std::__alloc_on_swap(__a, __b); }
212 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
216 std::__alloc_swap<_Alloc>::_S_do_it(__a, __b);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
alloc_traits.h 169 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
170 { std::__alloc_on_swap(__a, __b); }
226 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
230 std::__alloc_swap<_Alloc>::_S_do_it(__a, __b);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable_policy.h 274 _Hash_node<_Value, __cache>** __b)
275 : _Hashtable_iterator_base<_Value, __cache>(__p, __b) { }
278 _Hashtable_iterator(_Hash_node<_Value, __cache>** __b)
279 : _Hashtable_iterator_base<_Value, __cache>(*__b, __b) { }
319 _Hash_node<_Value, __cache>** __b)
320 : _Hashtable_iterator_base<_Value, __cache>(__p, __b) { }
323 _Hashtable_const_iterator(_Hash_node<_Value, __cache>** __b)
324 : _Hashtable_iterator_base<_Value, __cache>(*__b, __b) { }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hashtable_policy.h 274 _Hash_node<_Value, __cache>** __b)
275 : _Hashtable_iterator_base<_Value, __cache>(__p, __b) { }
278 _Hashtable_iterator(_Hash_node<_Value, __cache>** __b)
279 : _Hashtable_iterator_base<_Value, __cache>(*__b, __b) { }
319 _Hash_node<_Value, __cache>** __b)
320 : _Hashtable_iterator_base<_Value, __cache>(__p, __b) { }
323 _Hashtable_const_iterator(_Hash_node<_Value, __cache>** __b)
324 : _Hashtable_iterator_base<_Value, __cache>(*__b, __b) { }
    [all...]

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 91011>>