Home
last modified time | relevance | path

Searched refs:__buffer (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_serial.h25 class __buffer
30 __buffer(const __buffer&) = delete;
32 operator=(const __buffer&) = delete;
35__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer() function
43 ~__buffer() { __allocator_.deallocate(__ptr_, __buf_size_); } in ~__buffer()
H A Dparallel_backend_tbb.h42 class __buffer
47 __buffer(const __buffer&) = delete;
49 operator=(const __buffer&) = delete;
53 __buffer(std::size_t n) : _M_allocator(), _M_ptr(_M_allocator.allocate(n)), _M_buf_size(n) {} in __buffer() function
63 ~__buffer() { _M_allocator.deallocate(_M_ptr, _M_buf_size); } in ~__buffer()
362 __buffer<_Tp> __buf(__m + 1); in __parallel_strict_scan()
601 __buffer<_ValueType> __buf(__n);
H A Dalgorithm_impl.h1059 __par_backend::__buffer<bool> __mask_buf(__n); in __pattern_copy_if()
1166 __par_backend::__buffer<bool> __mask_buf(__n); in __remove_elements()
1203 __par_backend::__buffer<_Tp> __buf(__n); in __remove_elements()
1327 __par_backend::__buffer<bool> __mask_buf(__n); in __pattern_unique_copy()
1562 __par_backend::__buffer<_Tp> __buf(__n - __m); in __pattern_rotate()
1588 __par_backend::__buffer<_Tp> __buf(__m); in __pattern_rotate()
2042 __par_backend::__buffer<bool> __mask_buf(__n); in __pattern_partition_copy()
2202 __par_backend::__buffer<_T1> __buf(__n1); in __pattern_partial_sort_copy()
2656 __par_backend::__buffer<_Tp> __buf(__n); in __pattern_inplace_merge()
2779 __par_backend::__buffer<_T> __buf(__size_func(__n1, __n2)); in __parallel_set_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_serial.h25 class __buffer
30 __buffer(const __buffer&) = delete;
32 operator=(const __buffer&) = delete;
35__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer() function
43 ~__buffer() { __allocator_.deallocate(__ptr_, __buf_size_); } in ~__buffer()
H A Dparallel_backend_tbb.h43 class __buffer
48 __buffer(const __buffer&) = delete;
50 operator=(const __buffer&) = delete;
54 __buffer(std::size_t n) : _M_allocator(), _M_ptr(_M_allocator.allocate(n)), _M_buf_size(n) {} in __buffer() function
64 ~__buffer() { _M_allocator.deallocate(_M_ptr, _M_buf_size); } in ~__buffer()
367 __buffer<_Tp> __buf(__m + 1); in __parallel_strict_scan()
1171 __buffer<_ValueType> __buf(__n);
H A Dalgorithm_impl.h1084 __par_backend::__buffer<bool> __mask_buf(__n); in __pattern_copy_if()
1191 __par_backend::__buffer<bool> __mask_buf(__n); in __remove_elements()
1228 __par_backend::__buffer<_Tp> __buf(__n); in __remove_elements()
1358 __par_backend::__buffer<bool> __mask_buf(__n); in __pattern_unique_copy()
1593 __par_backend::__buffer<_Tp> __buf(__n - __m); in __pattern_rotate()
1619 __par_backend::__buffer<_Tp> __buf(__m); in __pattern_rotate()
2073 __par_backend::__buffer<bool> __mask_buf(__n); in __pattern_partition_copy()
2235 __par_backend::__buffer<_T1> __buf(__n1); in __pattern_partial_sort_copy()
2694 __par_backend::__buffer<_Tp> __buf(__n); in __pattern_inplace_merge()
2815 __par_backend::__buffer<_Tp> __buf(__size_func(__n1, __n2)); in __parallel_set_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc424 struct stat64 __buffer; in showmanyc() local
425 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
426 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()
428 const streamoff __off = __buffer.st_size - lseek64(this->fd(), 0, in showmanyc()
433 struct stat __buffer; in showmanyc() local
434 const int __err = fstat(this->fd(), &__buffer); in showmanyc()
435 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()
437 return __buffer.st_size - fseek(this->file(), 0, ios_base::cur); in showmanyc()
439 return __buffer.st_size - lseek(this->fd(), 0, ios_base::cur); in showmanyc()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc386 struct stat64 __buffer; in showmanyc() local
387 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
388 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()
390 const streamoff __off = __buffer.st_size - lseek64(this->fd(), 0, in showmanyc()
395 struct stat __buffer; in showmanyc() local
396 const int __err = fstat(this->fd(), &__buffer); in showmanyc()
397 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()
398 return __buffer.st_size - lseek(this->fd(), 0, ios_base::cur); in showmanyc()
/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dlogging.h45 char __buffer[16]; \
49 __buffer[__i] = '\t'; \
50 __buffer[__i] = '\0'; \
51 syslog(level, "%s" f "\n", __buffer, ## arg); \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_node.h57 __stack_npt __buffer(__max_depth); in __get_stack()
58 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack()
59 return new(std::nothrow) __stack_npt(__buffer.begin(), in __get_stack()
60 __buffer.begin() + __depth); in __get_stack()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex.h557 struct re_pattern_buffer *__buffer);
563 extern int re_compile_fastmap (struct re_pattern_buffer *__buffer);
571 extern regoff_t re_search (struct re_pattern_buffer *__buffer,
579 extern regoff_t re_search_2 (struct re_pattern_buffer *__buffer,
589 extern regoff_t re_match (struct re_pattern_buffer *__buffer,
595 extern regoff_t re_match_2 (struct re_pattern_buffer *__buffer,
614 extern void re_set_registers (struct re_pattern_buffer *__buffer,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h849 _Rope_flatten_char_consumer(_CharT* __buffer) in _GLIBCXX_VISIBILITY()
850 { _M_buf_ptr = __buffer; } in _GLIBCXX_VISIBILITY()
966 _CharT* __buffer = in _GLIBCXX_VISIBILITY() local
970 (*(__f->_M_fn))(__begin, __len, __buffer); in _GLIBCXX_VISIBILITY()
971 __result = __c(__buffer, __len); in _GLIBCXX_VISIBILITY()
972 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); in _GLIBCXX_VISIBILITY()
976 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); in _GLIBCXX_VISIBILITY()
1054 _CharT* __buffer) in _GLIBCXX_VISIBILITY()
1056 _Rope_flatten_char_consumer<_CharT> __c(__buffer); in _GLIBCXX_VISIBILITY()
1058 return(__buffer + __len); in _GLIBCXX_VISIBILITY()
[all …]
H A Drope153 _CharT* __buffer) = 0;
316 operator()(const _CharT* __buffer, std::size_t __len) = 0;
862 _CharT* __buffer)
871 (*__fn)(__start_pos + _M_start, __req_len, __buffer);
879 __buffer);
1746 // Returns __buffer + __r->_M_size.
1748 static _CharT* _S_flatten(_RopeRep* __r, _CharT* __buffer);
1754 _CharT* __buffer);
1976 copy(_CharT* __buffer) const
1978 _Destroy_const(__buffer, __buffer + size(), _M_get_allocator());
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h846 _Rope_flatten_char_consumer(_CharT* __buffer) in _GLIBCXX_VISIBILITY()
847 { _M_buf_ptr = __buffer; } in _GLIBCXX_VISIBILITY()
963 _CharT* __buffer = in _GLIBCXX_VISIBILITY() local
967 (*(__f->_M_fn))(__begin, __len, __buffer); in _GLIBCXX_VISIBILITY()
968 __result = __c(__buffer, __len); in _GLIBCXX_VISIBILITY()
969 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); in _GLIBCXX_VISIBILITY()
973 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); in _GLIBCXX_VISIBILITY()
1051 _CharT* __buffer) in _GLIBCXX_VISIBILITY()
1053 _Rope_flatten_char_consumer<_CharT> __c(__buffer); in _GLIBCXX_VISIBILITY()
1055 return(__buffer + __len); in _GLIBCXX_VISIBILITY()
[all …]
H A Drope153 _CharT* __buffer) = 0;
328 operator()(const _CharT* __buffer, std::size_t __len) = 0;
878 _CharT* __buffer)
887 (*__fn)(__start_pos + _M_start, __req_len, __buffer);
895 __buffer);
1768 // Returns __buffer + __r->_M_size.
1770 static _CharT* _S_flatten(_RopeRep* __r, _CharT* __buffer);
1776 _CharT* __buffer);
1999 copy(_CharT* __buffer) const
2001 _Destroy_const(__buffer, __buffer + size(), _M_get_allocator());
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_algo.h1551 _Pointer __buffer, in _GLIBCXX_VISIBILITY()
1560 _Pointer __result2 = __buffer; in _GLIBCXX_VISIBILITY()
1580 _GLIBCXX_MOVE3(__buffer, __result2, __result1); in _GLIBCXX_VISIBILITY()
1588 __len / 2, __buffer, in _GLIBCXX_VISIBILITY()
1601 __buffer, __buffer_size); in _GLIBCXX_VISIBILITY()
2398 _BidirectionalIterator2 __buffer, in _GLIBCXX_VISIBILITY()
2406 __buffer_end = _GLIBCXX_MOVE3(__middle, __last, __buffer); in _GLIBCXX_VISIBILITY()
2408 return _GLIBCXX_MOVE3(__buffer, __buffer_end, __first); in _GLIBCXX_VISIBILITY()
2417 __buffer_end = _GLIBCXX_MOVE3(__first, __middle, __buffer); in _GLIBCXX_VISIBILITY()
2419 return _GLIBCXX_MOVE_BACKWARD3(__buffer, __buffer_end, __last); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_algo.h1508 _Pointer __buffer, in _GLIBCXX_VISIBILITY()
1517 _Pointer __result2 = __buffer; in _GLIBCXX_VISIBILITY()
1537 _GLIBCXX_MOVE3(__buffer, __result2, __result1); in _GLIBCXX_VISIBILITY()
1545 __len / 2, __buffer, in _GLIBCXX_VISIBILITY()
1558 __buffer, __buffer_size); in _GLIBCXX_VISIBILITY()
2362 _BidirectionalIterator2 __buffer, in _GLIBCXX_VISIBILITY()
2370 __buffer_end = _GLIBCXX_MOVE3(__middle, __last, __buffer); in _GLIBCXX_VISIBILITY()
2372 return _GLIBCXX_MOVE3(__buffer, __buffer_end, __first); in _GLIBCXX_VISIBILITY()
2381 __buffer_end = _GLIBCXX_MOVE3(__first, __middle, __buffer); in _GLIBCXX_VISIBILITY()
2383 return _GLIBCXX_MOVE_BACKWARD3(__buffer, __buffer_end, __last); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dmemory_resource579 monotonic_buffer_resource(void* __buffer, size_t __buffer_size,
582 : _M_current_buf(__buffer), _M_avail(__buffer_size),
585 _M_orig_buf(__buffer), _M_orig_size(__buffer_size)
588 _GLIBCXX_DEBUG_ASSERT(__buffer != nullptr || __buffer_size == 0);
600 monotonic_buffer_resource(void* __buffer, size_t __buffer_size) noexcept
601 : monotonic_buffer_resource(__buffer, __buffer_size, get_default_resource())
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmemory_resource755 monotonic_buffer_resource(void* __buffer, size_t __buffer_size,
758 : _M_current_buf(__buffer), _M_avail(__buffer_size),
761 _M_orig_buf(__buffer), _M_orig_size(__buffer_size)
764 _GLIBCXX_DEBUG_ASSERT(__buffer != nullptr || __buffer_size == 0);
776 monotonic_buffer_resource(void* __buffer, size_t __buffer_size) noexcept
777 : monotonic_buffer_resource(__buffer, __buffer_size, get_default_resource())
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dfpending.m448 'fp->__bufp - fp->__buffer' \
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcharconv99 _LIBCPP_AVAILABILITY_TO_CHARS _LIBCPP_FUNC_VIS char* __u64toa(uint64_t __value, char* __buffer) _NO…
100 _LIBCPP_AVAILABILITY_TO_CHARS _LIBCPP_FUNC_VIS char* __u32toa(uint32_t __value, char* __buffer) _NO…
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dsimd1435 simd(const _Up* __buffer, _Flags) {
1438 (*this)[__i] = static_cast<_Tp>(__buffer[__i]);
1446 copy_from(const _Up* __buffer, _Flags) {
1447 *this = simd(__buffer, _Flags());
1454 copy_to(_Up* __buffer, _Flags) const {
1457 __buffer[__i] = static_cast<_Up>((*this)[__i]);