Home
last modified time | relevance | path

Searched refs:it_type (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp56 typedef typename Node_Itr::value_type it_type; typedef
57 typedef typename std::iterator_traits<it_type>::value_type value_type;
76 virtual it_type
79 it_type
92 typedef typename Node_CItr::value_type it_type; typedef
93 typedef typename std::iterator_traits<it_type>::value_type value_type;
107 virtual it_type
110 it_type
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp56 typedef typename Node_Itr::value_type it_type; typedef
57 typedef typename std::iterator_traits<it_type>::value_type value_type;
76 virtual it_type
79 it_type
92 typedef typename Node_CItr::value_type it_type; typedef
93 typedef typename std::iterator_traits<it_type>::value_type value_type;
107 virtual it_type
110 it_type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dis_convex.hpp64 typedef geometry::ever_circling_range_iterator<view_type const> it_type; in apply() typedef
65 it_type previous(view); in apply()
66 it_type current(view); in apply()
82 it_type next = current; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dpartition.hpp64 >::type it_type; in divide_into_subsets() typedef
66 for(it_type it = boost::begin(input); it != boost::end(input); ++it) in divide_into_subsets()
100 typedef typename boost::range_iterator<IteratorVector const>::type it_type; in expand_with_elements() typedef
101 for(it_type it = boost::begin(input); it != boost::end(input); ++it) in expand_with_elements()
117 typedef typename boost::range_iterator<IteratorVector const>::type it_type; in handle_one() typedef
120 for (it_type it1 = boost::begin(input); it1 != boost::end(input); ++it1) in handle_one()
122 it_type it2 = it1; in handle_one()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/detail/
H A Dkey_of_impl.hpp24 : result_of::key_of<typename It::it_type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp508 typedef typename ring_type::const_iterator it_type; in check_monotonic() typedef
509 it_type end = piece.robust_ring.begin() + piece.offsetted_count; in check_monotonic()
510 it_type it = std::lower_bound(piece.robust_ring.begin(), in check_monotonic()
521 it_type prev = it - 1; in check_monotonic()
H A Dbuffered_piece_collection.hpp1017 typedef typename boost::range_iterator<const buffered_ring<Ring> >::type it_type; in init_rescale_piece() typedef
1018 for (it_type it = boost::begin(ring) + pc.first_seg_id.segment_index; in init_rescale_piece()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Diommu.h102 unsigned long it_type; /* type: PCI or Virtual Bus */ member
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c59 tbl->it_type = TCE_PCI; in pnv_pci_setup_iommu_table()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Diommu.c536 tbl->it_type = TCE_PCI; in iommu_table_setparms()
558 tbl->it_type = TCE_PCI; in iommu_table_setparms_lpar()
H A Dvio.c1193 tbl->it_type = TCE_VB; in vio_build_iommu_table()