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

1 2 3 4 5 6 78 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
sstream 172 __ret = this->egptr() - this->gptr();
239 this->setg(this->eback(), this->gptr(), this->pptr());
fstream 178 _M_pback_cur_save = this->gptr();
196 _M_pback_cur_save += this->gptr() != this->eback();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
sstream 170 __ret = this->egptr() - this->gptr();
237 this->setg(this->eback(), this->gptr(), this->pptr());
fstream 176 _M_pback_cur_save = this->gptr();
194 _M_pback_cur_save += this->gptr() != this->eback();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
sstream 170 __ret = this->egptr() - this->gptr();
237 this->setg(this->eback(), this->gptr(), this->pptr());
fstream 176 _M_pback_cur_save = this->gptr();
194 _M_pback_cur_save += this->gptr() != this->eback();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
sstream 170 __ret = this->egptr() - this->gptr();
237 this->setg(this->eback(), this->gptr(), this->pptr());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
sstream 170 __ret = this->egptr() - this->gptr();
237 this->setg(this->eback(), this->gptr(), this->pptr());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
sstream 172 __ret = this->egptr() - this->gptr();
239 this->setg(this->eback(), this->gptr(), this->pptr());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
sstream 172 __ret = this->egptr() - this->gptr();
239 this->setg(this->eback(), this->gptr(), this->pptr());
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.h 414 if (__this->gptr() != __this->egptr()) {
415 int_type __c = traits_type::to_int_type(*__this->gptr());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
sstream 172 __ret = this->egptr() - this->gptr();
239 this->setg(this->eback(), this->gptr(), this->pptr());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
sstream 172 __ret = this->egptr() - this->gptr();
239 this->setg(this->eback(), this->gptr(), this->pptr());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
sstream 176 __ret = this->egptr() - this->gptr();
243 this->setg(this->eback(), this->gptr(), this->pptr());
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 562 uint16_t* gptr = glyphs; local
567 *gptr++ = cache->unicharToGlyph(SkUTF8_NextUnichar(&text));
574 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
582 *gptr++ = cache->unicharToGlyph(*text32++);
589 return gptr - glyphs;
    [all...]
  /external/skia/src/core/
SkPaint.cpp 563 uint16_t* gptr = glyphs; local
568 *gptr++ = cache->unicharToGlyph(SkUTF8_NextUnichar(&text));
575 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
583 *gptr++ = cache->unicharToGlyph(*text32++);
590 return gptr - glyphs;
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 344 ;# load_g loads a global vector (whose address is in the local variable Gptr)
346 .macro load_g Vreg, Gptr
347 lwz r0, \Gptr
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 861 HANDLE handle = GlobalAlloc(GPTR, static_cast<int>(bytes));
    [all...]
  /external/qemu/slirp/
slirp.c 74 FixedInfo = (FIXED_INFO *)GlobalAlloc(GPTR, sizeof(FIXED_INFO));
82 FixedInfo = GlobalAlloc(GPTR, BufLen);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
fstream 176 _M_pback_cur_save = this->gptr();
194 _M_pback_cur_save += this->gptr() != this->eback();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
fstream 178 _M_pback_cur_save = this->gptr();
196 _M_pback_cur_save += this->gptr() != this->eback();

Completed in 671 milliseconds

1 2 3 4 5 6 78 9