/prebuilts/misc/common/swig/include/2.0.11/r/ |
rfragments.swg | 16 #define SWIG_ConvertInstance(obj, pptr, ty, flags) SWIG_ConvertPtr(obj, pptr, ty, flags)
|
rrun.swg | 7 #define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_R_ConvertPtr(obj, pptr, type, flags) 8 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_R_ConvertPtr(obj, pptr, type, flags)
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubyrun.swg | 13 #define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Ruby_ConvertPtrAndOwn(obj, pptr, type, flags, 0) 14 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Ruby_ConvertPtrAndOwn(obj, pptr, type, flags, own) 24 #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags) 28 #define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_ConvertPtr(obj, pptr, type, 0)
|
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
default.pass.cpp | 32 assert(this->pptr() == 0);
|
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
setp.pass.cpp | 32 assert(base::pptr() == pbeg);
|
/external/tcpdump/ |
decode_prefix.h | 36 extern int decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen);
|
print-udld.c | 86 udld_print (const u_char *pptr, u_int length) 94 tptr = pptr; 120 while (tptr < (pptr+length)) {
|
print-vqp.c | 109 vqp_print(register const u_char *pptr, register u_int len) 120 tptr=pptr; 122 vqp_common_header = (const struct vqp_common_header_t *)pptr;
|
print-lwapp.c | 172 lwapp_control_print(const u_char *pptr, u_int len, int has_ap_ident) { 180 tptr=pptr; 186 lwapp_trans_header = (const struct lwapp_transport_header *)(pptr+6); 188 lwapp_trans_header = (const struct lwapp_transport_header *)pptr; 298 lwapp_data_print(const u_char *pptr, u_int len) { 304 tptr=pptr; 309 lwapp_trans_header = (const struct lwapp_transport_header *)pptr;
|
print-slow.c | 259 slow_print(register const u_char *pptr, register u_int len) { 263 slow_com_header = (const struct slow_common_header_t *)pptr; 310 print_unknown_data(pptr, "\n\t", len); 323 slow_oam_print(pptr+1, len-1); 330 pptr += sizeof(const struct slow_common_header_t); 331 slow_marker_lacp_print(pptr, len);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
default.pass.cpp | 32 assert(this->pptr() == 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
setp.pass.cpp | 32 assert(base::pptr() == pbeg);
|
/external/chromium_org/third_party/boringssl/src/crypto/bio/ |
bio_mem.c | 229 char **pptr; local 255 pptr = (char **)ptr; 256 *pptr = (char *)&b->data[0]; 266 pptr = (char **)ptr; 267 *pptr = (char *)b;
|
connect.c | 373 const char **pptr; local 396 pptr = (const char **)ptr; 398 *pptr = data->param_hostname; 400 *pptr = data->param_port; 402 *pptr = (char *) &data->ip[0]; 407 *pptr = "not initialized";
|
/external/openssl/crypto/bio/ |
bss_mem.c | 200 char **pptr; local 232 pptr=(char **)ptr; 233 *pptr=(char *)&(bm->data[0]); 244 pptr=(char **)ptr; 245 *pptr=(char *)bm;
|
bss_conn.c | 456 const char **pptr; local 480 pptr=(const char **)ptr; 483 *pptr=data->param_hostname; 488 *pptr=data->param_port; 492 *pptr= (char *)&(data->ip[0]); 499 *pptr="not initialized";
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
fstream.tcc | 439 if (this->pbase() < this->pptr()) 444 *this->pptr() = traits_type::to_char_type(__c); 451 this->pptr() - this->pbase())) 466 *this->pptr() = traits_type::to_char_type(__c); 530 streamsize __rlen = this->pptr() - __iend; 651 streamsize __bufavail = this->epptr() - this->pptr(); 660 const streamsize __buffill = this->pptr() - this->pbase(); 755 __computed_off = this->pptr() - this->pbase(); 838 if (this->pbase() < this->pptr()) 900 if (this->pbase() < this->pptr()) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
fstream.tcc | 437 if (this->pbase() < this->pptr()) 442 *this->pptr() = traits_type::to_char_type(__c); 449 this->pptr() - this->pbase())) 464 *this->pptr() = traits_type::to_char_type(__c); 528 streamsize __rlen = this->pptr() - __iend; 649 streamsize __bufavail = this->epptr() - this->pptr(); 658 const streamsize __buffill = this->pptr() - this->pbase(); 753 __computed_off = this->pptr() - this->pbase(); 836 if (this->pbase() < this->pptr()) 898 if (this->pbase() < this->pptr()) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
fstream.tcc | 437 if (this->pbase() < this->pptr()) 442 *this->pptr() = traits_type::to_char_type(__c); 449 this->pptr() - this->pbase())) 464 *this->pptr() = traits_type::to_char_type(__c); 528 streamsize __rlen = this->pptr() - __iend; 649 streamsize __bufavail = this->epptr() - this->pptr(); 658 const streamsize __buffill = this->pptr() - this->pbase(); 753 __computed_off = this->pptr() - this->pbase(); 836 if (this->pbase() < this->pptr()) 898 if (this->pbase() < this->pptr()) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
fstream.tcc | 439 if (this->pbase() < this->pptr()) 444 *this->pptr() = traits_type::to_char_type(__c); 451 this->pptr() - this->pbase())) 466 *this->pptr() = traits_type::to_char_type(__c); 530 streamsize __rlen = this->pptr() - __iend; 651 streamsize __bufavail = this->epptr() - this->pptr(); 660 const streamsize __buffill = this->pptr() - this->pbase(); 755 __computed_off = this->pptr() - this->pbase(); 838 if (this->pbase() < this->pptr()) 900 if (this->pbase() < this->pptr()) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
fstream.tcc | 439 if (this->pbase() < this->pptr()) 444 *this->pptr() = traits_type::to_char_type(__c); 451 this->pptr() - this->pbase())) 466 *this->pptr() = traits_type::to_char_type(__c); 530 streamsize __rlen = this->pptr() - __iend; 651 streamsize __bufavail = this->epptr() - this->pptr(); 660 const streamsize __buffill = this->pptr() - this->pbase(); 755 __computed_off = this->pptr() - this->pbase(); 838 if (this->pbase() < this->pptr()) 900 if (this->pbase() < this->pptr()) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
fstream.tcc | 439 if (this->pbase() < this->pptr()) 444 *this->pptr() = traits_type::to_char_type(__c); 451 this->pptr() - this->pbase())) 466 *this->pptr() = traits_type::to_char_type(__c); 530 streamsize __rlen = this->pptr() - __iend; 651 streamsize __bufavail = this->epptr() - this->pptr(); 660 const streamsize __buffill = this->pptr() - this->pbase(); 755 __computed_off = this->pptr() - this->pbase(); 838 if (this->pbase() < this->pptr()) 900 if (this->pbase() < this->pptr()) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
fstream.tcc | 439 if (this->pbase() < this->pptr()) 444 *this->pptr() = traits_type::to_char_type(__c); 451 this->pptr() - this->pbase())) 466 *this->pptr() = traits_type::to_char_type(__c); 530 streamsize __rlen = this->pptr() - __iend; 651 streamsize __bufavail = this->epptr() - this->pptr(); 660 const streamsize __buffill = this->pptr() - this->pbase(); 755 __computed_off = this->pptr() - this->pbase(); 838 if (this->pbase() < this->pptr()) 900 if (this->pbase() < this->pptr()) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
fstream.tcc | 437 if (this->pbase() < this->pptr()) 442 *this->pptr() = traits_type::to_char_type(__c); 449 this->pptr() - this->pbase())) 464 *this->pptr() = traits_type::to_char_type(__c); 528 streamsize __rlen = this->pptr() - __iend; 649 streamsize __bufavail = this->epptr() - this->pptr(); 658 const streamsize __buffill = this->pptr() - this->pbase(); 753 __computed_off = this->pptr() - this->pbase(); 836 if (this->pbase() < this->pptr()) 898 if (this->pbase() < this->pptr()) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
fstream.tcc | 438 if (this->pbase() < this->pptr()) 443 *this->pptr() = traits_type::to_char_type(__c); 450 this->pptr() - this->pbase())) 465 *this->pptr() = traits_type::to_char_type(__c); 529 streamsize __rlen = this->pptr() - __iend; 651 streamsize __bufavail = this->epptr() - this->pptr(); 660 const streamsize __buffill = this->pptr() - this->pbase(); 755 __computed_off = this->pptr() - this->pbase(); 838 if (this->pbase() < this->pptr()) 900 if (this->pbase() < this->pptr()) [all...] |