Searched defs:__val (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dmathimpl.h83 __m81_test (long double __val) argument
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dtypes.h65 long __val[2]; member in struct:__anon5461
69 __u_long __val[2]; member in struct:__anon5462
/haiku/headers/cpp/
H A Dstl_alloc.h770 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } argument
848 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } argument
H A Dstl_bvector.h627 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
H A Dstl_function.h376 result_type __val; member in struct:constant_void_fun
406 inline constant_void_fun<_Result> constant0(const _Result& __val) argument
412 inline constant_unary_fun<_Result,_Result> constant1(const _Result& __val) argument
419 constant2(const _Result& __val) argument
H A Dstl_list.h458 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
633 void list<_Tp, _Alloc>::assign(size_type __n, const _Tp& __val) { argument
638 insert(end(), __n, __val); local
H A Dstl_vector.h311 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
384 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, argument
544 void vector<_Tp, _Alloc>::assign(size_t __n, const value_type& __val) { argument
550 fill(begin(), end(), __val); local
[all...]
H A Dstl_deque.h640 void assign(size_type __n, const _Tp& __val) { argument
642 fill(begin(), end(), __val); local
643 insert(end(), __n - size(), __val); local
647 fill(begin(), end(), __val); local
662 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
H A Dstl_slist.h403 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
707 void slist<_Tp, _Alloc>::assign(size_type __n, const _Tp& __val) { argument
791 void slist<_Tp,_Alloc>::remove(const _Tp& __val) argument
H A Dstl_algo.h90 find(_InputIter __first, _InputIter __last, const _Tp& __val, input_iterator_tag) argument
112 find(_RandomAccessIter __first, _RandomAccessIter __last, const _Tp& __val, random_access_iterator_tag) argument
190 find(_InputIter __first, _InputIter __last, const _Tp& __val) argument
377 search_n(_ForwardIter __first, _ForwardIter __last, _Integer __count, const _Tp& __val) argument
401 search_n(_ForwardIter __first, _ForwardIter __last, _Integer __count, const _Tp& __val, _BinaryPred __binary_pred) argument
1151 __unguarded_linear_insert(_RandomAccessIter __last, _Tp __val) argument
1163 __unguarded_linear_insert(_RandomAccessIter __last, _Tp __val, _Compare __comp) argument
1178 _Tp __val = *__last; local
1190 _Tp __val = *__last; local
1723 __lower_bound(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, _Distance*) argument
1747 lower_bound(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) argument
1754 __lower_bound(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, _Compare __comp, _Distance*) argument
1778 lower_bound(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, _Compare __comp) argument
1785 __upper_bound(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, _Distance*) argument
1809 upper_bound(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) argument
1816 __upper_bound(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, _Compare __comp, _Distance*) argument
1840 upper_bound(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, _Compare __comp) argument
1848 __equal_range(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, _Distance*) argument
1879 equal_range(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) argument
1886 __equal_range(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, _Compare __comp, _Distance*) argument
1917 equal_range(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, _Compare __comp) argument
1924 binary_search(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) argument
1931 binary_search(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, _Compare __comp) argument
[all...]
/haiku/headers/cpp/std/
H A Dbastring.h94 size_t __val; local

Completed in 128 milliseconds