| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/ |
| H A D | item.hpp | 36 typedef typename Base::upper_bound_ index_; typedef 37 typedef typename next<index_>::type upper_bound_; 44 static aux::type_wrapper<T> item_(index_); 55 typedef typename prior<typename Base::lower_bound_>::type index_; typedef 56 typedef index_ lower_bound_; 61 static aux::type_wrapper<T> item_(index_); 73 typedef typename prior<typename Base::upper_bound_>::type index_; typedef 74 typedef index_ upper_bound_; 79 static aux::type_wrapper<void_> item_(index_); 89 typedef typename Base::lower_bound_ index_; typedef [all …]
|
| H A D | at.hpp | 34 typedef long_< (Vector::lower_bound_::value + n_) > index_; typedef 35 typedef __typeof__( Vector::item_(index_()) ) type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/map/detail/ |
| H A D | map_impl.hpp | 29 template <int index_> 30 struct map_impl<index_> 33 static int const index = index_; 57 template <int index_, typename Pair, typename ...T> 58 struct map_impl<index_, Pair, T...> : map_impl<index_ + 1, T...> 61 typedef map_impl<index_+1, T...> rest_type; 67 static int const index = index_;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | result_set.h | 293 dist_(dist), index_(index) in DistIndex() 298 … return (dist_ < dist_index.dist_) || ((dist_ == dist_index.dist_) && index_ < dist_index.index_); 301 unsigned int index_; member 332 *indices = dist_index->index_; 340 *indices = dist_index->index_;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/ |
| H A D | fast_marching_inl.hpp | 65 index_.create(mask.size()); in run() 106 index_(y,x) = size_++; in run() 142 int i = index_(yn,xn); in run()
|
| H A D | fast_marching.hpp | 97 int& indexOf(const DXY &dxy) { return index_(dxy.y, dxy.x); } in indexOf() 109 cv::Mat_<int> index_; // index of point in the narrow band member in cv::videostab::FastMarchingMethod
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | at.hpp | 13 At(std::unique_ptr<Expression> index_, std::unique_ptr<Expression> input_) : in At() argument 15 index(std::move(index_)), in At()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | parsing_context.cpp | 77 std::size_t index_, in parse() argument 80 ParsingContext child(key + "[" + util::toString(index_) + "]", in parse() 87 ParseResult ParsingContext::parse(const Convertible& value, std::size_t index_, optional<type::Type… in parse() argument 89 ParsingContext child(key + "[" + util::toString(index_) + "]", in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | feature_index.hpp | 25 …IndexedSubfeature(std::size_t index_, std::string sourceLayerName_, std::string bucketName_, size_… in IndexedSubfeature() argument 26 : index(index_) in IndexedSubfeature()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_fp.c | 57 #define SPAN_ROW_SIZE(map, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowSize) argument 58 #define SPAN_ROW_DATA_SIZE(map_, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowDataSize) argument
|