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

1 2 3 4 5 6

  /external/libcxx/test/std/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);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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/std/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);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_tags.c 130 vidded_pm_pending_tags_t *pend = &(cxt->pending_tags); local
135 pend->first_buf_aligned = true;
140 pend->first_buf_aligned = false;
145 pend->pending_tags[t_index] = list->sc_ibuf[index].id;
150 pend->pending_tags[t_index] = list->sc_ibuf[index].id;
155 static inline void viddec_pm_emit_pending_tag_item(viddec_emitter *emit, vidded_pm_pending_tags_t *pend, uint32_t index, uint32_t using_next)
157 viddec_emit_assoc_tag(emit, pend->pending_tags[index], using_next);
158 pend->pending_tags[index] = INVALID_ENTRY;
178 vidded_pm_pending_tags_t *pend = &(cxt->pending_tags); local
185 if(first_slice && pend->first_buf_aligned && (pend->pending_tags[index] != INVALID_ENTRY)
215 vidded_pm_pending_tags_t *pend = &(cxt->pending_tags); local
    [all...]
  /external/libcxx/test/std/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)
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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/harfbuzz_ng/src/
hb-buffer-serialize.cc 356 char *pend = p; local
360 v = strtol (p, &pend, 10);
361 if (errno || p == pend || pend - p != end - pp)
377 char *pend = p; local
381 v = strtol (p, &pend, 10);
382 if (errno || p == pend || pend - p != end - pp)
hb-common.cc 642 char *pend = p; local
648 v = strtol (p, &pend, 0);
649 if (errno || p == pend)
653 *pp += pend - p;
666 char *pend = p; local
670 v = strtof (p, &pend);
671 if (errno || p == pend)
675 *pp += pend - p;
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 47 void setp(CharT* pbeg, CharT* pend)
49 base::setp(pbeg, pend);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 48 void setp(CharT* pbeg, CharT* pend)
50 base::setp(pbeg, pend);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 47 void setp(CharT* pbeg, CharT* pend)
49 base::setp(pbeg, pend);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 48 void setp(CharT* pbeg, CharT* pend)
50 base::setp(pbeg, pend);
  /external/toybox/toys/pending/
dhcp.c 987 uint8_t *pend; local
1002 pend = state->pdhcp.options;
1003 pend = dhcpc_addmsgtype(pend, msgtype);
1005 if (!(toys.optflags & FLAG_C)) pend = dhcpc_addclientid(pend);
1012 pend = dhcpc_addreqipaddr(&rqsd, pend);
1014 pend = dhcpc_addmaxsize(pend, htons(sizeof(dhcp_raw_t)))
    [all...]
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 385 Char *pend = &patbuf[patsize / sizeof(Char)]; local
387 pend--;
398 d < (char *)(void *)pend && *p && *p != SLASH;
402 if (d == (char *)(void *)pend)
425 for (b = patbuf; b < pend && *h; *b++ = *h++)
428 if (b == pend)
432 while (b < pend && (*b++ = *p++) != EOS)
435 if (b == pend)
587 Char *pend; local
643 for (pend = pathend; pend > pathbuf && pend[-1] == '/';
    [all...]

Completed in 564 milliseconds

1 2 3 4 5 6