/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...] |
/frameworks/compile/mclinker/include/mcld/Support/ |
Allocators.h | 39 static void construct(value_type* pPtr) 40 { new (pPtr) value_type(); } 42 static void construct(value_type* pPtr, const value_type& pValue) 43 { new (pPtr) value_type(pValue); } 45 static void destroy(value_type* pPtr) 78 static void construct(value_type* pPtr) 79 { new (pPtr) value_type(); } 81 static void construct(value_type* pPtr, const value_type& pValue) 82 { new (pPtr) value_type(pValue); } 84 static void destroy(value_type* pPtr) [all...] |
GCFactory.h | 156 void deallocate(pointer &pPtr, size_type N) { 157 Alloc::deallocate(pPtr, N); 158 if (0 == pPtr) 162 void deallocate(pointer &pPtr) { 163 Alloc::deallocate(pPtr); 164 if (0 == pPtr)
|
/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);
|
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...] |
/external/llvm/test/Bitcode/ |
blockaddress.ll | 18 define void @doit(i8** nocapture %pptr) { 24 store i8* blockaddress(@doit, %here), i8** %pptr, align 8 33 define void @doitagain(i8** nocapture %pptr) { 39 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
|
/external/chromium/base/memory/ |
ref_counted_unittest.cc | 20 SelfAssign** pptr = &ptr_; local 21 EXPECT_EQ(*pptr, ptr_);
|
/external/llvm/test/Transforms/Inline/ |
blockaddress.ll | 10 define void @doit(i8** nocapture %pptr, i32 %cond) nounwind uwtable { 16 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
|
/external/clang/test/CodeGen/ |
address-space.c | 41 void test4(MyStruct __attribute__((address_space(2))) *pPtr) { 42 MyStruct s = pPtr[0]; 43 pPtr[0] = s;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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);
|
/external/chromium_org/base/memory/ |
ref_counted_unittest.cc | 20 SelfAssign** pptr = &ptr_; local 21 EXPECT_EQ(*pptr, ptr_);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
strstream.cpp | 147 return static_cast<int>(pptr() - pbase()); 155 if (pptr() == epptr()) 173 ptrdiff_t nout = pptr() - pbase(); 187 *pptr() = static_cast<char>(__c); 221 if (egptr() >= pptr()) 223 setg(eback(), gptr(), pptr()); 249 if (pos_out && pptr() == nullptr) 261 newoff = (pos_in ? gptr() : pptr()) - eback(); 294 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
|
/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++/libcxx/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());
|
assign.pass.cpp | 36 assert(this->pptr() == t.pptr());
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2_tokenizer.c | 66 void *pPtr = 0; 80 if( n!=sizeof(pPtr) ){ 84 pPtr = *(void **)sqlite3_value_blob(argv[1]); 85 pOld = sqlite3Fts2HashInsert(pHash, (void *)zName, nName, pPtr); 86 if( pOld==pPtr ){ 91 pPtr = sqlite3Fts2HashFind(pHash, zName, nName); 92 if( !pPtr ){ 100 sqlite3_result_blob(context, (void *)&pPtr, sizeof(pPtr), SQLITE_TRANSIENT);
|
/external/llvm/test/Transforms/ScalarRepl/ |
address-space.ll | 13 define void @Test(%struct.anon addrspace(2)* %pPtr) nounwind { 16 %arrayidx = getelementptr inbounds %struct.anon addrspace(2)* %pPtr, i64 0 ; <%struct.anon addrspace(2)*> [#uses=1] 25 %arrayidx7 = getelementptr inbounds %struct.anon addrspace(2)* %pPtr, i64 0 ; <%struct.anon addrspace(2)*> [#uses=1]
|
/frameworks/compile/mclinker/lib/Support/ |
raw_mem_ostream.cpp | 35 void raw_mem_ostream::write_impl(const char *pPtr, size_t pSize) 38 memcpy(region->start(), pPtr, pSize);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
copy.pass.cpp | 36 assert(this->pptr() == t.pptr());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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);
|