Searched refs:_DistanceType (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_heap.h159 _DistanceType; typedef
169 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
170 _DistanceType(0), _GLIBCXX_MOVE(__value));
209 _DistanceType; typedef
218 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
219 _DistanceType(0), _GLIBCXX_MOVE(__value), __comp);
256 _DistanceType; typedef
260 std::__adjust_heap(__first, _DistanceType(0),
261 _DistanceType(__last - __first),
328 _DistanceType; typedef
378 _DistanceType; typedef
419 _DistanceType; typedef
[all...]
H A Dstl_algo.h362 _DistanceType; typedef
364 _DistanceType __tailSize = __last - __first;
365 const _DistanceType __pattSize = __count;
370 const _DistanceType __skipOffset = __pattSize - 1;
385 _DistanceType __remainder = __skipOffset;
455 _DistanceType; typedef
457 _DistanceType __tailSize = __last - __first;
458 const _DistanceType __pattSize = __count;
463 const _DistanceType __skipOffset = __pattSize - 1;
478 _DistanceType __remainde
831 _DistanceType; typedef
1875 _DistanceType; typedef
1949 _DistanceType; typedef
2016 _DistanceType; typedef
2396 _DistanceType; typedef
2445 _DistanceType; typedef
2496 _DistanceType; typedef
2551 _DistanceType; typedef
2614 _DistanceType; typedef
3068 _DistanceType; typedef
3124 _DistanceType; typedef
4147 _DistanceType; typedef
5404 _DistanceType; typedef
5447 _DistanceType; typedef
[all...]
H A Dstl_algobase.h960 _DistanceType; typedef
967 _DistanceType __len = std::distance(__first, __last);
968 _DistanceType __half;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_heap.h146 _DistanceType; typedef
155 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
156 _DistanceType(0), _ValueType(*(__last - 1)));
195 _DistanceType; typedef
203 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
204 _DistanceType(0), _ValueType(*(__last - 1)), __comp);
349 _DistanceType; typedef
360 const _DistanceType __len = __last - __first;
361 _DistanceType __parent = (__len - 2) / 2;
390 _DistanceType; typedef
[all...]
H A Dstl_algo.h659 _DistanceType; typedef
661 _DistanceType __tailSize = __last - __first;
662 const _DistanceType __pattSize = __count;
667 const _DistanceType __skipOffset = __pattSize - 1;
682 _DistanceType __remainder = __skipOffset;
785 _DistanceType; typedef
787 _DistanceType __tailSize = __last - __first;
788 const _DistanceType __pattSize = __count;
793 const _DistanceType __skipOffset = __pattSize - 1;
808 _DistanceType __remainde
2146 _DistanceType; typedef
2510 _DistanceType; typedef
2575 _DistanceType; typedef
2773 _DistanceType; typedef
2828 _DistanceType; typedef
2875 _DistanceType; typedef
2927 _DistanceType; typedef
3604 _DistanceType; typedef
3659 _DistanceType; typedef
3765 _DistanceType; typedef
3807 _DistanceType; typedef
3952 _DistanceType; typedef
4015 _DistanceType; typedef
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h244 _DistanceType; typedef
246 _DistanceType __len = __last - __first;
247 _DistanceType __half;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h416 _DistanceType; typedef
418 _DistanceType __len = __last - __first;
419 _DistanceType __half;

Completed in 126 milliseconds