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

1 2 3

  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
setp.pass.cpp 15 // void setp(char_type* pbeg, char_type* pend);
28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
33 assert(base::epptr() == pend);
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
37 CharT* pend = base::epptr(); local
41 assert(base::epptr() == pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
setp.pass.cpp 15 // void setp(char_type* pbeg, char_type* pend);
28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
33 assert(base::epptr() == pend);
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
37 CharT* pend = base::epptr(); local
41 assert(base::epptr() == pend);
  /external/iptables/utils/
nfnl_osf.c 275 char *pbeg, *pend; local
296 pend = xt_osf_strchr(pbeg, OSFPDEL);
297 if (pend) {
298 *pend = '\0';
323 pbeg = pend + 1;
325 pend = xt_osf_strchr(pbeg, OSFPDEL);
326 if (pend) {
327 *pend = '\0';
329 pbeg = pend + 1;
331 pend = xt_osf_strchr(pbeg, OSFPDEL)
    [all...]
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 27 void setp(char* pbeg, char* pend)
29 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 27 void setp(char* pbeg, char* pend)
29 base::setp(pbeg, pend);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape.cc 66 char *pend = p; local
72 v = strtol (p, &pend, 0);
73 if (errno || p == pend)
77 *pp += pend - p;
hb-buffer-serialize.cc 301 char *pend = p; local
305 v = strtol (p, &pend, 10);
306 if (errno || p == pend || pend - p != end - pp)
322 char *pend = p; local
326 v = strtol (p, &pend, 10);
327 if (errno || p == pend || pend - p != end - pp)
  /external/harfbuzz_ng/src/
hb-shape.cc 66 char *pend = p; local
72 v = strtol (p, &pend, 0);
73 if (errno || p == pend)
77 *pp += pend - p;
hb-buffer-serialize.cc 301 char *pend = p; local
305 v = strtol (p, &pend, 10);
306 if (errno || p == pend || pend - p != end - pp)
322 char *pend = p; local
326 v = strtol (p, &pend, 10);
327 if (errno || p == pend || pend - p != end - pp)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_statebuf.h 11 uint32_t* pend; member in struct:nouveau_statebuf_builder
17 #define sb_data(sb, v) do {assert((sb).p != (sb).pend); *(sb).p++ = (v);} while(0)
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 33 void setp(char* pbeg, char* pend)
35 base::setp(pbeg, pend);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_statebuf.h 11 uint32_t* pend; member in struct:nouveau_statebuf_builder
17 #define sb_data(sb, v) do {assert((sb).p != (sb).pend); *(sb).p++ = (v);} while(0)
  /external/qemu/android/
hw-events.c 139 const char* pend; local
149 pend = p + strcspn(p, " \t");
151 if (q == NULL || q > pend)
152 q = pend;
166 if (q == NULL || q > pend)
167 q = pend;
186 if (q == NULL || q > pend)
187 q = pend;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 33 void setp(char* pbeg, char* pend)
35 base::setp(pbeg, pend);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 272 AssignAttributeStartEnd(const char* name, char** pstart, char** pend) {
284 *pend = *pstart + len;
294 *pend = *pstart + len;
303 *pend = *pstart + len;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 272 AssignAttributeStartEnd(const char* name, char** pstart, char** pend) {
284 *pend = *pstart + len;
294 *pend = *pstart + len;
303 *pend = *pstart + len;
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 45 void setp(CharT* pbeg, CharT* pend)
47 base::setp(pbeg, pend);
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 46 void setp(CharT* pbeg, CharT* pend)
48 base::setp(pbeg, pend);
swap.pass.cpp 56 void setp(CharT* pbeg, CharT* pend)
58 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 45 void setp(CharT* pbeg, CharT* pend)
47 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 46 void setp(CharT* pbeg, CharT* pend)
48 base::setp(pbeg, pend);
swap.pass.cpp 56 void setp(CharT* pbeg, CharT* pend)
58 base::setp(pbeg, pend);
  /external/llvm/lib/Support/
regcomp.c 67 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member in struct:parse
202 p->pend[i] = 0;
325 p->pend[subno] = HERE();
326 assert(p->pend[subno] != 0);
381 if (p->pend[backrefnum] == 0) {
393 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
394 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]);
566 p->pend[subno] = HERE();
567 assert(p->pend[subno] != 0);
587 if (p->pend[i] != 0)
    [all...]

Completed in 1398 milliseconds

1 2 3