HomeSort by relevance Sort by last modified time
    Searched refs:pbase (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/yaffs2/yaffs2/
yaffs_qsort.h 36 extern void qsort (void *const pbase,
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 33 char_type* pbase() const {return base::pbase();} function in struct:test_buf
46 assert(f.pbase() == 0);
50 assert(f.pbase() != 0);
51 assert(f.pptr() == f.pbase());
52 assert(f.epptr() - f.pbase() == 4095);
64 assert(f.pbase() == 0);
68 assert(f.pbase() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 30 char_type* pbase() const {return base::pbase();} function in struct:test_buf
44 assert(f.pbase() == 0);
48 assert(f.pbase() != 0);
49 assert(f.pptr() == f.pbase());
50 assert(f.epptr() - f.pbase() == 4095);
64 assert(f.pbase() == 0);
68 assert(f.pbase() == 0);
83 assert(f.pbase() == 0);
87 assert(f.pbase() != 0)
    [all...]
  /external/qemu/
cbuffer.h 42 extern int cbuffer_write_peek( CBuffer* cb, uint8_t* *pbase );
52 extern int cbuffer_read_peek( CBuffer* cb, uint8_t* *pbase );
cbuffer.c 52 cbuffer_write_peek( CBuffer* cb, uint8_t* *pbase )
65 *pbase = cb->buff + wpos;
152 cbuffer_read_peek( CBuffer* cb, uint8_t* *pbase )
162 *pbase = cb->buff + rpos;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 35 CharT* pbeg = base::pbase();
39 assert(base::pbase() == pbeg);
setp.pass.cpp 31 assert(base::pbase() == pbeg);
  /ndk/tests/device/test-gabi++/jni/
test_gabixx_rtti.cpp 74 Base* pbase = &derived; local
77 CHECK(typeid(pbase) == typeid(Base*));
81 printf(" *pbase is: %s\n", typeid(*pbase).name());
  /ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp 74 Base* pbase = &derived; local
77 CHECK(typeid(pbase) == typeid(Base*));
81 printf(" *pbase is: %s\n", typeid(*pbase).name());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.cons/
default.pass.cpp 31 assert(this->pbase() == 0);
copy.pass.cpp 35 assert(this->pbase() == t.pbase());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 37 assert(this->pbase() == old_that.pbase());
45 assert(t.pbase() == old_this.pbase());
assign.pass.cpp 35 assert(this->pbase() == t.pbase());
  /external/stlport/src/
strstream.cpp 113 return int(pptr() ? pptr() - pbase() : 0);
122 ptrdiff_t old_size = epptr() - pbase();
127 memcpy(buf, pbase(), old_size);
129 char* old_buffer = pbase();
234 if (seeklow + __STATIC_CAST(ptrdiff_t, off) < pbase()) {
239 setp(pbase(), epptr());
240 pbump((int)(off - (pbase() - seeklow)));
  /ndk/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 147 return static_cast<int>(pptr() - pbase());
171 ptrdiff_t nout = pptr() - pbase();
172 ptrdiff_t eout = epptr() - pbase();
273 // min(pbase, newpos), newpos, epptr()
275 setp(min(pbase(), newpos), epptr());
276 pbump(static_cast<int>((epptr() - pbase()) - __off));
303 // min(pbase, newpos), newpos, epptr()
305 setp(min(pbase(), newpos), epptr());
306 pbump(static_cast<int>((epptr() - pbase()) - temp));
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 113 return int(pptr() ? pptr() - pbase() : 0);
122 ptrdiff_t old_size = epptr() - pbase();
127 memcpy(buf, pbase(), old_size);
129 char* old_buffer = pbase();
234 if (seeklow + __STATIC_CAST(ptrdiff_t, off) < pbase()) {
239 setp(pbase(), epptr());
240 pbump((int)(off - (pbase() - seeklow)));
  /external/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 177 if ( !_M_str.empty() && this->pbase() == _S_start(_M_str)) {
220 if (this->pbase() == _S_start(_M_str)) {
269 if (this->pbase() == _S_start(_M_str)) {
271 __offp = this->pptr() - this->pbase();
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase();
344 ptrdiff_t __n = this->epptr() - this->pbase();
348 this->setp(this->pbase(), this->pbase() + __n);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTypedValue.java 122 public static float complexToFraction(int data, float base, float pbase)
128 return complexToFloat(data) * pbase;
134 public float getFraction(float base, float pbase)
136 return complexToFraction(typedValue.data, base, pbase);
  /frameworks/base/core/java/android/util/
TypedValue.java 364 * @param pbase The parent base value of this fraction. In other
371 public static float complexToFraction(int data, float base, float pbase)
377 return complexToFloat(data) * pbase;
388 * @param pbase The parent base value of this fraction. In other
395 public float getFraction(float base, float pbase)
397 return complexToFraction(data, base, pbase);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 39 {return std::basic_string<CharT>(base::pbase(), base::pptr());}

Completed in 1590 milliseconds

1 2 3 4 5