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

  /external/libvpx/vp8/encoder/
encodemv.c 231 const vp8_prob new_p,
237 const int new_b = vp8_cost_branch(ct, new_p);
242 *cur_p = new_p;
244 vp8_write_literal(w, new_p >> 1, 7);
397 const vp8_prob *const new_p = Pnew + MVPshort; local
404 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
410 const vp8_prob *const new_p = Pnew + MVPbits; local
417 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/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/compiler-rt/lib/sanitizer_common/
sanitizer_allocator64.h 516 void *new_p = Allocate(cache, new_size, alignment); local
517 if (new_p)
518 internal_memcpy(new_p, p, memcpy_size);
520 return new_p;
  /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);

Completed in 780 milliseconds