Home
last modified time | relevance | path

Searched defs:new_base (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddynamic_message.cc626 void* new_base = Arena::CreateArray<char>(arena, type_info_->size); in New() local
630 void* new_base = operator new(type_info_->size); in New() local
/third_party/node/deps/v8/src/heap/
Dread-only-spaces.cc30 void CopyAndRebaseRoots(Address* src, Address* dst, Address new_base) { in CopyAndRebaseRoots()
/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c114 const uint8_t* const new_base = mem->buf_ + mem->start_; in DoRemap() local
/third_party/ffmpeg/libavcodec/
Dh264_slice.c293 H264Context *new_base, in copy_picture_range()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c781 nir_ssa_def *new_base = first->intrin->src[info->base_src].ssa; in vectorize_loads() local
/third_party/python/Python/
Dbltinmodule.c34 PyObject *base, *meth, *new_base, *result, *new_bases = NULL; in update_bases() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2084 static void si_set_user_data_base(struct si_context *sctx, unsigned shader, uint32_t new_base) in si_set_user_data_base()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c2814 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
8343 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
/third_party/python/Objects/
Dtypeobject.c760 PyTypeObject *new_base, *old_base; in type_set_bases() local