Searched refs:pbase (Results 1 - 25 of 38) sorted by relevance

12

/haiku-buildtools/isl/
H A Disl_sort.h6 int isl_sort(void *const pbase, size_t total_elems, size_t size,
H A Disl_sort.c153 int isl_sort(void *const pbase, size_t total_elems, size_t size, argument
156 return MergeSort (pbase, total_elems, size, cmp, arg);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/
H A D26250.cc28 using std::wstringbuf::pbase;
42 VERIFY( buf.pptr() - buf.pbase() == 1 );
46 const int write_positions = buf.epptr() - buf.pbase();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc28 using std::stringbuf::pbase;
42 VERIFY( buf.pptr() - buf.pbase() == 1 );
46 const int write_positions = buf.epptr() - buf.pbase();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/
H A D57394.cc57 VERIFY( pbase() == a.pbase() );
73 VERIFY( pbase() == a.pbase() );
92 VERIFY( pbase() == b.pbase() );
100 VERIFY( c.pbase() == a.pbase() );
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dstrstream.cc136 { return pptr() ? pptr() - pbase() : 0; }
147 ptrdiff_t old_size = epptr() - pbase();
153 memcpy(buf, pbase(), old_size);
154 char* old_buffer = pbase();
271 if (seeklow + off < pbase())
278 setp(pbase(), epptr());
279 __safe_pbump(off - (pbase() - seeklow));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/
H A D1.cc43 test = (!this->pbase());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/
H A D1057.cc65 result.append(pbase(), pptr());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/wchar_t/
H A D1057.cc62 result.append(pbase(), pptr());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/char/
H A D1057.cc62 result.append(pbase(), pptr());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/wchar_t/
H A D1057.cc61 result.append(pbase(), pptr());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/char/
H A D1057.cc61 result.append(pbase(), pptr());
/haiku-buildtools/gcc/zlib/contrib/iostream3/
H A Dzfstream.cc217 if (this->pbase())
220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase())
229 int bytes_to_write = this->pptr() - this->pbase();
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write)
239 // Reset next pointer to point to pbase on success
353 if (!this->pbase())
/haiku-buildtools/binutils/zlib/contrib/iostream3/
H A Dzfstream.cc217 if (this->pbase())
220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase())
229 int bytes_to_write = this->pptr() - this->pbase();
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write)
239 // Reset next pointer to point to pbase on success
353 if (!this->pbase())
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D1.cc45 VERIFY( !this->pbase() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D1.cc45 VERIFY( !this->pbase() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/wchar_t/
H A D1.cc45 VERIFY( !this->pbase() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char/
H A D1.cc45 VERIFY( !this->pbase() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/wchar_t/
H A D1.cc45 VERIFY( !this->pbase() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/
H A D1.cc45 VERIFY( !this->pbase() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/
H A D1.cc46 VERIFY( !this->pbase() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/
H A D1.cc45 VERIFY( !this->pbase() );
/haiku-buildtools/legacy/gcc/libstdc++/
H A Dsstream76 if (pbase() != 0)
77 return string(stream, pptr()-pbase());
114 stringbuf_sync(gptr()-eback(), pptr()-pbase());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C68 char_type* pbase() const { function in class:std::basic_streambuf
89 if (this->pptr() > this->egptr()) __ret = __string_type(this->pbase(), this->pptr());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_io.h37 // If unbuffered, pbase == pptr == NULL
65 bool one = this->pbase() == 0;
77 bool four = this->pbase() == 0;

Completed in 141 milliseconds

12