Searched defs:__buffer (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_serial.h25 class __buffer class in namespace:__pstl::__serial
35 __buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} function in class:__pstl::__serial::__buffer
H A Dparallel_backend_tbb.h42 class __buffer class in namespace:__pstl::__par_backend
53 __buffer(std::size_t n) : _M_allocator(), _M_ptr(_M_allocator.allocate(n)), _M_buf_size(n) {} function in class:__pstl::__par_backend::__buffer
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_serial.h25 class __buffer class in namespace:__pstl::__serial_backend
35 __buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} function in class:__pstl::__serial_backend::__buffer
H A Dparallel_backend_tbb.h43 class __buffer class in namespace:__pstl::__tbb_backend
54 __buffer(std::size_t n) : _M_allocator(), _M_ptr(_M_allocator.allocate(n)), _M_buf_size(n) {} function in class:__pstl::__tbb_backend::__buffer
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc424 struct stat64 __buffer; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc386 struct stat64 __buffer; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h849 _Rope_flatten_char_consumer(_CharT* __buffer) argument
966 _CharT* __buffer = local
1053 _S_flatten(_RopeRep* __r, std::size_t __start, std::size_t __len, _CharT* __buffer) argument
1079 _S_flatten(_RopeRep* __r, _CharT* __buffer) argument
1175 _CharT __buffer[__max_len + 1]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h846 _Rope_flatten_char_consumer(_CharT* __buffer) argument
963 _CharT* __buffer = local
1050 _S_flatten(_RopeRep* __r, std::size_t __start, std::size_t __len, _CharT* __buffer) argument
1076 _S_flatten(_RopeRep* __r, _CharT* __buffer) argument
1172 _CharT __buffer[__max_len + 1]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_algo.h1548 __stable_partition_adaptive(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, _Distance __len, _Pointer __buffer, _Distance __buffer_size) argument
2394 __rotate_adaptive(_BidirectionalIterator1 __first, _BidirectionalIterator1 __middle, _BidirectionalIterator1 __last, _Distance __len1, _Distance __len2, _BidirectionalIterator2 __buffer, _Distance __buffer_size) argument
2432 __merge_adaptive(_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Pointer __buffer, _Distance __buffer_size, _Compare __comp) argument
2722 __merge_sort_with_buffer(_RandomAccessIterator __first, _RandomAccessIterator __last, _Pointer __buffer, _Compare __comp) argument
2749 __stable_sort_adaptive(_RandomAccessIterator __first, _RandomAccessIterator __last, _Pointer __buffer, _Distance __buffer_size, _Compare __comp) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_algo.h1506 __stable_partition_adaptive(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, _Distance __len, _Pointer __buffer, _Distance __buffer_size) argument
2352 __rotate_adaptive(_BidirectionalIterator1 __first, _BidirectionalIterator1 __middle, _BidirectionalIterator1 __last, _Distance __len1, _Distance __len2, _BidirectionalIterator2 __buffer, _Distance __buffer_size) argument
2390 __merge_adaptive(_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Pointer __buffer, _Distance __buffer_size, _Compare __comp) argument
2682 __merge_sort_with_buffer(_RandomAccessIterator __first, _RandomAccessIterator __last, _Pointer __buffer, _Compare __comp) argument
2709 __stable_sort_adaptive(_RandomAccessIterator __first, _RandomAccessIterator __last, _Pointer __buffer, _Distance __buffer_size, _Compare __comp) argument
[all...]

Completed in 512 milliseconds