HomeSort by relevance Sort by last modified time
    Searched refs:new_p (Results 1 - 14 of 14) 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/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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/dbus/dbus/
dbus-marshal-byteswap.c 40 unsigned char **new_p)
211 if (new_p)
212 *new_p = p;
dbus-marshal-validate.c 304 const unsigned char **new_p)
676 if (new_p)
677 *new_p = p;
    [all...]
  /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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemv.c 138 const vp9_prob new_p = get_binary_prob(ct[0], ct[1]) | 1; local
140 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + 7 * 256;
143 *cur_p = new_p;
144 vp9_write_literal(w, new_p >> 1, 7);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 139 const vpx_prob new_p = get_binary_prob(ct[0], ct[1]) | 1; local
141 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + 7 * 256;
144 *cur_p = new_p;
145 vpx_write_literal(w, new_p >> 1, 7);
  /external/opencv3/3rdparty/libwebp/enc/
frame.c 193 const int new_p = CalcTokenProba(nb, total); local
196 const int new_cost = BranchCost(nb, total, new_p)
202 proba->coeffs_[t][b][c][p] = new_p;
203 has_changed |= (new_p != old_p);
  /external/webp/src/enc/
frame.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/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 1353 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 2031 milliseconds