Home
last modified time | relevance | path

Searched refs:map_index (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/interprocess/indexes/
Dmap_index.hpp63 class map_index class
77 map_index(segment_manager_base *segment_mngr) in map_index() function in boost::interprocess::map_index
99 <boost::interprocess::map_index<MapConfig> >
/third_party/mesa3d/src/asahi/lib/
Ddecode.h35 void agxdecode_cmdstream(unsigned cmdbuf_index, unsigned map_index, bool verbose);
41 void agxdecode_dump_mappings(unsigned map_index);
/third_party/boost/boost/gil/extension/dynamic_image/
Dreduce.hpp145 static unsigned short inline map_index(std::size_t index) in map_index() function
151 return apply_operation_basec<unique_t>(bits,map_index(index),op); in applyc()
155 return apply_operation_base<unique_t>(bits,map_index(index),op); in apply()
162 static unsigned short inline map_index(std::size_t index) { return 0; } in map_index() function
206 static unsigned short inline map_index(std::size_t index1, std::size_t index2) { in map_index() function
207 unsigned short r1=Unary1::map_index(index1); in map_index()
208 unsigned short r2=Unary2::map_index(index2); in map_index()
209 return bin_reduced_t::map_index(r2*mpl::size<vec1_types>::value + r1); in map_index()
217 return apply_operation_basec<unique_t>(pr, map_index(index1,index2),op);
/third_party/boost/libs/interprocess/test/
Dmap_index_allocation_test.cpp17 if(!test::test_named_allocation<map_index>()){ in main()
Dtree_test.cpp39 map_index
/third_party/boost/boost/fusion/container/map/detail/
Dmap_index.hpp13 struct map_index struct
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstexiftag.c1740 gint map_index; in parse_exif_ifd() local
1751 map_index = exif_tag_map_find_reverse (tagdata.tag, tag_map, TRUE); in parse_exif_ifd()
1752 if (map_index == -1) { in parse_exif_ifd()
1780 if (tag_map[map_index].deserialize) { in parse_exif_ifd()
1781 i += tag_map[map_index].deserialize (exif_reader, &reader, in parse_exif_ifd()
1782 &tag_map[map_index], &tagdata); in parse_exif_ifd()
1788 parse_exif_ascii_tag (exif_reader, &tag_map[map_index], in parse_exif_ifd()
1792 parse_exif_rational_tag (exif_reader, tag_map[map_index].gst_tag, in parse_exif_ifd()
1796 parse_exif_rational_tag (exif_reader, tag_map[map_index].gst_tag, in parse_exif_ifd()
1800 parse_exif_undefined_tag (exif_reader, &tag_map[map_index], in parse_exif_ifd()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Djifmux.c42 gint map_index; member
692 tag_map[testdata->map_index].gst_tag, 0, &gst_value)); in compare_geo_coordinate()
722 tag = tag_map[testdata->map_index].gst_tag; in compare_geo_coordinate_ref()
752 tag_map[testdata->map_index].gst_tag, 0, &gst_value)); in compare_geo_direction()
781 tagindex = test_data->map_index; in check_content()
924 test_data.map_index = index; in libexif_check_tag_exists()
/third_party/mindspore/mindspore/lite/src/train/
Dtrain_export.cc351 std::vector<size_t> map_index; in ExportNet() local
376 map_index.push_back(id); in ExportNet()
391 map_index.push_back(id); in ExportNet()
406 for (auto id : map_index) { in ExportNet()
/third_party/boost/boost/interprocess/
Dinterprocess_fwd.hpp274 template<class IndexConfig> class map_index;
/third_party/python/Lib/
Dtarfile.py618 self.map_index = 0
675 data, start, stop, offset = self.map[self.map_index]
679 self.map_index += 1
680 if self.map_index == len(self.map):
681 self.map_index = 0
/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c1224 uint32_t map_index, in ucm_add_ports_combination() argument
1230 uint32_t idx = map_index; in ucm_add_ports_combination()
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk3616 * [*boost::interprocess::map_index map_index]: Based on boost::interprocess::map, a managed memory…
3631 just must specify [boost::interprocess::map_index map_index] as a template parameter:
3644 , boost::interprocess::map_index
3820 default index (`iset_index`) or other indexes (`map_index`):
6589 * [*boost::map_index] uses *boost::interprocess::map* as index type.
/third_party/boost/doc/html/
Ddoc_HTML.manifest1372 boost/interprocess/map_index.html