Searched defs:new_base (Results 1 – 9 of 9) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 626 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/ |
D | read-only-spaces.cc | 30 void CopyAndRebaseRoots(Address* src, Address* dst, Address new_base) { in CopyAndRebaseRoots()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | idec_dec.c | 114 const uint8_t* const new_base = mem->buf_ + mem->start_; in DoRemap() local
|
/third_party/ffmpeg/libavcodec/ |
D | h264_slice.c | 293 H264Context *new_base, in copy_picture_range()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_load_store_vectorize.c | 781 nir_ssa_def *new_base = first->intrin->src[info->base_src].ssa; in vectorize_loads() local
|
/third_party/python/Python/ |
D | bltinmodule.c | 34 PyObject *base, *meth, *new_base, *result, *new_bases = NULL; in update_bases() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 2084 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/ |
D | runtests.c | 2814 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/ |
D | typeobject.c | 760 PyTypeObject *new_base, *old_base; in type_set_bases() local
|