Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/config/io/
Dbasic_file_stdio.cc362 struct stat64 __buffer; in showmanyc() local
363 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
364 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()
366 const streamoff __off = __buffer.st_size - lseek64(this->fd(), 0, in showmanyc()
371 struct stat __buffer; in showmanyc() local
372 const int __err = fstat(this->fd(), &__buffer); in showmanyc()
373 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()
374 return __buffer.st_size - lseek(this->fd(), 0, ios_base::cur); in showmanyc()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/
Dbasic_file_stdio.cc244 struct stat __buffer; in showmanyc_helper() local
245 int __ret = fstat(this->fd(), &__buffer); in showmanyc_helper()
246 if (!__ret && _GLIBCPP_ISREG(__buffer.st_mode)) in showmanyc_helper()
247 return __buffer.st_size - ftell(_M_cfile); in showmanyc_helper()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dstl_algo.h1799 _Pointer __buffer, in __stable_partition_adaptive() argument
1804 _Pointer __result2 = __buffer; in __stable_partition_adaptive()
1814 copy(__buffer, __result2, __result1); in __stable_partition_adaptive()
1823 __buffer, __buffer_size); in __stable_partition_adaptive()
1827 __buffer, __buffer_size); in __stable_partition_adaptive()
2334 _Pointer __buffer) in __merge_sort_with_buffer() argument
2339 _Pointer __buffer_last = __buffer + __len; in __merge_sort_with_buffer()
2345 __merge_sort_loop(__first, __last, __buffer, __step_size); in __merge_sort_with_buffer()
2347 __merge_sort_loop(__buffer, __buffer_last, __first, __step_size); in __merge_sort_with_buffer()
2355 _Pointer __buffer, _Compare __comp) in __merge_sort_with_buffer() argument
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dropeimpl.h781 _Rope_flatten_char_consumer(_CharT* __buffer) { in _Rope_flatten_char_consumer() argument
782 _M_buf_ptr = __buffer; in _Rope_flatten_char_consumer()
877 _CharT* __buffer = in _S_apply_to_pieces() local
880 (*(__f->_M_fn))(__begin, __len, __buffer); in _S_apply_to_pieces()
881 __result = __c(__buffer, __len); in _S_apply_to_pieces()
882 __alloc::deallocate(__buffer, __len * sizeof(_CharT)); in _S_apply_to_pieces()
886 __alloc::deallocate(__buffer, __len * sizeof(_CharT)); in _S_apply_to_pieces()
951 _CharT* __buffer) in _S_flatten() argument
953 _Rope_flatten_char_consumer<_CharT> __c(__buffer); in _S_flatten()
955 return(__buffer + __len); in _S_flatten()
[all …]
Dstl_rope.h114 _CharT* __buffer) = 0;
231 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0;
689 _CharT* __buffer) { in operator()
696 (*__fn)(__start_pos + _M_start, __req_len, __buffer); in operator()
704 __buffer); in operator()
1461 static _CharT* _S_flatten(_RopeRep* __r, _CharT* __buffer);
1467 _CharT* __buffer);
1665 void copy(_CharT* __buffer) const {
1666 _Destroy(__buffer, __buffer + size());
1667 _S_flatten(_M_tree_ptr, __buffer);
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dropeimpl.h850 _Rope_flatten_char_consumer(_CharT* __buffer) in _Rope_flatten_char_consumer() argument
851 { _M_buf_ptr = __buffer; }; in _Rope_flatten_char_consumer()
966 _CharT* __buffer = in _S_apply_to_pieces() local
970 (*(__f->_M_fn))(__begin, __len, __buffer); in _S_apply_to_pieces()
971 __result = __c(__buffer, __len); in _S_apply_to_pieces()
972 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); in _S_apply_to_pieces()
976 _Alloc().deallocate(__buffer, __len * sizeof(_CharT)); in _S_apply_to_pieces()
1053 _CharT* __buffer) in _S_flatten() argument
1055 _Rope_flatten_char_consumer<_CharT> __c(__buffer); in _S_flatten()
1057 return(__buffer + __len); in _S_flatten()
[all …]
Drope145 _CharT* __buffer) = 0;
308 operator()(const _CharT* __buffer, size_t __len) = 0;
831 _CharT* __buffer)
840 (*__fn)(__start_pos + _M_start, __req_len, __buffer);
848 __buffer);
1702 // Returns __buffer + __r->_M_size.
1704 static _CharT* _S_flatten(_RopeRep* __r, _CharT* __buffer);
1710 _CharT* __buffer);
1918 copy(_CharT* __buffer) const
1920 _Destroy(__buffer, __buffer + size(), get_allocator());
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dstl_algo.h2151 _Pointer __buffer, in __stable_partition_adaptive() argument
2157 _Pointer __result2 = __buffer; in __stable_partition_adaptive()
2169 std::copy(__buffer, __result2, __result1); in __stable_partition_adaptive()
2178 __len / 2, __buffer, in __stable_partition_adaptive()
2183 __buffer, __buffer_size); in __stable_partition_adaptive()
3413 _Pointer __buffer) in __merge_sort_with_buffer() argument
3419 const _Pointer __buffer_last = __buffer + __len; in __merge_sort_with_buffer()
3426 std::__merge_sort_loop(__first, __last, __buffer, __step_size); in __merge_sort_with_buffer()
3428 std::__merge_sort_loop(__buffer, __buffer_last, __first, __step_size); in __merge_sort_with_buffer()
3437 _Pointer __buffer, _Compare __comp) in __merge_sort_with_buffer() argument
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/
Ddefalloc.h80 inline void deallocate(_Tp* __buffer) { in deallocate() argument
81 ::operator delete(__buffer); in deallocate()
/openbsd/src/gnu/gcc/libstdc++-v3/include/backward/
Ddefalloc.h80 inline void deallocate(_Tp* __buffer) { in deallocate() argument
81 ::operator delete(__buffer); in deallocate()
/openbsd/src/gnu/llvm/libcxx/include/experimental/
Dsimd1437 simd(const _Up* __buffer, _Flags) {
1440 (*this)[__i] = static_cast<_Tp>(__buffer[__i]);
1448 copy_from(const _Up* __buffer, _Flags) {
1449 *this = simd(__buffer, _Flags());
1456 copy_to(_Up* __buffer, _Flags) const {
1459 __buffer[__i] = static_cast<_Up>((*this)[__i]);