/external/compiler-rt/lib/msan/ |
msan_allocator.cc | 102 void *new_p = MsanAllocate(stack, new_size, alignment, zeroise); local 104 if (new_p) 105 __msan_memcpy(new_p, old_p, memcpy_size); 107 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/chromium_org/third_party/openssl/openssl/ssl/ |
kssl.c | 2163 krb5_principal new_p = NULL; local [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/chromium_org/base/allocator/ |
allocator_unittests.cc | 403 void* new_p = realloc(p, start_sizes[s] + deltas[d]); local 404 ASSERT_EQ(p, new_p); // realloc should not allocate new memory 408 void* new_p = realloc(p, start_sizes[s] - deltas[d]); local 409 ASSERT_EQ(p, new_p); // realloc should not allocate new memory
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.c | 129 const vp9_prob new_p = get_binary_prob(ct[0], ct[1]); local 130 vp9_prob mod_p = new_p | 1;
|
/external/chromium_org/third_party/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/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
tcmalloc_unittest.cc | 613 void* new_p = realloc(p, start_sizes[s] + deltas[d]); local 614 CHECK(p == new_p); // realloc should not allocate new memory 618 void* new_p = realloc(p, start_sizes[s] - deltas[d]); local 619 CHECK(p == new_p); // realloc should not allocate new memory [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
tcmalloc_unittest.cc | 613 void* new_p = realloc(p, start_sizes[s] + deltas[d]); local 614 CHECK(p == new_p); // realloc should not allocate new memory 618 void* new_p = realloc(p, start_sizes[s] - deltas[d]); local 619 CHECK(p == new_p); // realloc should not allocate new memory [all...] |
/external/webp/src/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/compiler-rt/lib/sanitizer_common/ |
sanitizer_allocator.h | 1210 void *new_p = Allocate(cache, new_size, alignment); local [all...] |
/external/chromium_org/chrome/common/extensions/permissions/ |
permission_set_unittest.cc | 639 scoped_refptr<const PermissionSet> new_p( 644 old_p.get(), new_p.get(), extension_type); [all...] |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |