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

  /external/compiler-rt/lib/msan/
msan_allocator.cc 99 void *new_p = MsanAllocate(stack, new_size, alignment, zeroise); local
101 if (new_p)
102 __msan_memcpy(new_p, old_p, memcpy_size);
104 return new_p;
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 202 const vp8_prob new_p,
208 const int new_b = vp8_cost_branch(ct, new_p);
213 *cur_p = new_p;
215 vp8_write_literal(w, new_p >> 1, 7);
331 const vp8_prob *const new_p = Pnew + MVPshort; local
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
344 const vp8_prob *const new_p = Pnew + MVPbits; local
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /external/openssl/ssl/
kssl.c 2163 krb5_principal new_p = NULL; local
    [all...]
  /external/chromium/base/allocator/
allocator_unittests.cc 404 void* new_p = realloc(p, start_sizes[s] + deltas[d]); local
405 CHECK_EQ(p, new_p); // realloc should not allocate new memory
409 void* new_p = realloc(p, start_sizes[s] - deltas[d]); local
410 CHECK_EQ(p, new_p); // realloc should not allocate new memory
  /external/quake/quake/src/QW/server/
pr_edict.c 687 char *new, *new_p; local
692 new_p = new;
700 *new_p++ = '\n';
702 *new_p++ = '\\';
705 *new_p++ = string[i];
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 695 char *new_, *new_p; local
700 new_p = new_;
708 *new_p++ = '\n';
710 *new_p++ = '\\';
713 *new_p++ = string[i];
  /external/webp/src/enc/
frame.c 191 const int new_p = CalcTokenProba(nb, total); local
194 const int new_cost = BranchCost(nb, total, new_p)
200 proba->coeffs_[t][b][c][p] = new_p;
201 has_changed |= (new_p != old_p);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 1143 void *new_p = Allocate(cache, new_size, alignment); local
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 156 milliseconds