Home
last modified time | relevance | path

Searched refs:inner_map (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh2713 const hb_inc_bimap_t &inner_map, in serialize()
2718 itemCount = inner_map.get_next_value (); in serialize()
2732 for (unsigned int i = 0; i < inner_map.get_next_value (); i++) in serialize()
2734 unsigned int old = inner_map.backward (i); in serialize()
2766 unsigned int old = inner_map.backward (i); in serialize()
2774 void collect_region_refs (hb_set_t &region_indices, const hb_inc_bimap_t &inner_map) const in collect_region_refs()
2780 for (unsigned int i = 0; i < inner_map.get_next_value (); i++) in collect_region_refs()
2781 if (get_item_delta (inner_map.backward (i), r) != 0) in collect_region_refs()
/third_party/libbpf/src/
H A Dlibbpf.c540 struct bpf_map *inner_map; member
2692 map->inner_map = calloc(1, sizeof(*map->inner_map));
2693 if (!map->inner_map)
2695 map->inner_map->fd = -1;
2696 map->inner_map->sec_idx = sec_idx;
2697 map->inner_map->name = malloc(strlen(map_name) + sizeof(".inner") + 1);
2698 if (!map->inner_map->name)
2700 sprintf(map->inner_map->name, "%s.inner", map_name);
2702 fill_map_from_def(map->inner_map,
[all...]

Completed in 15 milliseconds