Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c496 VALUE new_map = Qnil; in Map_new_this_type() local
518 VALUE new_map = Map_new_this_type(_self); in Map_dup() local
543 VALUE new_map = Map_new_this_type(_self); in Map_deep_copy() local
/third_party/ffmpeg/libavfilter/
Df_streamselect.c188 int *new_map; in parse_mapping() local
/third_party/selinux/checkpolicy/
Dmodule_compiler.c746 ebitmap_t *new_map = realloc(scope->class_perms_map, in add_perm_to_class() local
1384 ebitmap_t *new_map = in copy_requirements() 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/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c1650 FT_Bitmap new_map; in tt_face_load_sbit_image() local
/third_party/freetype/src/sfnt/
Dttsbit.c1664 FT_Bitmap new_map; in tt_face_load_sbit_image() local
/third_party/alsa-lib/src/control/
Dcontrol_remap.c973 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.c8417 uint32_t new_map = bracket_map | ((n < 32)? (1u << n) : 1); in is_anchored() local
8555 int new_map = bracket_map | ((n < 32)? (1u << n) : 1); in is_startline() local
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc847 Map<int32, int32> new_map(map.begin(), map.end()); in TEST_F() local