Home
last modified time | relevance | path

Searched refs:next_type (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/joint_view/detail/
H A Dnext_impl.hpp37 typedef typename result_of::next<first_type>::type next_type; typedef
38 typedef result_of::equal_to<next_type, last_type> equal_to;
44 , joint_view_iterator<category, next_type, last_type, concat_type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/filter_view/detail/
H A Dnext_impl.hpp49 next_type; typedef
53 next_type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/detail/
H A Dnext_impl.hpp37 typedef typename result_of::next<first_type>::type next_type; typedef
39 typedef transform_view_iterator<next_type, transform_type> type;
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c1538 const struct btf_type *next_type) in env_type_is_resolve_sink() argument
1543 return !btf_type_needs_resolve(next_type); in env_type_is_resolve_sink()
1548 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
1549 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()
1554 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
1555 !btf_type_is_array(next_type) && in env_type_is_resolve_sink()
1556 !btf_type_is_struct(next_type); in env_type_is_resolve_sink()
2299 const struct btf_type *next_type; in btf_modifier_resolve() local
2303 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()
2304 if (!next_type || btf_type_is_resolve_source_only(next_type)) { in btf_modifier_resolve()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/
H A Dport-gnome-menus3.patch85 + GMenuTreeItemType next_type;
87 + while ((next_type = gmenu_tree_iter_next (iter)) != GMENU_TREE_ITEM_INVALID)
121 + switch (next_type)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dvisitation_impl.hpp257 typedef typename next_step::type next_type; in visitation_impl() typedef
258 typedef typename is_same< next_type,apply_visitor_unrolled >::type in visitation_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dvalue_pack.hpp18 typedef value_pack<0, VALUES...> next_type; typedef
H A Dliterals.hpp56 typename recursive_packed_type::next_type,
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.c362 void *next_type = btf->types_data; in btf_parse_type_sec() local
363 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec()
374 while (next_type + sizeof(struct btf_type) <= end_type) { in btf_parse_type_sec()
378 btf_bswap_type_base(next_type); in btf_parse_type_sec()
380 type_size = btf_type_size(next_type); in btf_parse_type_sec()
383 if (next_type + type_size > end_type) { in btf_parse_type_sec()
388 if (btf->swapped_endian && btf_bswap_type_rest(next_type)) in btf_parse_type_sec()
391 err = btf_add_type_idx_entry(btf, next_type - btf->types_data); in btf_parse_type_sec()
395 next_type += type_size; in btf_parse_type_sec()
399 if (next_type != end_type) { in btf_parse_type_sec()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c2288 static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type, in __ffs_do_os_desc_header() argument
2301 *next_type = FFS_OS_DESC_EXT_COMPAT; in __ffs_do_os_desc_header()
2304 *next_type = FFS_OS_DESC_EXT_PROP; in __ffs_do_os_desc_header()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp909 typedef typename calculate_next_larger_type<R, B>::type next_type; in eval_convert_to() typedef
910 next_type n; in eval_convert_to()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtree-log.c2516 goto next_type; in replay_dir_deletes()
2536 next_type: in replay_dir_deletes()