HomeSort by relevance Sort by last modified time
    Searched full:gptr (Results 126 - 150 of 219) sorted by null

1 2 3 4 56 7 8 9

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 137 return this->egptr() - this->gptr();
166 if (this->gptr() != this->eback() &&
168 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]) ||
172 traits_type::eq(traits_type::to_char_type(__c), *this->gptr()))
173 return traits_type::to_int_type(*this->gptr());
187 _M_saved_gptr = this->gptr();
197 *this->gptr() = traits_type::to_char_type(__c);
315 // __off is relative to gptr(). We need to do a bit of arithmetic
317 streamoff __adjust = _M_mmap_len - (this->gptr() - (_CharT*) _M_mmap_base);
325 streamoff __iadj = _M_width * (this->gptr() - this->eback())
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 137 return this->egptr() - this->gptr();
166 if (this->gptr() != this->eback() &&
168 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]) ||
172 traits_type::eq(traits_type::to_char_type(__c), *this->gptr()))
173 return traits_type::to_int_type(*this->gptr());
187 _M_saved_gptr = this->gptr();
197 *this->gptr() = traits_type::to_char_type(__c);
315 // __off is relative to gptr(). We need to do a bit of arithmetic
317 streamoff __adjust = _M_mmap_len - (this->gptr() - (_CharT*) _M_mmap_base);
325 streamoff __iadj = _M_width * (this->gptr() - this->eback())
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 137 return this->egptr() - this->gptr();
166 if (this->gptr() != this->eback() &&
168 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]) ||
172 traits_type::eq(traits_type::to_char_type(__c), *this->gptr()))
173 return traits_type::to_int_type(*this->gptr());
187 _M_saved_gptr = this->gptr();
197 *this->gptr() = traits_type::to_char_type(__c);
315 // __off is relative to gptr(). We need to do a bit of arithmetic
317 streamoff __adjust = _M_mmap_len - (this->gptr() - (_CharT*) _M_mmap_base);
325 streamoff __iadj = _M_width * (this->gptr() - this->eback())
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 137 return this->egptr() - this->gptr();
166 if (this->gptr() != this->eback() &&
168 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]) ||
172 traits_type::eq(traits_type::to_char_type(__c), *this->gptr()))
173 return traits_type::to_int_type(*this->gptr());
187 _M_saved_gptr = this->gptr();
197 *this->gptr() = traits_type::to_char_type(__c);
315 // __off is relative to gptr(). We need to do a bit of arithmetic
317 streamoff __adjust = _M_mmap_len - (this->gptr() - (_CharT*) _M_mmap_base);
325 streamoff __iadj = _M_width * (this->gptr() - this->eback())
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 137 return this->egptr() - this->gptr();
166 if (this->gptr() != this->eback() &&
168 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]) ||
172 traits_type::eq(traits_type::to_char_type(__c), *this->gptr()))
173 return traits_type::to_int_type(*this->gptr());
187 _M_saved_gptr = this->gptr();
197 *this->gptr() = traits_type::to_char_type(__c);
315 // __off is relative to gptr(). We need to do a bit of arithmetic
317 streamoff __adjust = _M_mmap_len - (this->gptr() - (_CharT*) _M_mmap_base);
325 streamoff __iadj = _M_width * (this->gptr() - this->eback())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.c 137 return this->egptr() - this->gptr();
166 if (this->gptr() != this->eback() &&
168 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]) ||
172 traits_type::eq(traits_type::to_char_type(__c), *this->gptr()))
173 return traits_type::to_int_type(*this->gptr());
187 _M_saved_gptr = this->gptr();
197 *this->gptr() = traits_type::to_char_type(__c);
315 // __off is relative to gptr(). We need to do a bit of arithmetic
317 streamoff __adjust = _M_mmap_len - (this->gptr() - (_CharT*) _M_mmap_base);
325 streamoff __iadj = _M_width * (this->gptr() - this->eback())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
fstream 316 this->setg(__intbuf_, __intbuf_ + (__rhs.gptr() - __rhs.eback()),
320 (char_type*)__extbuf_ + (__rhs.gptr() - __rhs.eback()),
418 ptrdiff_t __n = this->gptr() - this->eback();
434 ptrdiff_t __n = __rhs.gptr() - __rhs.eback();
581 if (this->gptr() == 0)
585 if (this->gptr() == this->egptr())
597 __c = traits_type::to_int_type(*this->gptr());
624 __c = traits_type::to_int_type(*this->gptr());
629 __c = traits_type::to_int_type(*this->gptr());
635 __c = traits_type::to_int_type(*this->gptr());
    [all...]
  /external/oprofile/include/
sstream 93 // The buffer is already in gptr, so if it ends then it is out of data.
114 stringbuf_sync(gptr()-eback(), pptr()-pbase());
158 curi = gptr();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_core.c 243 struct rbug_proto_texture_read *gptr = (struct rbug_proto_texture_read *)header; local
258 if (gptr->texture == VOID2U64(tr_tex))
270 gptr->level, gptr->face + gptr->zslice,
272 gptr->x, gptr->y, gptr->w, gptr->h);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 243 struct rbug_proto_texture_read *gptr = (struct rbug_proto_texture_read *)header; local
258 if (gptr->texture == VOID2U64(tr_tex))
270 gptr->level, gptr->face + gptr->zslice,
272 gptr->x, gptr->y, gptr->w, gptr->h);
  /external/zlib/src/contrib/iostream/
zfstream.cpp 151 return (unsigned char) *gptr();
169 return (unsigned char) *gptr();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
streambuf.tcc 50 const streamsize __buf_len = this->egptr() - this->gptr();
55 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf.tcc 52 const streamsize __buf_len = this->egptr() - this->gptr();
57 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf.tcc 52 const streamsize __buf_len = this->egptr() - this->gptr();
57 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf.tcc 50 const streamsize __buf_len = this->egptr() - this->gptr();
55 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf.tcc 50 const streamsize __buf_len = this->egptr() - this->gptr();
55 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf.tcc 50 const streamsize __buf_len = this->egptr() - this->gptr();
55 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf.tcc 50 const streamsize __buf_len = this->egptr() - this->gptr();
55 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf.tcc 52 const streamsize __buf_len = this->egptr() - this->gptr();
57 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf.tcc 52 const streamsize __buf_len = this->egptr() - this->gptr();
57 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf.tcc 52 const streamsize __buf_len = this->egptr() - this->gptr();
57 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf.tcc 52 const streamsize __buf_len = this->egptr() - this->gptr();
57 traits_type::copy(__s, this->gptr(), __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf.tcc 51 const streamsize __buf_len = this->egptr() - this->gptr();
56 traits_type::copy(__s, this->gptr(), __len);
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp 106 SkGlyph** gptr = fGlyphArray.begin(); local
108 while (gptr < stop) {
109 SkPath* path = (*gptr)->fPath;
113 gptr += 1;
273 SkGlyph** gptr = fGlyphArray.begin(); local
279 if (gptr[mid]->fID < id) {
285 glyph = gptr[hi];
  /external/skia/src/core/
SkGlyphCache.cpp 106 SkGlyph** gptr = fGlyphArray.begin(); local
108 while (gptr < stop) {
109 SkPath* path = (*gptr)->fPath;
113 gptr += 1;
273 SkGlyph** gptr = fGlyphArray.begin(); local
279 if (gptr[mid]->fID < id) {
285 glyph = gptr[hi];

Completed in 1695 milliseconds

1 2 3 4 56 7 8 9