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

1 2 3 4

  /external/tcpdump/
print-syslog.c 85 syslog_print(register const u_char *pptr, register u_int len)
97 if (!TTEST2(*pptr, 1))
100 if (*(pptr+msg_off) == '<') {
103 if (!TTEST2(*(pptr+msg_off), 1))
106 while ( *(pptr+msg_off) >= '0' &&
107 *(pptr+msg_off) <= '9' &&
110 if (!TTEST2(*(pptr+msg_off), 1))
113 pri = pri * 10 + (*(pptr+msg_off) - '0');
116 if (!TTEST2(*(pptr+msg_off), 1))
119 if (*(pptr+msg_off) == '>'
    [all...]
print-sip.c 36 sip_print(register const u_char *pptr, register u_int len)
47 if (EXTRACT_16BITS(pptr+idx) != 0x0d0a) { /* linefeed ? */
48 safeputchar(*(pptr+idx));
57 print_unknown_data(pptr,"\n\t",len);
decode_prefix.h 36 extern int decode_prefix4(const u_char *pptr, char *buf, u_int buflen);
print-bgp.c 428 decode_prefix4(const u_char *pptr, char *buf, u_int buflen)
433 TCHECK(pptr[0]);
434 plen = pptr[0];
439 TCHECK2(pptr[1], (plen + 7) / 8);
440 memcpy(&addr, &pptr[1], (plen + 7) / 8);
453 decode_labeled_prefix4(const u_char *pptr, char *buf, u_int buflen)
458 TCHECK(pptr[0]);
459 plen = pptr[0]; /* get prefix length */
478 TCHECK2(pptr[4], (plen + 7) / 8);
479 memcpy(&addr, &pptr[4], (plen + 7) / 8)
    [all...]
print-isoclns.c 713 static int clnp_print (const u_int8_t *pptr, u_int length)
721 clnp_header = (const struct clnp_header_t *) pptr;
725 optr = pptr;
744 pptr += sizeof(struct clnp_header_t);
746 dest_address_length = *pptr;
747 dest_address = pptr + 1;
749 pptr += (1 + dest_address_length);
751 source_address_length = *pptr;
752 source_address = pptr +1;
754 pptr += (1 + source_address_length)
1746 const u_int8_t *optr, *pptr, *tptr; local
    [all...]
print-zephyr.c 88 parse_field(char **pptr, int *len)
92 if (*len <= 0 || !pptr || !*pptr)
94 if (*pptr > (char *) snapend)
97 s = *pptr;
98 while (*pptr <= (char *) snapend && *len >= 0 && **pptr) {
99 (*pptr)++;
102 (*pptr)++;
104 if (*len < 0 || *pptr > (char *) snapend
    [all...]
print-bfd.c 170 bfd_print(register const u_char *pptr, register u_int len, register u_int port)
176 bfd_header = (const struct bfd_header_t *)pptr;
250 pptr += sizeof (const struct bfd_header_t);
251 bfd_auth_header = (const struct bfd_auth_header_t *)pptr;
270 if(!print_unknown_data(pptr,"\n\t",len))
  /external/webrtc/src/common_audio/signal_processing/
auto_corr_to_refl_coef.c 26 WebRtc_Word16 *acfptr, *pptr, *wptr, *p1ptr, *w1ptr, ACF[WEBRTC_SPL_MAX_LPC_ORDER], local
32 pptr = P;
40 *pptr++ = *acfptr++;
47 *pptr++ = *acfptr++;
88 pptr = P;
91 *pptr = WEBRTC_SPL_ADD_SAT_W16( *pptr, tmp );
92 pptr++;
96 *pptr = WEBRTC_SPL_ADD_SAT_W16( *(pptr+1), tmp )
    [all...]
  /external/chromium/base/memory/
ref_counted_unittest.cc 20 SelfAssign** pptr = &ptr_; local
21 EXPECT_EQ(*pptr, ptr_);
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 34 char_type* pptr() const {return base::pptr();} function in struct:test_buf
47 assert(f.pptr() == 0);
51 assert(f.pptr() == f.pbase());
65 assert(f.pptr() == 0);
69 assert(f.pptr() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 36 CharT* pnext = base::pptr();
40 assert(base::pptr() == pnext+n);
setp.pass.cpp 32 assert(base::pptr() == pbeg);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 31 char_type* pptr() const {return base::pptr();} function in struct:test_buf
45 assert(f.pptr() == 0);
49 assert(f.pptr() == f.pbase());
65 assert(f.pptr() == 0);
69 assert(f.pptr() == 0);
84 assert(f.pptr() == 0);
88 assert(f.pptr() == f.pbase());
104 assert(f.pptr() == 0);
108 assert(f.pptr() == 0)
    [all...]
  /external/stlport/src/
strstream.cpp 113 return int(pptr() ? pptr() - pbase() : 0);
121 if (pptr() == epptr() && _M_dynamic && !_M_frozen && !_M_constant) {
147 if (pptr() != epptr()) {
148 *pptr() = traits_type::to_char_type(c);
177 if (gptr() == egptr() && pptr() && pptr() > egptr())
178 setg(eback(), gptr(), pptr());
208 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr())
223 newoff = do_put ? pptr() - seeklow : gptr() - seeklow
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 113 return int(pptr() ? pptr() - pbase() : 0);
121 if (pptr() == epptr() && _M_dynamic && !_M_frozen && !_M_constant) {
147 if (pptr() != epptr()) {
148 *pptr() = traits_type::to_char_type(c);
177 if (gptr() == egptr() && pptr() && pptr() > egptr())
178 setg(eback(), gptr(), pptr());
208 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr())
223 newoff = do_put ? pptr() - seeklow : gptr() - seeklow
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.cons/
default.pass.cpp 32 assert(this->pptr() == 0);
copy.pass.cpp 36 assert(this->pptr() == t.pptr());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 38 assert(this->pptr() == old_that.pptr());
46 assert(t.pptr() == old_this.pptr());
  /ndk/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 147 return static_cast<int>(pptr() - pbase());
155 if (pptr() == epptr())
171 ptrdiff_t nout = pptr() - pbase();
185 *pptr() = static_cast<char>(__c);
219 if (egptr() >= pptr())
221 setg(eback(), gptr(), pptr());
247 if (pos_out && pptr() == nullptr)
259 newoff = (pos_in ? gptr() : pptr()) - eback();
292 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
  /external/stlport/stlport/stl/
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
178 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
184 _Traits::copy(this->pptr(), __s, __avail);
221 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
223 _Traits::assign(this->pptr(), __STATIC_CAST(size_t, __n), __c);
228 _Traits::assign(this->pptr(), __avail, __c);
271 __offp = this->pptr() - this->pbase();
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase()
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
178 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
184 _Traits::copy(this->pptr(), __s, __avail);
221 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
223 _Traits::assign(this->pptr(), __STATIC_CAST(size_t, __n), __c);
228 _Traits::assign(this->pptr(), __avail, __c);
271 __offp = this->pptr() - this->pbase();
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
178 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
184 _Traits::copy(this->pptr(), __s, __avail);
221 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
223 _Traits::assign(this->pptr(), __STATIC_CAST(size_t, __n), __c);
228 _Traits::assign(this->pptr(), __avail, __c);
271 __offp = this->pptr() - this->pbase();
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
178 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
184 _Traits::copy(this->pptr(), __s, __avail);
221 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
223 _Traits::assign(this->pptr(), __STATIC_CAST(size_t, __n), __c);
228 _Traits::assign(this->pptr(), __avail, __c);
271 __offp = this->pptr() - this->pbase();
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
178 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
184 _Traits::copy(this->pptr(), __s, __avail);
221 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
223 _Traits::assign(this->pptr(), __STATIC_CAST(size_t, __n), __c);
228 _Traits::assign(this->pptr(), __avail, __c);
271 __offp = this->pptr() - this->pbase();
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
178 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
184 _Traits::copy(this->pptr(), __s, __avail);
221 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
223 _Traits::assign(this->pptr(), __STATIC_CAST(size_t, __n), __c);
228 _Traits::assign(this->pptr(), __avail, __c);
271 __offp = this->pptr() - this->pbase();
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase()
    [all...]

Completed in 328 milliseconds

1 2 3 4