Searched defs:__b (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/cpp/
H A Dstl_pair.h44 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} argument
H A Dstl_algobase.h64 inline void __iter_swap(_ForwardIter1 __a, _ForwardIter2 __b, _Tp*) { argument
71 inline void iter_swap(_ForwardIter1 __a, _ForwardIter2 __b) { argument
76 inline void swap(_Tp& __a, _Tp& __b) { argument
91 inline const _Tp& min(const _Tp& __a, const _Tp& __b) { argument
96 max(const _Tp& __a, const _Tp& __b) argument
103 min(const _Tp& __a, const _Tp& __b, _Compare __comp) argument
108 max(const _Tp& __a, const _Tp& __b, _Compare __comp) argument
[all...]
H A Dstl_algo.h45 inline const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { argument
63 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { argument
[all...]
H A Dstl_rope.h387 _Rope_RopeRep(_Tag __t, int __d, bool __b, size_t __size, argument
695 _Rope_RopeSubstring(_Rope_RopeRep<_CharT,_Alloc>* __b, size_t __s, argument
789 swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a, _Rope_char_ref_proxy <_CharT, __Alloc > __b) argument
1461 _S_new_RopeSubstring( _Rope_RopeRep<_CharT,_Alloc>* __b, size_t __s, size_t __l, allocator_type __a) argument
1940 swap(rope& __b) argument
[all...]
/haiku/headers/cpp/std/
H A Dvalarray_array.h81 __valarray_copy (const _Tp* __restrict__ __a, _Tp* __restrict__ __b, argument
67 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
74 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s, _Tp* __restrict__ __b) argument
88 __valarray_copy(const _Tp* __restrict__ __a, const size_t* __restrict__ __i, _Tp* __restrict__ __b, size_t __n) argument
96 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b, const size_t* __restrict__ __i) argument
137 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b) argument
142 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
147 __valarray_copy(_Array<_Tp> __a, _Array<_Tp> __b, size_t __n, size_t __s) argument
152 __valarray_copy(_Array<_Tp> __a, _Array<size_t> __i, _Array<_Tp> __b, size_t __n) argument
158 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b, _Array<size_t> __i) argument
176 _Array(const _Tp* __restrict__ __b, size_t __s) argument
[all...]

Completed in 81 milliseconds