Home
last modified time | relevance | path

Searched defs:type (Results 751 – 775 of 10595) sorted by relevance

1...<<31323334353637383940>>...424

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dtype_traits_detail.hpp55 template <bool, typename T1, typename T2> struct Select { typedef T1 type; }; typedef
56 template <typename T1, typename T2> struct Select<false, T1, T2> { typedef T2 type; }; typedef
124 template <class U> struct AddParameterType { typedef const U& type; }; typedef
125 template <class U> struct AddParameterType<U&> { typedef U& type; }; typedef
126 template <> struct AddParameterType<void> { typedef void type; }; typedef
131 typedef U type; typedef
136 typedef U type; typedef
142 typedef void type; typedef
147 typedef U type; typedef
152 typedef U type; typedef
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/dmc/
H A Dtypeof_impl.hpp41 typedef T type; typedef
49 typedef typename id2type::type type; typedef
59 typedef typename msvc_register_type<T,mpl::int_<value> >::id2type type; typedef
69 typedef char(*type)[encode_type<T>::value]; typedef
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_osdep.h31 #define ice_debug(hw, type, fmt, args...) \ argument
34 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
39 #define ice_debug(hw, type, fmt, args...) \ argument
46 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
55 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
/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 Dbuffered_ring.hpp103 typedef ring_tag type; typedef
124 typedef typename geometry::point_type<Ring>::type type; typedef
130 typedef geometry::detail::buffer::buffered_ring_collection_tag type; typedef
149 typedef Ring type; typedef
172 typedef ring_tag type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeojson/
H A D09-featurecollection.json2 "type":"FeatureCollection", string
5 "type":"Feature", string
11 "type": "Polygon", string
30 "type":"Feature", string
36 "type": "MultiLineString", string
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp44 typedef value_pack<first | value, ARGS...> type; typedef
58 typedef typename combine_value_to_pack<pack_type, value_to_add>::type type; typedef
65 typedef value_pack<value_to_add> type; typedef
73 typedef value_pack<PACK...> type; typedef
78 typedef typename strip_leading_zeros_from_pack<value_pack<PACK...> >::type type; typedef
86 typedef value_pack<PACK..., v> type; typedef
95 typedef typename append_value_to_pack<v, lead_values>::type type; typedef
100 typedef value_pack<v> type; typedef
115 typedef typename reverse_value_pack<stripped_type>::type type; typedef
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcgroup.c38 enum bpf_attach_type type; in parse_attach_type() local
91 static int count_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type) in count_attached_bpf_progs()
106 enum bpf_attach_type type; in cgroup_has_attached_progs() local
123 static int show_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type, in show_attached_bpf_progs()
166 enum bpf_attach_type type; in do_show() local
245 enum bpf_attach_type type; in do_show_tree_fn() local
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dibmpowernv.c77 enum sensors type; member
248 static const char *convert_opal_attr_name(enum sensors type, in convert_opal_attr_name()
274 enum sensors type, u32 *index) in parse_opal_node_name()
293 enum sensors type; in get_sensor_type() local
340 enum sensors type; in init_sensor_group_data() local
402 enum sensors type; in get_sensor_group() local
437 enum sensors type; in populate_attr_groups() local
507 const char *attr_name, enum sensors type, in populate_sensor()
526 static char *get_max_attr(enum sensors type) in get_max_attr()
536 static char *get_min_attr(enum sensors type) in get_min_attr()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmeta_utils_core.hpp36 typedef T1 type; typedef
42 typedef T2 type; typedef
58 typedef T type; typedef
92 typedef integral_constant<T, v> type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Drobust_type.hpp36 typedef CoordinateType type; typedef
42 typedef boost::long_long_type type; typedef
57 >::type type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/std/
H A Dslist_traits.hpp35 typedef mpl::bool_<has_stable_iterators<T>::value> type; typedef in boost::algorithm::has_stable_iterators
48 typedef mpl::bool_<has_const_time_insert<T>::value> type; typedef in boost::algorithm::has_const_time_insert
61 typedef mpl::bool_<has_const_time_erase<T>::value> type; typedef in boost::algorithm::has_const_time_erase
H A Dlist_traits.hpp34 typedef mpl::bool_<has_stable_iterators<T>::value> type; typedef in boost::algorithm::has_stable_iterators
47 typedef mpl::bool_<has_const_time_insert<T>::value> type; typedef in boost::algorithm::has_const_time_insert
60 typedef mpl::bool_<has_const_time_erase<T>::value> type; typedef in boost::algorithm::has_const_time_erase
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h88 #define LIST_HEAD(name, type) \ argument
96 #define LIST_ENTRY(type) \ argument
179 #define SLIST_HEAD(name, type) \ argument
187 #define SLIST_ENTRY(type) \ argument
213 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
244 #define STAILQ_HEAD(name, type) \ argument
253 #define STAILQ_ENTRY(type) \ argument
289 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument
325 #define SIMPLEQ_HEAD(name, type) \ argument
334 #define SIMPLEQ_ENTRY(type) \ argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Dpolicy.hpp120 #define BOOST_MATH_META_INT(type, name, Default)\ argument
272 Digits2, digits2_type>::type type; typedef
283 typedef A type; typedef
288 typedef typename mpl::deref<B>::type type; typedef
300 ::boost::is_same<iter, end_type>::value>::type type; typedef
332 typedef is_default_policy<U> type; typedef
340 typedef typename append_N<new_seq, T, N-1>::type type; typedef
346 typedef Seq type; typedef
608 typename mpl::at<result_type, mpl::int_<12> >::type > type; typedef
733 typedef Real type; typedef
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dpair.hpp30 typedef pair type; typedef
43 typedef typename P::first type; typedef
56 typedef typename P::second type; typedef
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvvar.h27 #define DECLARE_VVAR(offset, type, name) \ argument
34 #define DECLARE_VVAR(offset, type, name) \ argument
43 #define DEFINE_VVAR(type, name) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dsize_type.hpp30 typedef std::size_t type; typedef
40 typedef BOOST_RANGE_DEDUCED_TYPENAME C::size_type type; typedef
50 … typedef typename range_detail::range_size_type_<c_type>::BOOST_NESTED_TEMPLATE pts<C>::type type; typedef in boost::range_size
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhfi_parser.h15 static inline u32 get_cap(struct venus_inst *inst, u32 type, u32 which) in get_cap()
50 static inline u32 cap_min(struct venus_inst *inst, u32 type) in cap_min()
55 static inline u32 cap_max(struct venus_inst *inst, u32 type) in cap_max()
60 static inline u32 cap_step(struct venus_inst *inst, u32 type) in cap_step()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/data/
H A D09-featurecollection.json2 "type" : "FeatureCollection", string
8 "type" : "Feature", string
14 "type" : "Polygon", string
33 "type" : "Feature", string
40 "type" : "MultiLineString", string
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dtables_phy_ht.c608 u32 type, value; in b43_httab_read() local
640 u32 type; in b43_httab_read_bulk() local
674 u32 type; in b43_httab_write() local
705 u32 type, value; in b43_httab_write_few() local
750 u32 type, value; in b43_httab_write_bulk() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/detail/
H A Dlocal_variable.hpp140 typedef mpl::int_<value> type; typedef
152 type; typedef
176 type; typedef
186 type; typedef
193 typedef typename get_local<Local, Env>::type type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/
H A Dhash_float.hpp107 std::size_t>::type) in float_hash_impl()
117 std::size_t>::type) in float_hash_impl()
126 std::size_t>::type) in float_hash_impl()
135 std::size_t>::type) in float_hash_impl()
191 typedef BOOST_DEDUCED_TYPENAME select_hash_type<T>::type type; in float_hash_impl() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddistance_pythagoras.hpp175 typedef strategy_tag_distance_point_point type; typedef
188 typedef comparable::pythagoras<CalculationType> type; typedef
222 typedef strategy_tag_distance_point_point type; typedef
237 typedef comparable::pythagoras<CalculationType> type; typedef
274 typedef pythagoras<> type; typedef
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_reg.h59 #define ASD_READ_OCM(type, ord, S) \ argument
73 #define ASD_WRITE_OCM(type, ord, S) \ argument
86 #define ASD_DDBSITE_READ(type, ord) \ argument
112 #define ASD_DDBSITE_WRITE(type, ord) \ argument
139 #define ASD_SCBSITE_READ(type, ord) \ argument
165 #define ASD_SCBSITE_WRITE(type, ord) \ argument
/OK3568_Linux_fs/kernel/lib/
H A Dubsan.h30 struct type_descriptor *type; member
35 struct type_descriptor *type; member
42 struct type_descriptor *type; member
49 struct type_descriptor *type; member
78 struct type_descriptor *type; member
84 struct type_descriptor *type; member

1...<<31323334353637383940>>...424