/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
streambuf | 403 if (__builtin_expect(this->pptr() < this->epptr(), true)) 405 *this->pptr() = __c; 501 * - pptr() returns the next pointer for the output sequence 508 pptr() const { return _M_out_cur; } 527 * @post @a pbeg == @c pbase(), @a pbeg == @c pptr(), and 694 * @post The constraints of @c gptr(), @c eback(), and @c pptr()
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
streambuf | 407 if (__builtin_expect(this->pptr() < this->epptr(), true)) 409 *this->pptr() = __c; 505 * - pptr() returns the next pointer for the output sequence 512 pptr() const { return _M_out_cur; } 531 * @post @a pbeg == @c pbase(), @a pbeg == @c pptr(), and 698 * @post The constraints of @c gptr(), @c eback(), and @c pptr()
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
streambuf | 407 if (__builtin_expect(this->pptr() < this->epptr(), true)) 409 *this->pptr() = __c; 505 * - pptr() returns the next pointer for the output sequence 512 pptr() const { return _M_out_cur; } 531 * @post @a pbeg == @c pbase(), @a pbeg == @c pptr(), and 698 * @post The constraints of @c gptr(), @c eback(), and @c pptr()
|
/dalvik/vm/analysis/ |
RegisterMap.cpp | 610 static bool writeMapForMethod(const Method* meth, u1** pPtr) 618 *(*pPtr)++ = kRegMapFormatNone; 624 memcpy(*pPtr, meth->registerMap, mapSize); 627 assert(**pPtr == meth->registerMap->format); 628 **pPtr &= ~(kRegMapFormatOnHeap); 630 *pPtr += mapSize; 637 * can hold at most "length" bytes. "*pPtr" will be advanced past the end 641 u1** pPtr, size_t length) 644 u1* ptr = *pPtr; 694 *pPtr = ptr [all...] |
/external/tcpdump/ |
print-eigrp.c | 214 eigrp_print(register const u_char *pptr, register u_int len) { 232 tptr=pptr; 233 eigrp_com_header = (const struct eigrp_common_header *)pptr;
|
print-olsr.c | 205 olsr_print (const u_char *pptr, u_int length) 221 tptr = pptr; 247 while (tptr < (pptr+length)) {
|
print-lmp.c | 362 lmp_print(register const u_char *pptr, register u_int len) { 377 tptr=pptr; 378 lmp_com_header = (const struct lmp_common_header *)pptr;
|
print-ppp.c | 424 handle_ctrl_proto(u_int proto, const u_char *pptr, int length) 432 tptr=pptr; 462 print_unknown_data(pptr-2,"\n\t",6); 578 print_unknown_data(pptr-2,"\n\t ",length+2); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
streambuf | 425 if (__builtin_expect(this->pptr() < this->epptr(), true)) 427 *this->pptr() = __c; 523 * - pptr() returns the next pointer for the output sequence 530 pptr() const { return _M_out_cur; } 549 * @post @a __pbeg == @c pbase(), @a __pbeg == @c pptr(), and 716 * @post The constraints of @c gptr(), @c eback(), and @c pptr()
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
streambuf | 425 if (__builtin_expect(this->pptr() < this->epptr(), true)) 427 *this->pptr() = __c; 523 * - pptr() returns the next pointer for the output sequence 530 pptr() const { return _M_out_cur; } 549 * @post @a __pbeg == @c pbase(), @a __pbeg == @c pptr(), and 716 * @post The constraints of @c gptr(), @c eback(), and @c pptr()
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
streambuf | 427 if (__builtin_expect(this->pptr() < this->epptr(), true)) 429 *this->pptr() = __c; 525 * - pptr() returns the next pointer for the output sequence 532 pptr() const { return _M_out_cur; } 551 * @post @a __pbeg == @c pbase(), @a __pbeg == @c pptr(), and 718 * @post The constraints of @c gptr(), @c eback(), and @c pptr()
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftserv.h | 538 FT_Pointer* Pptr = (FT_Pointer*)&(ptr); \ 552 *Pptr = svc; \ [all...] |
/external/freetype/include/freetype/internal/ |
ftserv.h | [all...] |
/external/qemu/slirp/ |
debug.c | 58 u_char *pptr = (u_char *)dat; local 66 DEBUG_MISC((dfd, "%02x ", *pptr++));
|
/external/qemu/slirp-android/ |
debug.c | 59 u_char *pptr = (u_char *)dat; local 67 DEBUG_MISC((dfd, "%02x ", *pptr++));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
streambuf | 76 char_type* pptr() const; 177 _LIBCPP_ALWAYS_INLINE char_type* pptr() const {return __nout_;}
|
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
SDL_os2fslib.c | 1634 char *pptr, *mptr, *dptr, *dmptr; local [all...] |
/external/stlport/stlport/stl/ |
_streambuf.h | 112 char_type* pptr() const { return _M_pnext; } // Current position function in class:basic_streambuf
|
/external/valgrind/main/cachegrind/ |
cg_merge.c | 451 static Bool parse_ULong ( /*OUT*/ULong* res, /*INOUT*/char** pptr) 454 char* ptr = *pptr; 458 *pptr = ptr; 466 *pptr = ptr; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.h | 112 char_type* pptr() const { return _M_pnext; } // Current position function in class:basic_streambuf
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.h | 112 char_type* pptr() const { return _M_pnext; } // Current position function in class:basic_streambuf
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.h | 112 char_type* pptr() const { return _M_pnext; } // Current position function in class:basic_streambuf
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.h | 112 char_type* pptr() const { return _M_pnext; } // Current position function in class:basic_streambuf
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_streambuf.h | 112 char_type* pptr() const { return _M_pnext; } // Current position function in class:basic_streambuf
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_streambuf.h | 112 char_type* pptr() const { return _M_pnext; } // Current position function in class:basic_streambuf
|