Home
last modified time | relevance | path

Searched defs:pend (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dpbump.pass.cpp37 CharT* pend = base::epptr(); in pbump() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp168 const uint8_t *pend = (uint8_t *)end; in getULEB128() local
193 const uint8_t *pend = (uint8_t *)end; in getSLEB128() local
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c66 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member
/ndk/sources/host-tools/make-3.81/
Dread.c935 char *pend = p2 + strlen(p2); in eval() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp1220 void setp(CharT* pbeg, CharT* pend) { return setp(pbeg, pend); } in setp()