Home
last modified time | relevance | path

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

/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
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
27 #define cputime64_sub(__a, __b) ((__a) - (__b)) argument
/external/stlport/test/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()
/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/stlport/stlport/stl/config/
D_windows.h206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer()
/external/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()