HomeSort by relevance Sort by last modified time
    Searched refs:new_p (Results 1 - 11 of 11) sorted by null

  /external/valgrind/memcheck/tests/
undef_malloc_args.c 8 char *new_p; local
19 new_p = realloc(p, def_size);
21 (void) VALGRIND_MAKE_MEM_UNDEFINED(&new_p, 1);
22 new_p = realloc(new_p, def_size);
24 (void) VALGRIND_MAKE_MEM_UNDEFINED(&new_p, 1);
25 free (new_p);
30 new_p = calloc(nmemb, def_size);
31 free (new_p);
37 new_p = memalign(alignment, def_size)
    [all...]
  /external/compiler-rt/test/tsan/
ignored-interceptors-mmap.cc 27 void *new_p = mmap(p, kSize, PROT_READ|PROT_WRITE, local
29 if (p == MAP_FAILED || p != new_p)
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 175 vp8_prob *const cur_p, const vp8_prob new_p,
178 const int new_b = vp8_cost_branch(ct, new_p);
184 *cur_p = new_p;
186 vp8_write_literal(w, new_p >> 1, 7);
286 const vp8_prob *const new_p = Pnew + MVPshort; local
292 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
298 const vp8_prob *const new_p = Pnew + MVPbits; local
304 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /external/compiler-rt/lib/msan/
msan_allocator.cc 203 void *new_p = MsanAllocate(stack, new_size, alignment, zeroise); local
205 if (new_p) {
206 CopyMemory(new_p, old_p, memcpy_size, stack);
209 return new_p;
  /external/syslinux/core/lwip/src/core/ipv4/
ip_frag.c 327 * @param new_p points to the pbuf for the current fragment
331 ip_reass_chain_frag_into_datagram_and_validate(struct ip_reassdata *ipr, struct pbuf *new_p)
340 fraghdr = (struct ip_hdr*)new_p->payload;
349 iprh = (struct ip_reass_helper*)new_p->payload;
369 iprh_prev->next_pbuf = new_p;
372 ipr->p = new_p;
405 iprh_prev->next_pbuf = new_p;
415 ipr->p = new_p;
463 ip_reass_pbufcount -= pbuf_clen(new_p);
464 pbuf_free(new_p);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 145 const vpx_prob new_p = get_binary_prob(ct[0], ct[1]) | 1; local
147 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) +
151 *cur_p = new_p;
152 vpx_write_literal(w, new_p >> 1, 7);
  /external/webp/src/enc/
frame_enc.c 156 const int new_p = CalcTokenProba(nb, total); local
159 const int new_cost = BranchCost(nb, total, new_p)
165 proba->coeffs_[t][b][c][p] = new_p;
166 has_changed |= (new_p != old_p);
  /build/make/tools/ijar/
zip.cc 479 u1 *new_p = reinterpret_cast<u1*>(stream.next_in); local
480 compressed_size_ = new_p - p;
482 p = new_p;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 1377 void *new_p = Allocate(cache, new_size, alignment); local
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 505 milliseconds