Home
last modified time | relevance | path

Searched defs:__a (Results 1 – 25 of 29) sorted by relevance

12

/external/kernel-headers/original/asm-generic/
Dcputime.h11 #define cputime_add(__a, __b) ((__a) + (__b)) argument
12 #define cputime_sub(__a, __b) ((__a) - (__b)) argument
13 #define cputime_div(__a, __n) ((__a) / (__n)) argument
14 #define cputime_halve(__a) ((__a) >> 1) argument
15 #define cputime_eq(__a, __b) ((__a) == (__b)) argument
16 #define cputime_gt(__a, __b) ((__a) > (__b)) argument
17 #define cputime_ge(__a, __b) ((__a) >= (__b)) argument
18 #define cputime_lt(__a, __b) ((__a) < (__b)) argument
19 #define cputime_le(__a, __b) ((__a) <= (__b)) argument
26 #define cputime64_add(__a, __b) ((__a) + (__b)) argument
[all …]
/external/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_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_iostream_string.h85 __stl_alloc_rebind(_STLP_PRIV __iostring_allocator<_Tp>& __a, const _Tp*) in __stl_alloc_rebind()
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()
/external/stlport/test/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()
/external/clang/test/PCH/
Dcxx-variadic-templates.h14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args) in allocate_shared()
/external/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()
/external/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()
/external/speex/libspeex/
Dcb_search_sse.h40 float __a[4]; in _spx_mm_getr_ps() member
/external/stlport/stlport/stl/config/
D_windows.h206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer()
/external/safe-iop/include/
Dsafe_iop.h106 #define safe_add(_ptr, __a, __b) \ argument
155 #define safe_sub(_ptr, __a, __b) \ argument
207 #define safe_mul(_ptr, __a, __b) \ argument
256 #define safe_div(_ptr, __a, __b) \ argument
305 #define safe_mod(_ptr, __a, __b) \ argument
/external/clang/test/Analysis/
Ddead-stores.cpp59 explicit row(const pencil_type& __a = pencil_type()) : _Base(__a) {} in row()
/external/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
/external/stlport/test/eh/
DPrefix.h168 __stl_alloc_rebind(EH_allocator<_Tp1>& __a, const _Tp2*) { return (EH_allocator<_Tp2>&)(__a); } in __stl_alloc_rebind()

12