/ndk/tests/build/b9193874-neon/jni/ |
D | b9193874-neon.c | 24 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/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.h | 81 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) (_Alloc_traits<_Tp,__atype>::create_allocator(__… argument 83 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) argument
|
D | _string_base.h | 110 _String_base(const allocator_type& __a) in _String_base() 118 _String_base(const allocator_type& __a, size_t __n)
|
D | _vector.h | 66 _Vector_base(const _Alloc& __a) in _Vector_base() 69 _Vector_base(size_t __n, const _Alloc& __a) in _Vector_base() 218 vector(const allocator_type& __a) in vector() 241 vector(size_type __n, const _Tp& __val, const allocator_type& __a) in vector()
|
D | _iostream_string.h | 85 __stl_alloc_rebind(_STLP_PRIV __iostring_allocator<_Tp>& __a, const _Tp*) in __stl_alloc_rebind()
|
D | _string_workaround.h | 49 : _STLP_NO_MEM_T_STRING_BASE(__a) {} in _STLP_NO_MEM_T_STRING_BASE() argument 53 : _STLP_NO_MEM_T_STRING_BASE(__r, __n, __a) {} in _STLP_NO_MEM_T_STRING_BASE() argument 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} in _STLP_NO_MEM_T_STRING_BASE() argument 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} in _STLP_NO_MEM_T_STRING_BASE() argument 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} in _STLP_NO_MEM_T_STRING_BASE() argument 72 : _STLP_NO_MEM_T_STRING_BASE(__n, __c, __a) {} in _STLP_NO_MEM_T_STRING_BASE() argument
|
D | _alloc.h | 181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) argument 183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a argument 188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) argument
|
D | _string.h | 163 explicit basic_string(const allocator_type& __a) in basic_string() 175 basic_string(_Reserve_t, size_t __n, const allocator_type& __a) in basic_string() 202 const allocator_type& __a) in basic_string() 221 basic_string(const _CharT* __s, size_type __n, const allocator_type& __a) in basic_string() 245 basic_string(size_type __n, _CharT __c, const allocator_type& __a) in basic_string() 296 basic_string(_CalledFromWorkaround_t, const allocator_type &__a) in basic_string()
|
D | _algobase.h | 66 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 | _string.c | 640 const allocator_type& __a) in basic_string()
|
D | _algo.c | 62 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/test-stlport/unit/ |
D | stack_allocator.h | 177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } in __stl_alloc_rebind() 180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.… in __stl_alloc_create() 185 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/ |
D | stack_allocator.h | 177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } in __stl_alloc_rebind() 180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.… in __stl_alloc_create() 185 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/pointers/ |
D | _vector.h | 107 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 116 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 148 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl()
|
D | _list.h | 93 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 102 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 137 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl()
|
D | _slist.h | 88 : _M_impl(_STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl() 96 …: _M_impl(__n, cast_traits::to_storage_type_cref(__x), _STLP_CONVERT_ALLOCATOR(__a, _StorageType))… in _M_impl() 133 _STLP_CONVERT_ALLOCATOR(__a, _StorageType)) {} in _M_impl()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _windows.h | 206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | allocators.cpp | 935 …lloc_impl::_S_chunk_alloc(size_t __p_size, size_t &__nobjs, _Pthread_alloc_per_thread_state *__a) { in _S_chunk_alloc() 994 __state_type* __a; in allocate() local 1018 __state_type* __a; in deallocate() local 1034 void *_Pthread_alloc_impl::allocate(size_t& __n, __state_type* __a) { in allocate() 1059 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n, __state_type* __a) { in deallocate() 1106 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n, __state_type* __a) in allocate() 1108 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n, __state_type* __a) in deallocate()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _deque.h | 130 _M_non_dbg_impl(__a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument 141 _M_non_dbg_impl(__n, __x, __a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument
|
D | _hashtable.h | 139 : _M_non_dbg_impl(__n, __hf, __eql, __ext, __a), in _M_non_dbg_impl() argument 146 : _M_non_dbg_impl(__n, __hf, __eql, __a), in _M_non_dbg_impl() argument
|
D | _list.h | 92 _M_non_dbg_impl(__a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument 100 : _M_non_dbg_impl(__n, __x, __a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument
|
D | _slist.h | 108 : _M_non_dbg_impl(__a) , _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument 116 : _M_non_dbg_impl(__n, __x, __a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument
|
D | _string.h | 91 : _M_non_dbg_impl(__a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument 95 : _M_non_dbg_impl(__r, __n, __a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument 118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument
|
D | _tree.h | 125 _Rb_tree(const _Compare& __comp, const allocator_type& __a) in _Rb_tree()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/ |
D | suffix.hpp | 373 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()
|