Home
last modified time | relevance | path

Searched defs:new_p (Results 1 – 11 of 11) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dallocator.h45 uint8_t *new_p = allocate(new_size); in reallocate_downward() local
57 void memcpy_downward(uint8_t *old_p, size_t old_size, uint8_t *new_p, in memcpy_downward()
Dgrpc.h121 uint8_t *new_p = const_cast<uint8_t *>(new_slice.begin()); in reallocate_downward() local
/external/libvpx/vp8/encoder/
Dencodemv.c167 vp8_prob *const cur_p, const vp8_prob new_p, in update()
281 const vp8_prob *const new_p = Pnew + MVPshort; in write_component_probs() local
293 const vp8_prob *const new_p = Pnew + MVPbits; in write_component_probs() local
/external/compiler-rt/test/tsan/
Dignored-interceptors-mmap.cc27 void *new_p = mmap(p, kSize, PROT_READ|PROT_WRITE, in mmap_and_ignore_reads_and_writes() local
/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Dconvenience.hpp46 path new_p( p ); in change_extension() local
Doperations.hpp473 void rename(const path& old_p, const path& new_p) {detail::rename(old_p, new_p);} in rename()
476 void rename(const path& old_p, const path& new_p, system::error_code& ec) BOOST_NOEXCEPT in rename()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc203 void *new_p = MsanAllocate(stack, new_size, alignment, zeroise); in MsanReallocate() local
/external/libvpx/vp9/encoder/
Dvp9_encodemv.c145 const vpx_prob new_p = get_binary_prob(ct[0], ct[1]) | 1; in update_mv() local
/external/webp/src/enc/
Dframe_enc.c159 const int new_p = CalcTokenProba(nb, total); in FinalizeTokenProbas() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1377 void *new_p = Allocate(cache, new_size, alignment); in Reallocate() local
/external/sdv/vsomeip/third_party/boost/filesystem/src/
Doperations.cpp2478 void rename(const path& old_p, const path& new_p, error_code* ec) in rename()