Searched defs:__a (Results 1 - 25 of 26) sorted by relevance

12

/ndk/sources/cxx-stl/gabi++/include/
H A Dstl_pair.h79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} argument
/ndk/sources/cxx-stl/system/include/
H A Dstl_pair.h79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} argument
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_iostream_string.h85 __stl_alloc_rebind(_STLP_PRIV __iostring_allocator<_Tp>& __a, const _Tp*) argument
86 { return __a; }
H A D_pair.h62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} argument
H A D_string_base.h110 _String_base(const allocator_type& __a) argument
112 : _M_finish(_M_buffers._M_static_buf), _M_start_of_storage(__a, _M_buffers._M_static_buf)
114 : _M_end_of_storage(0), _M_finish(0), _M_start_of_storage(__a, (_Tp*)0)
118 _String_base(const allocator_type& __a, size_t __n) argument
120 : _M_finish(_M_buffers._M_static_buf), _M_start_of_storage(__a, _M_buffers._M_static_buf) {
122 : _M_end_of_storage(0), _M_finish(0), _M_start_of_storage(__a, (_Tp*)0) {
H A D_algobase.h66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) { argument
67 __a._M_swap_workaround(__b);
71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) { argument
72 _Tp __tmp = __a;
73 __a = __b;
81 inline void swap(_Tp& __a, _Tp& __b) { argument
89 _STLP_PRIV __swap_aux(__a, __b, _Implemented());
91 _Tp __tmp = __a;
92 __a = __b;
139 inline const _Tp& (min)(const _Tp& __a, cons
146 min(unsigned long __a, unsigned long __b) argument
147 max(unsigned long __a, unsigned long __b) argument
152 min(const _Tp& __a, const _Tp& __b, _Compare __comp) argument
157 max(const _Tp& __a, const _Tp& __b, _Compare __comp) argument
162 min(const _Tp __a, const _Tp __b, _Compare __comp) argument
167 max(const _Tp __a, const _Tp __b, _Compare __comp) argument
[all...]
H A D_hash_set.h91 const allocator_type& __a = allocator_type())
96 const allocator_type& __a)
98 : _M_ht(__n, __hf, __eql, __a) {}
122 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
123 : _M_ht(__n, __hf, __eql, __a)
145 const allocator_type& __a = allocator_type())
146 : _M_ht(__n, __hf, __eql, __a)
161 const allocator_type& __a = allocator_type())
162 : _M_ht(__n, __hf, __eql, __a)
278 const allocator_type& __a)
277 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a) argument
[all...]
H A D_string.c640 const allocator_type& __a)
641 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a) {
639 basic_string(const _CharT* __s, const allocator_type& __a) argument
H A D_alloc.h181 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
183 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __a
188 # define _STLP_CONVERT_ALLOCATOR(__a, _Tp) __stl_alloc_create(__a,(_Tp*)0)
202 static allocator_type create_allocator(const _Orig& __a) argument
203 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _Tp)); }
445 static allocator_type create_allocator(const allocator<_Tp1 >& __a) argument
446 { return allocator_type(_STLP_CONVERT_ALLOCATOR(__a, _T
453 __stl_alloc_create(const _Alloc& __a, const _Tp*) argument
462 __stl_alloc_rebind(allocator<_Tp1>& __a, const _Tp2*) argument
480 _STLP_alloc_proxy(const _MaybeReboundAlloc& __a, _Value __p) argument
[all...]
H A Dconcept_checks.h369 __assignment_operator_requirement_violation(_Type __a) { argument
370 __a = __a;
371 return __a;
375 __copy_constructor_requirement_violation(_Type __a) { argument
376 _Type __c(__a);
381 __const_parameter_required_for_copy_constructor(_Type /* __a */,
388 __const_parameter_required_for_assignment_operator(_Type __a, argument
390 __a = __b;
391 return __a;
395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) argument
401 __equality_comparable_requirement_violation(_Type __a, _Type __b) argument
529 _Assignable_requirement_violation(_Type __a) argument
542 _DefaultConstructible_requirement_violation(_Type __a) argument
551 _EqualityComparable_requirement_violation(_Type __a) argument
559 _LessThanComparable_requirement_violation(_Type __a) argument
784 _Allocator_requirement_violation(_Alloc __a) argument
[all...]
H A D_bvector.h278 _Bvector_base(const allocator_type& __a) argument
279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type),
507 explicit __BVECTOR(const allocator_type& __a = allocator_type())
508 : _STLP_PRIV _Bvector_base<_Alloc >(__a) {}
511 const allocator_type& __a = allocator_type())
512 : _STLP_PRIV _Bvector_base<_Alloc >(__a) {
552 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
553 : _STLP_PRIV _Bvector_base<_Alloc >(__a) {
559 const allocator_type& __a = allocator_type())
560 : _STLP_PRIV _Bvector_base<_Alloc >(__a) {
[all...]
H A D_deque.h356 _Deque_base(const allocator_type& __a, size_t __num_elements) argument
357 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0),
358 _M_map_size(__a, (size_t)0)
361 _Deque_base(const allocator_type& __a) argument
362 : _M_start(), _M_finish(), _M_map(_STLP_CONVERT_ALLOCATOR(__a, _Tp*), 0),
363 _M_map_size(__a, (size_t)0) {}
478 explicit deque(const allocator_type& __a = allocator_type())
482 deque(const allocator_type& __a)
484 : _STLP_PRIV _Deque_base<_Tp, _Alloc>(__a, 0) {}
500 deque(size_type __n, const value_type& __val, const allocator_type& __a
[all...]
H A D_list.h188 _List_base(const allocator_type& __a) : _M_node(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base()) argument
307 const allocator_type& __a = allocator_type())
315 list(size_type __n, const_reference __val, const allocator_type& __a)
317 : _STLP_PRIV _List_base<_Tp, _Alloc>(__a)
325 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
326 : _STLP_PRIV _List_base<_Tp, _Alloc>(__a)
337 const allocator_type& __a = allocator_type())
338 : _STLP_PRIV _List_base<_Tp, _Alloc>(__a)
341 const allocator_type& __a
[all...]
H A D_slist.h160 _Slist_base(const allocator_type& __a) : argument
161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
280 explicit slist(const allocator_type& __a = allocator_type())
284 slist(const allocator_type& __a)
286 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__a) {}
290 const allocator_type& __a = allocator_type())
298 slist(size_type __n, const value_type& __x, const allocator_type& __a)
300 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__a)
308 const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL)
309 : _STLP_PRIV _Slist_base<_Tp,_Alloc>(__a)
[all...]
H A D_string.h158 explicit basic_string(const allocator_type& __a = allocator_type())
163 explicit basic_string(const allocator_type& __a)
165 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a, _Base::_DEFAULT_SIZE)
170 const allocator_type& __a = allocator_type())
175 basic_string(_Reserve_t, size_t __n, const allocator_type& __a)
177 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a, __n + 1)
184 const allocator_type& __a = allocator_type())
202 const allocator_type& __a)
204 : _STLP_PRIV _String_base<_CharT,_Alloc>(__a) {
214 const allocator_type& __a
296 basic_string(_CalledFromWorkaround_t, const allocator_type &__a) argument
[all...]
H A D_tree.h249 _Rb_tree_base(const allocator_type& __a) : argument
250 _M_header(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Node_base() ) {
390 _Rb_tree(const _Compare& __comp, const allocator_type& __a) argument
391 : _Rb_tree_base<_Value, _Alloc>(__a), _M_node_count(0), _M_key_compare(__comp)
H A D_vector.h66 _Vector_base(const _Alloc& __a) argument
67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
69 _Vector_base(size_t __n, const _Alloc& __a) argument
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
214 explicit vector(const allocator_type& __a = allocator_type())
218 vector(const allocator_type& __a)
220 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__a) {}
233 vector(size_type __n, const _Tp& __val, const allocator_type& __a = allocator_type())
241 vector(size_type __n, const _Tp& __val, const allocator_type& __a)
243 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__n, __a)
[all...]
H A D_algo.c62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { argument
63 if (__a < __b)
66 else if (__a < __c)
69 return __a;
70 else if (__a < __c)
71 return __a;
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { argument
84 if (__comp(__a, __b)) {
85 _STLP_VERBOSE_ASSERT(!__comp(__b, __a), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
90 else if (__comp(__a, __
[all...]
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_windows.h206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { argument
217 return reinterpret_cast<void*>(InterlockedExchange(reinterpret_cast<long*>(const_cast<void**>(__a)),
220 return (void*)InterlockedExchange((long*)__a, (long)__b);
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_tree.h125 _Rb_tree(const _Compare& __comp, const allocator_type& __a) argument
126 : _M_non_dbg_impl(__comp, __a), _M_iter_list(&_M_non_dbg_impl) {}
/ndk/tests/device/test-gnustl-full/unit/
H A Dstack_allocator.h177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } argument
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); } argument
185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) argument
186 { __a.swap(__b); }
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) argument
192 { __a.swap(__b); }
193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) argument
194 { __a
195 swap(StackAllocator<pair<const int, int> >& __a, StackAllocator<pair<const int, int> >& __b) argument
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dstack_allocator.h177 __stl_alloc_rebind(StackAllocator<_Tp1>& __a, const _Tp2*) { return (StackAllocator<_Tp2>&)(__a); } argument
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); } argument
185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) argument
186 { __a.swap(__b); }
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) argument
192 { __a.swap(__b); }
193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) argument
194 { __a
195 swap(StackAllocator<pair<const int, int> >& __a, StackAllocator<pair<const int, int> >& __b) argument
[all...]
/ndk/sources/cxx-stl/stlport/src/
H A Dallocators.cpp842 static void * allocate(size_t& __n, __state_type* __a);
845 static void deallocate(void *__p, size_t __n, __state_type* __a);
935 char *_Pthread_alloc_impl::_S_chunk_alloc(size_t __p_size, size_t &__nobjs, _Pthread_alloc_per_thread_state *__a) { argument
960 __obj * volatile * __my_free_list = __a->__free_list + _S_freelist_index(__bytes_left);
985 return _S_chunk_alloc(__p_size, __nobjs, __a);
994 __state_type* __a; local
1001 __a = _S_get_per_thread_state();
1003 __my_free_list = __a->__free_list + _S_freelist_index(__n);
1006 void *__r = __a->_M_refill(__n);
1018 __state_type* __a; local
1034 allocate(size_t& __n, __state_type* __a) argument
1059 deallocate(void *__p, size_t __n, __state_type* __a) argument
1106 allocate(size_t& __n, __state_type* __a) argument
1108 deallocate(void *__p, size_t __n, __state_type* __a) argument
[all...]
/ndk/tests/build/b9193874-neon/jni/
H A Db9193874-neon.c24 vaddq_u16 (uint16x8_t __a, uint16x8_t __b) argument
26 return (uint16x8_t)__builtin_neon_vaddv8hi ((int16x8_t) __a, (int16x8_t) __b, 0);
29 vaddl_s16 (int16x4_t __a, int16x4_t __b) argument
31 return (int32x4_t)__builtin_neon_vaddlv4hi (__a, __b, 1);
34 vaddl_u8 (uint8x8_t __a, uint8x8_t __b) argument
36 return (uint16x8_t)__builtin_neon_vaddlv8qi ((int8x8_t) __a, (int8x8_t) __b, 0);
39 vaddw_u8 (uint16x8_t __a, uint8x8_t __b) argument
41 return (uint16x8_t)__builtin_neon_vaddwv8qi ((int16x8_t) __a, (int8x8_t) __b, 0);
44 vrhadd_u8 (uint8x8_t __a, uint8x8_t __b) argument
46 return (uint8x8_t)__builtin_neon_vhaddv8qi ((int8x8_t) __a, (int8x8_
49 vsubl_s16(int16x4_t __a, int16x4_t __b) argument
54 vsubl_u8(uint8x8_t __a, uint8x8_t __b) argument
59 vshrn_n_u16(uint16x8_t __a, const int __b) argument
64 vrshrn_n_s32(int32x4_t __a, const int __b) argument
69 vshlq_n_s16(int16x8_t __a, const int __b) argument
74 vshll_n_s16(int16x4_t __a, const int __b) argument
79 vshll_n_u8(uint8x8_t __a, const int __b) argument
84 vmov_n_s32(int32_t __a) argument
89 vmov_n_u8(uint8_t __a) argument
94 vcombine_s16(int16x4_t __a, int16x4_t __b) argument
99 vget_high_s16(int16x8_t __a) argument
104 vget_low_s16(int16x8_t __a) argument
109 vqmovun_s16(int16x8_t __a) argument
114 vmovl_s16(int16x4_t __a) argument
119 vmulq_lane_s32(int32x4_t __a, int32x2_t __b, const int __c) argument
124 vmlal_lane_s16(int32x4_t __a, int16x4_t __b, int16x4_t __c, const int __d) argument
129 vqdmlal_lane_s16(int32x4_t __a, int16x4_t __b, int16x4_t __c, const int __d) argument
134 vld1_s16(const int16_t * __a) argument
139 vld1_u8(const uint8_t * __a) argument
144 vst2_u8(uint8_t * __a, uint8x8x2_t __b) argument
150 vst4_u8(uint8_t * __a, uint8x8x4_t __b) argument
156 vreinterpretq_s16_u16(uint16x8_t __a) argument
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
H A Dsuffix.hpp373 inline const _Tp& min BOOST_PREVENT_MACRO_SUBSTITUTION (const _Tp& __a, const _Tp& __b) { argument
374 return __b < __a ? __b : __a;
377 inline const _Tp& max BOOST_PREVENT_MACRO_SUBSTITUTION (const _Tp& __a, const _Tp& __b) { argument
378 return __a < __b ? __b : __a;

Completed in 1081 milliseconds

12