Home
last modified time | relevance | path

Searched defs:new_map (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/asahi/vulkan/
Dhk_descriptor_table.c33 void *new_map = agx_bo_map(new_bo); in hk_descriptor_table_grow_locked() local
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs83 pub fn new_map() -> Self { in new_map() method
/third_party/mesa3d/src/nouveau/vulkan/nvkmd/nouveau/
Dnvkmd_nouveau_mem.c229 void *new_map = mmap(map, mem->base.size_B, PROT_NONE, in nvkmd_nouveau_mem_overmap() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dtest_db.rs106 let new_map = self.block_at_position(&def_map, position); in module_at_position() localVariable
/third_party/ffmpeg/libavfilter/
Df_streamselect.c189 int *new_map; in parse_mapping() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c135 upb_Map* new_map = in Map_deep_copy() local
492 upb_Map* new_map = Map_GetMutable(new_map_rb); in Map_dup() local
/third_party/selinux/checkpolicy/
Dmodule_compiler.c744 ebitmap_t *new_map = realloc(scope->class_perms_map, in add_perm_to_class() local
1390 ebitmap_t *new_map = in copy_requirements() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_redistribution.cc67 auto new_map = from_layout.origin_tensor_map().array(); in MakeFromToLayout() local
89 auto new_map = to_layout.origin_tensor_map().array(); in MakeFromToLayout() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c1653 FT_Bitmap new_map; in tt_face_load_sbit_image() local
/third_party/alsa-lib/src/control/
Dcontrol_remap.c978 static int new_map(snd_ctl_remap_t *priv, snd_ctl_map_t **_map, snd_ctl_elem_id_t *id) in new_map() function
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c8716 uint32_t new_map = bracket_map | ((n < 32)? (1u << n) : 1); in is_anchored() local
8854 unsigned int new_map = bracket_map | ((n < 32)? (1u << n) : 1); in is_startline() local
/third_party/protobuf/src/google/protobuf/
Dextension_set.cc1694 AllocatedData new_map; in GrowCapacity() local