Home
last modified time | relevance | path

Searched defs:type (Results 401 – 425 of 10595) sorted by relevance

1...<<11121314151617181920>>...424

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dremove_volatile.hpp21 template <class T> struct remove_volatile{ typedef T type; }; typedef
22 template <class T> struct remove_volatile<T volatile>{ typedef T type; }; typedef
25 template <class T, std::size_t N> struct remove_volatile<T volatile[N]>{ typedef T type[N]; }; typedef
27 template <class T> struct remove_volatile<T volatile[]>{ typedef T type[]; }; typedef
H A Dremove_const.hpp21 template <class T> struct remove_const{ typedef T type; }; typedef
22 template <class T> struct remove_const<T const>{ typedef T type; }; typedef
25 template <class T, std::size_t N> struct remove_const<T const[N]>{ typedef T type[N]; }; typedef
27 template <class T> struct remove_const<T const[]>{ typedef T type[]; }; typedef
H A Dadd_rvalue_reference.hpp37 { typedef T type; }; typedef
43 typedef T&& type; typedef
51 <T, (is_void<T>::value == false && is_reference<T>::value == false) >::type type; typedef
58 typedef typename boost::type_traits_detail::add_rvalue_reference_imp<T>::type type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/
H A Diterator.hpp40 typedef typename v_at<Vector,n_>::type type; typedef
67 typedef v_iter<Vector,(n_ + 1)> type; typedef
76 typedef v_iter<Vector,(n_ - 1)> type; typedef
89 > type; typedef
112 > type; typedef
121 typedef long_<( pos2_ - pos1_ )> type; typedef
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_ag_resv.c71 enum xfs_ag_resv_type type) in xfs_ag_resv_critical()
105 enum xfs_ag_resv_type type) in xfs_ag_resv_needed()
131 enum xfs_ag_resv_type type) in __xfs_ag_resv_free()
180 enum xfs_ag_resv_type type, in __xfs_ag_resv_init()
323 enum xfs_ag_resv_type type, in xfs_ag_resv_alloc_extent()
365 enum xfs_ag_resv_type type, in xfs_ag_resv_free_extent()
/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_vector20.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/kernel/fs/notify/
H A Dmark.c174 unsigned int *type) in fsnotify_detach_connector_from_object()
210 static void fsnotify_drop_object(unsigned int type, void *objp) in fsnotify_drop_object()
231 unsigned int type = FSNOTIFY_OBJ_TYPE_DETACHED; in fsnotify_put_mark() local
330 int type; in fsnotify_prepare_user_wait() local
358 int type; in fsnotify_finish_user_wait() local
477 unsigned int type, in fsnotify_attach_connector_to_object()
548 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_list()
641 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_locked()
684 unsigned int type, int allow_dups, __kernel_fsid_t *fsid) in fsnotify_add_mark()
774 unsigned int type; in fsnotify_destroy_marks() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dfull_lambda.hpp113 typedef T type; typedef
130 typedef mpl::protect<result_> type; typedef
144 typedef result_ type; typedef
160 typedef result_ type; typedef
187 typedef typename le_result_::type type; typedef
207 typedef typename le_result_::type type; typedef
261 typedef result_ type; in BOOST_PP_CAT() typedef
276 typedef mpl::protect<result_> type; in BOOST_PP_CAT() typedef
323 typedef typename le_result_::type type; typedef
349 typedef result_ type; typedef
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Datomic.h27 #define ATOMIC_OPS(pfx, type) \ argument
55 #define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
82 #define ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \ argument
115 #define ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
148 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument
171 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument
205 #define ATOMIC_SIP_OP(pfx, type, op, ll, sc) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dinterior_iterator.hpp35 >::type type; typedef
41 typedef T type; typedef
47 typedef T const type; typedef
63 >::type type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ttp/
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
135 typedef integral_c< T,value > type; typedef
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
134 typedef integral_c< T,value > 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
135 typedef integral_c< T,value > 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
135 typedef integral_c< T,value > 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
134 typedef integral_c< T,value > 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
134 typedef integral_c< T,value > 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
134 typedef integral_c< T,value > type; typedef
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dpower_supply_hwmon.c85 power_supply_hwmon_to_property(enum hwmon_sensor_types type, in power_supply_hwmon_to_property()
100 static bool power_supply_hwmon_is_a_label(enum hwmon_sensor_types type, in power_supply_hwmon_is_a_label()
123 enum hwmon_sensor_types type, int channel) in power_supply_hwmon_has_input()
139 static bool power_supply_hwmon_is_writable(enum hwmon_sensor_types type, in power_supply_hwmon_is_writable()
159 enum hwmon_sensor_types type, in power_supply_hwmon_is_visible()
184 enum hwmon_sensor_types type, in power_supply_hwmon_read_string()
206 power_supply_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in power_supply_hwmon_read()
250 power_supply_hwmon_write(struct device *dev, enum hwmon_sensor_types type, in power_supply_hwmon_write()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dmemmap.c33 const char *type; /* type of the memory range */ member
142 const char *type, in firmware_map_add_entry()
218 firmware_map_find_entry_in_list(u64 start, u64 end, const char *type, in firmware_map_find_entry_in_list()
245 firmware_map_find_entry(u64 start, u64 end, const char *type) in firmware_map_find_entry()
262 firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type) in firmware_map_find_entry_bootmem()
281 int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug()
323 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early()
345 int __meminit firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtypes.hpp106 using type = vt_point; typedef
110 using type = vt_line_string; typedef
114 using type = vt_polygon; typedef
118 using type = vt_multi_point; typedef
122 using type = vt_multi_line_string; typedef
126 using type = vt_multi_polygon; typedef
130 using type = vt_geometry; typedef
134 using type = vt_geometry_collection; typedef
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dacl.c29 static const char *gfs2_acl_name(int type) in gfs2_acl_name()
40 static struct posix_acl *__gfs2_get_acl(struct inode *inode, int type) in __gfs2_get_acl()
60 struct posix_acl *gfs2_get_acl(struct inode *inode, int type) in gfs2_get_acl()
80 int __gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __gfs2_set_acl()
109 int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in gfs2_set_acl()
/OK3568_Linux_fs/u-boot/api/
H A Dapi_storage.c40 int type; /* "external" type: DT_STOR_{IDE,USB,etc} */ member
99 static int dev_stor_get(int type, int *more, struct device_info *di) in dev_stor_get()
170 static int dev_is_stor(int type, struct device_info *di) in dev_is_stor()
176 static int dev_enum_stor(int type, struct device_info *di) in dev_enum_stor()
289 static int dev_stor_is_valid(int type, struct blk_desc *dd) in dev_stor_is_valid()
304 int type = dev_stor_type(cookie); in dev_open_stor() local
328 int type; in dev_read_stor() local
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dbootstd.h38 #define __bsc_return(type, res) \ argument
49 #define _bsc0(type,name) \ argument
60 #define _bsc1(type,name,atype,a) \ argument
72 #define _bsc2(type,name,atype,a,btype,b) \ argument
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
/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_point_box.hpp105 >::type type; typedef
203 typedef strategy_tag_distance_point_box type; typedef
219 typedef comparable::pythagoras_point_box<CalculationType> type; typedef
258 typedef strategy_tag_distance_point_box type; typedef
278 typedef comparable::pythagoras_point_box<CalculationType> type; typedef
323 typedef pythagoras_point_box<> type; typedef
335 >::type type; typedef
/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 Dapply.hpp44 > type; typedef
80 > type; typedef
116 > type; typedef
152 > type; typedef
188 > type; typedef
225 > type; typedef

1...<<11121314151617181920>>...424