Home
last modified time | relevance | path

Searched defs:new_base (Results 1 – 11 of 11) 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/boost/boost/multi_array/
Dmulti_array_ref.hpp319 void set_base_ptr(TPtr new_base) { base_ = new_base; } in set_base_ptr()
/third_party/flutter/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/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.c281 H264Context *new_base, in copy_picture_range()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c770 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.c1986 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/expat/tests/
Druntests.c2814 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
8479 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
/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
8224 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