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

/macosx-10.9.5/libstdcxx-60/src/
H A Datomicity.cc42 __exchange_and_add(volatile _Atomic_word* __mem, int __val) argument
47 __atomic_add(volatile _Atomic_word* __mem, int __val) argument
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Datomicity.h50 __exchange_and_add(volatile _Atomic_word* __mem, int __val) argument
54 __atomic_add(volatile _Atomic_word* __mem, int __val) argument
67 __exchange_and_add_single(_Atomic_word* __mem, int __val) argument
75 __atomic_add_single(_Atomic_word* __mem, int __val) argument
80 __exchange_and_add_dispatch(_Atomic_word* __mem, int __val) argument
94 __atomic_add_dispatch(_Atomic_word* __mem, int __val) argument
[all...]
H A Dmalloc_allocator.h110 construct(pointer __p, const _Tp& __val) argument
H A Dnew_allocator.h106 construct(pointer __p, const _Tp& __val) argument
H A Darray_allocator.h79 construct(pointer __p, const _Tp& __val) argument
H A Dpool_allocator.h166 construct(pointer __p, const _Tp& __val) argument
H A Dmt_allocator.h595 construct(pointer __p, const _Tp& __val) argument
H A Dvstring.h1202 _M_replace_dispatch(iterator __i1, iterator __i2, _Integer __n, _Integer __val, std::__true_type) argument
H A Dbitmap_allocator.h254 __lower_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __val, _Compare __comp) argument
/macosx-10.9.5/xnu-2422.115.4/osfmk/libsa/i386/
H A Dtypes.h71 typedef struct { int __val[2]; } bit64_t; /* signed 64-bit quantity */ member in struct:__anon15434
72 typedef struct { unsigned int __val[2]; } u_bit64_t;/* unsigned 64-bit quantity */ member in struct:__anon15435
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dstl_tempbuf.h97 _M_initialize_buffer(const _Tp& __val, __false_type) argument
H A Dstreambuf_iterator.h363 find(istreambuf_iterator<_CharT> __first, istreambuf_iterator<_CharT> __last, const _CharT& __val) argument
H A Dstl_vector.h296 assign(size_type __n, const value_type& __val) argument
838 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
878 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, argument
H A Dstl_list.h547 assign(size_type __n, const value_type& __val) argument
1134 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
H A Dbasic_string.h1439 _M_replace_dispatch(iterator __i1, iterator __i2, _Integer __n, _Integer __val, __true_type) argument
H A Dstl_bvector.h830 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
H A Dstl_deque.h765 assign(size_type __n, const value_type& __val) argument
1290 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) argument
1334 _M_fill_assign(size_type __n, const value_type& __val) argument
1338 std::fill(begin(), end(), __val); local
1339 insert(end(), __n - size(), __val); local
1344 std::fill(begin(), end(), __val); local
H A Dstl_algo.h170 __find(_InputIterator __first, _InputIterator __last, const _Tp& __val, input_iterator_tag) argument
200 __find(_RandomAccessIterator __first, _RandomAccessIterator __last, const _Tp& __val, random_access_iterator_tag) argument
318 find(_InputIterator __first, _InputIterator __last, const _Tp& __val) argument
630 __search_n(_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp& __val, std::forward_iterator_tag) argument
664 __search_n(_RandomAccessIter __first, _RandomAccessIter __last, _Integer __count, const _Tp& __val, std::random_access_iterator_tag) argument
722 search_n(_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp& __val) argument
750 __search_n(_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp& __val, _BinaryPredicate __binary_pred, std::forward_iterator_tag) argument
790 __search_n(_RandomAccessIter __first, _RandomAccessIter __last, _Integer __count, const _Tp& __val, _BinaryPredicate __binary_pred, std::random_access_iterator_tag) argument
851 search_n(_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp& __val, _BinaryPredicate __binary_pred) argument
2305 __unguarded_linear_insert(_RandomAccessIterator __last, _Tp __val) argument
2325 __unguarded_linear_insert(_RandomAccessIterator __last, _Tp __val, _Compare __comp) argument
2355 __val = *__i; local
2381 __val = *__i; local
2884 lower_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __val) argument
2934 lower_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __val, _Compare __comp) argument
2981 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __val) argument
3031 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __val, _Compare __comp) argument
4109 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __val) argument
4170 equal_range(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __val, _Compare __comp) argument
4228 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __val) argument
4260 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __val, _Compare __comp) argument
[all...]

Completed in 211 milliseconds