Home
last modified time | relevance | path

Searched defs:type (Results 626 – 650 of 10595) sorted by relevance

1...<<21222324252627282930>>...424

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dio.h216 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument
297 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument
339 #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax) \ argument
343 #define BUILDIO_MEM(bwlq, type) \ argument
360 #define __BUILD_IOPORT_PFX(bus, bwlq, type) \ in BUILDIO_MEM() argument
364 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() argument
375 #define __BUILDIO(bwlq, type) \ in BUILDIO_MEM() argument
421 #define __BUILD_MEMORY_STRING(bwlq, type) \ in BUILDIO_MEM() argument
445 #define __BUILD_IOPORT_STRING(bwlq, type) \ argument
469 #define BUILDSTRING(bwlq, type) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ctps/
H A Dplus.hpp35 typedef apply type; typedef
44 typedef apply type; typedef
53 typedef apply type; typedef
60 typedef typename T::tag type; typedef
H A Ddivides.hpp35 typedef apply type; typedef
44 typedef apply type; typedef
53 typedef apply type; typedef
60 typedef typename T::tag type; typedef
H A Dbitor.hpp36 typedef apply type; typedef
45 typedef apply type; typedef
54 typedef apply type; typedef
61 typedef typename T::tag type; typedef
H A Dbitand.hpp36 typedef apply type; typedef
45 typedef apply type; typedef
54 typedef apply type; typedef
61 typedef typename T::tag type; typedef
H A Dminus.hpp35 typedef apply type; typedef
44 typedef apply type; typedef
53 typedef apply type; typedef
60 typedef typename T::tag type; typedef
H A Dbitxor.hpp36 typedef apply type; typedef
45 typedef apply type; typedef
54 typedef apply type; typedef
61 typedef typename T::tag type; typedef
H A Dtimes.hpp35 typedef apply type; typedef
44 typedef apply type; typedef
53 typedef apply type; typedef
60 typedef typename T::tag type; typedef
H A Dbind.hpp25 typedef T type; typedef
41 >::type type; typedef
63 typedef T type; typedef
73 typedef Arg type; typedef
146 >::type type; typedef
175 typedef bind0<F> type; typedef
207 >::type type; typedef
236 typedef bind1< F,T1 > type; typedef
273 >::type type; typedef
302 typedef bind2< F,T1,T2 > type; typedef
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/nonterminal/
H A Dextract_param.hpp54 type; typedef
112 type; typedef
126 type; typedef
134 typedef typename fusion::result_of::as_list<params>::type type; typedef
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c246 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data()
383 static int send_data(int type, sa_family_t family, void *data, size_t len, in send_data()
405 static void do_test(int type, sa_family_t family, struct cmd *cmd, in do_test()
463 static void test_err_inner_map(int type, sa_family_t family) in test_err_inner_map()
474 static void test_err_skb_data(int type, sa_family_t family) in test_err_skb_data()
480 static void test_err_sk_select_port(int type, sa_family_t family) in test_err_sk_select_port()
491 static void test_pass(int type, sa_family_t family) in test_pass()
504 static void test_syncookie(int type, sa_family_t family) in test_syncookie()
539 static void test_pass_on_err(int type, sa_family_t family) in test_pass_on_err()
550 static void test_detach_bpf(int type, sa_family_t family) in test_detach_bpf()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp106 static bool interpolatable(type::Type type) { in interpolatable() argument
123 static optional<std::unique_ptr<Expression>> convertLiteral(type::Type type, const Convertible& val… in convertLiteral() argument
218 static optional<std::map<double, std::unique_ptr<Expression>>> convertStops(type::Type type, in convertStops() argument
269 optional<std::map<T, std::unique_ptr<Expression>>> convertBranches(type::Type type, in convertBranches() argument
334 static std::unique_ptr<Expression> step(type::Type type, std::unique_ptr<Expression> input, std::ma… in step() argument
338 static std::unique_ptr<Expression> interpolate(type::Type type, Interpolator interpolator, std::uni… in interpolate() argument
349 std::unique_ptr<Expression> categorical(type::Type type, const std::string& property, std::map<T, s… in categorical() argument
358 std::unique_ptr<Expression> categorical<bool>(type::Type type, const std::string& property, std::ma… in categorical() argument
375 static optional<std::unique_ptr<Expression>> convertIntervalFunction(type::Type type, in convertIntervalFunction() argument
387 static optional<std::unique_ptr<Expression>> convertExponentialFunction(type::Type type, in convertExponentialFunction() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp103 > type; typedef
124 > type; typedef
141 > type; typedef
979 typedef spherical_segments<CalculationType> type; typedef
990 typedef spherical_segments<CalculationType> type; typedef
1009 typedef strategy::intersection::spherical_segments<> type; typedef
1015 typedef strategy::intersection::spherical_segments<> type; typedef
1021 typedef strategy::intersection::spherical_segments<> type; typedef
1027 typedef strategy::intersection::spherical_segments<> type; typedef
1038 typedef strategy::intersection::spherical_segments<> type; typedef
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc70/
H A Dshift_right.hpp36 typedef apply type; typedef
45 typedef apply type; typedef
54 typedef apply type; typedef
94 typedef integral_c< T,value > type; typedef
H A Dmodulus.hpp35 typedef apply type; typedef
44 typedef apply type; typedef
53 typedef apply type; typedef
93 typedef integral_c< T,value > type; typedef
H A Dshift_left.hpp36 typedef apply type; typedef
45 typedef apply type; typedef
54 typedef apply type; typedef
94 typedef integral_c< T,value > type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Dnumbered.hpp47 typedef BOOST_PP_CAT(map,i_) type; in BOOST_PP_CAT() typedef
57 typedef typename Map::BOOST_PP_CAT(item,BOOST_PP_DEC(i_)) type; typedef
74 typedef typename Map::BOOST_PP_CAT(item,BOOST_PP_DEC(i_)) type; typedef
101 typedef BOOST_PP_CAT(map,i_) type; in BOOST_PP_CAT() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dsymbol_annotation_impl.hpp55 template<> struct tag<mbgl::LatLng> { using type = point_tag; }; typedef
57 template<> struct coordinate_type<mbgl::LatLng> { using type = double; }; typedef
58 template<> struct coordinate_system<mbgl::LatLng> { using type = boost::geometry::cs::cartesian; }; typedef
63 template<> struct tag<mbgl::LatLngBounds> { using type = box_tag; }; typedef
64 template<> struct point_type<mbgl::LatLngBounds> { using type = mbgl::LatLng; }; typedef
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dioctl.h39 #define _IOC(dir,type,nr,size) \ argument
45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
47 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
48 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcgroup.c41 enum bpf_attach_type type, in bpf_cgroup_storages_alloc()
116 unsigned int type; in cgroup_bpf_release() local
199 enum bpf_attach_type type) in hierarchy_allows_attach()
228 enum bpf_attach_type type, in compute_effective_progs()
272 enum bpf_attach_type type, in activate_effective_progs()
331 enum bpf_attach_type type) in update_effective_progs()
436 enum bpf_attach_type type, u32 flags) in __cgroup_bpf_attach()
523 enum bpf_attach_type type, in replace_effective_prog()
668 enum bpf_attach_type type) in purge_effective_progs()
724 struct bpf_cgroup_link *link, enum bpf_attach_type type) in __cgroup_bpf_detach()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/generation/detail/preprocessed/
H A Dmake_vector30.hpp22 typedef vector0<> type; typedef
36 typedef vector1<typename detail::as_fusion_element<T0>::type> type; typedef
52 …typedef vector2<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
68 …typedef vector3<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
84 …typedef vector4<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
100 …typedef vector5<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
116 …typedef vector6<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
132 …typedef vector7<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
148 …typedef vector8<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
164 …typedef vector9<typename detail::as_fusion_element<T0>::type , typename detail::as_fusion_element<… typedef
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/dmc/
H A Dbitand.hpp36 typedef apply type; typedef
45 typedef apply type; typedef
54 typedef apply type; typedef
61 typedef typename T::tag type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/plain/
H A Dbitxor.hpp36 typedef apply type; typedef
45 typedef apply type; typedef
54 typedef apply type; typedef
61 typedef typename T::tag type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc/
H A Ddivides.hpp35 typedef apply type; typedef
44 typedef apply type; typedef
53 typedef apply type; typedef
60 typedef typename T::tag type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc551/
H A Dbitxor.hpp36 typedef apply type; typedef
45 typedef apply type; typedef
54 typedef apply type; typedef
61 typedef typename T::tag type; typedef

1...<<21222324252627282930>>...424