HomeSort by relevance Sort by last modified time
    Searched full:pptr (Results 151 - 175 of 345) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
streambuf.tcc 86 const streamsize __buf_len = this->epptr() - this->pptr();
91 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf.tcc 85 const streamsize __buf_len = this->epptr() - this->pptr();
90 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf.tcc 85 const streamsize __buf_len = this->epptr() - this->pptr();
90 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf.tcc 84 const streamsize __buf_len = this->epptr() - this->pptr();
89 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf.tcc 84 const streamsize __buf_len = this->epptr() - this->pptr();
89 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf.tcc 84 const streamsize __buf_len = this->epptr() - this->pptr();
89 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf.tcc 84 const streamsize __buf_len = this->epptr() - this->pptr();
89 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf.tcc 86 const streamsize __buf_len = this->epptr() - this->pptr();
91 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf.tcc 86 const streamsize __buf_len = this->epptr() - this->pptr();
91 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf.tcc 86 const streamsize __buf_len = this->epptr() - this->pptr();
91 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf.tcc 86 const streamsize __buf_len = this->epptr() - this->pptr();
91 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf.tcc 85 const streamsize __buf_len = this->epptr() - this->pptr();
90 traits_type::copy(this->pptr(), __s, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf.tcc 85 const streamsize __buf_len = this->epptr() - this->pptr();
90 traits_type::copy(this->pptr(), __s, __len);
  /external/tcpdump/
print-bfd.c 170 bfd_print(register const u_char *pptr, register u_int len, register u_int port)
176 bfd_header = (const struct bfd_header_t *)pptr;
254 pptr += sizeof (const struct bfd_header_t);
255 bfd_auth_header = (const struct bfd_auth_header_t *)pptr;
274 if(!print_unknown_data(pptr,"\n\t",len))
print-cdp.c 89 cdp_print(const u_char *pptr, u_int length, u_int caplen)
99 tptr = pptr; /* temporary pointer */
108 while (tptr < (pptr+length)) {
  /external/libcxx/include/
__std_stream 278 char_type* pptr = pbase + 1;
279 char_type* epptr = pptr;
283 __r = __cv_->out(*__st_, pbase, pptr, __e,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 278 char_type* pptr = pbase + 1;
279 char_type* epptr = pptr;
283 __r = __cv_->out(*__st_, pbase, pptr, __e,
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 278 char_type* pptr = pbase + 1;
279 char_type* epptr = pptr;
283 __r = __cv_->out(*__st_, pbase, pptr, __e,
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_srtp.c 153 SRTP_PROTECTION_PROFILE **pptr,unsigned len)
163 *pptr=p;
174 SRTP_PROTECTION_PROFILE **pptr)
183 *pptr=p;
  /external/libcxx/test/input.output/iostream.format/ext.manip/
put_money.pass.cpp 31 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
put_time.pass.cpp 31 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 36 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
get_streambuf_chart.pass.cpp 37 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp 32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}

Completed in 904 milliseconds

1 2 3 4 5 67 8 91011>>