Home
last modified time | relevance | path

Searched defs:__b (Results 1 – 10 of 10) sorted by relevance

/ndk/tests/build/b9193874-neon/jni/
Db9193874-neon.c24 vaddq_u16 (uint16x8_t __a, uint16x8_t __b) in vaddq_u16()
29 vaddl_s16 (int16x4_t __a, int16x4_t __b) in vaddl_s16()
34 vaddl_u8 (uint8x8_t __a, uint8x8_t __b) in vaddl_u8()
39 vaddw_u8 (uint16x8_t __a, uint8x8_t __b) in vaddw_u8()
44 vrhadd_u8 (uint8x8_t __a, uint8x8_t __b) in vrhadd_u8()
49 vsubl_s16 (int16x4_t __a, int16x4_t __b) in vsubl_s16()
54 vsubl_u8 (uint8x8_t __a, uint8x8_t __b) in vsubl_u8()
59 vshrn_n_u16 (uint16x8_t __a, const int __b) in vshrn_n_u16()
64 vrshrn_n_s32 (int32x4_t __a, const int __b) in vrshrn_n_s32()
69 vshlq_n_s16 (int16x8_t __a, const int __b) in vshlq_n_s16()
[all …]
/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) in swap()
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) in swap()
193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) in swap()
195 inline void swap(StackAllocator<pair<const int, int> >& __a, in swap()
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) in swap()
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) in swap()
193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) in swap()
195 inline void swap(StackAllocator<pair<const int, int> >& __a, in swap()
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_windows.h206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dconfig.h25 #define static_assert(__b, __m) \ argument
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algobase.h66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) { in __swap_aux()
71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) { in __swap_aux()
81 inline void swap(_Tp& __a, _Tp& __b) { in swap()
D_hashtable.c484 for (size_t __b = 0; __b < __num_buckets; ++__b) { in _M_check() local
D_monetary.c287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); in do_get() local
D_algo.c62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { in __median()
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { in __median()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
Dsuffix.hpp373 inline const _Tp& min BOOST_PREVENT_MACRO_SUBSTITUTION (const _Tp& __a, const _Tp& __b) { in BOOST_PREVENT_MACRO_SUBSTITUTION()
377 inline const _Tp& max BOOST_PREVENT_MACRO_SUBSTITUTION (const _Tp& __a, const _Tp& __b) { in BOOST_PREVENT_MACRO_SUBSTITUTION()