Home
last modified time | relevance | path

Searched defs:__a (Results 1 – 25 of 25) 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/sources/cxx-stl/stlport/stlport/stl/
D_rope.h81 # 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.h110 _String_base(const allocator_type& __a) in _String_base()
118 _String_base(const allocator_type& __a, size_t __n)
D_vector.h66 _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.h85 __stl_alloc_rebind(_STLP_PRIV __iostring_allocator<_Tp>& __a, const _Tp*) in __stl_alloc_rebind()
D_string_workaround.h49 : _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.h181 # 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.h163 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.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_string.c640 const allocator_type& __a) in basic_string()
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/test-stlport/unit/
Dstack_allocator.h177 __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/
Dstack_allocator.h177 __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.h107 : _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.h93 : _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.h88 : _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.h206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer()
/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp935 …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.h130 _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.h139 : _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.h92 _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.h108 : _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.h91 : _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.h125 _Rb_tree(const _Compare& __comp, const allocator_type& __a) in _Rb_tree()
/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()