HomeSort by relevance Sort by last modified time
    Searched defs:pbeg (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
35 CharT* pbeg = base::pbase(); local
39 assert(base::pbase() == pbeg);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
35 CharT* pbeg = base::pbase(); local
39 assert(base::pbase() == pbeg);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
35 CharT* pbeg = base::pbase(); local
39 assert(base::pbase() == pbeg);
  /external/iptables/utils/
nfnl_osf.c 275 char *pbeg, *pend; local
295 pbeg = buffer;
296 pend = xt_osf_strchr(pbeg, OSFPDEL);
299 if (pbeg[0] == 'S') {
301 if (pbeg[1] == '%')
302 f.wss.val = strtoul(&pbeg[2], NULL, 10);
303 else if (pbeg[1] == '*')
306 f.wss.val = strtoul(&pbeg[1], NULL, 10);
307 } else if (pbeg[0] == 'T') {
309 if (pbeg[1] == '%'
    [all...]

Completed in 141 milliseconds