Home
last modified time | relevance | path

Searched refs:last_type (Results 1 – 25 of 31) sorted by relevance

12

/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.hpp39 typedef typename Iterator::last_type last_type; typedef
45 result_of::equal_to<first_type, last_type>
46 , mpl::identity<last_type>
54 , last_type
63 category, typename filter::type, last_type, pred_type>
H A Dend_impl.hpp28 typedef typename Sequence::last_type last_type; typedef
31 typedef filter_iterator<category,last_type, last_type, pred_type> type;
H A Dbegin_impl.hpp29 typedef typename Sequence::last_type last_type; typedef
32 typedef filter_iterator<category, first_type, last_type, pred_type> type;
/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 Dbegin_impl.hpp33 typedef typename Sequence::last_type last_type; typedef
36 typedef result_of::equal_to<first_type, last_type> equal_to;
42 , joint_view_iterator<category, first_type, last_type, concat_type>
H A Dnext_impl.hpp34 typedef typename Iterator::last_type last_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/transform_view/detail/
H A Dend_impl.hpp33 typedef typename Sequence::last_type last_type; typedef
35 typedef transform_view_iterator<last_type, transform_type> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/detail/
H A Ddistance_impl.hpp33 typedef typename Last::first_type last_type; typedef
34 typedef typename result_of::distance<last_type, first_type>::type type;
H A Dbegin_impl.hpp28 typedef reverse_view_iterator<typename Sequence::last_type> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/filter_view/
H A Dfilter_view.hpp46 typedef typename result_of::end<Sequence>::type last_type; typedef
57 last_type last() const { return fusion::end(seq); } in last()
H A Dfilter_view_iterator.hpp55 typedef last_iter last_type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/
H A Dreverse_view.hpp45 typedef typename result_of::end<Sequence>::type last_type; typedef
61 last_type last() const { return fusion::end(seq); } in last()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/joint_view/
H A Djoint_view_iterator.hpp37 typedef typename last_converter::type last_type; typedef
42 BOOST_STATIC_ASSERT((!result_of::equal_to<first_type, last_type>::value));
H A Djoint_view.hpp52 typedef typename result_of::end<Sequence1>::type last_type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Dinsert_range.hpp28 typedef typename result_of::end<Sequence>::type last_type; typedef
31 typedef iterator_range<pos_type, last_type> right_type;
H A Dinsert.hpp32 typedef typename result_of::end<Sequence>::type last_type; typedef
35 typedef iterator_range<pos_type, last_type> right_type;
H A Derase.hpp93 typedef typename convert_iterator<LastType>::type last_type; typedef
95 typedef iterator_range<last_type, seq_last_type> right_type;
/OK3568_Linux_fs/kernel/net/tipc/
H A Dname_table.c1015 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list() argument
1023 if (*last_type) in tipc_nl_service_list()
1024 i = hash(*last_type); in tipc_nl_service_list()
1031 if (*last_type || in tipc_nl_service_list()
1033 service = tipc_service_find(net, *last_type); in tipc_nl_service_list()
1050 *last_type = service->type; in tipc_nl_service_list()
1056 *last_type = 0; in tipc_nl_service_list()
1064 u32 last_type = cb->args[0]; in tipc_nl_name_table_dump() local
1079 err = tipc_nl_service_list(net, &msg, &last_type, in tipc_nl_name_table_dump()
1094 cb->args[0] = last_type; in tipc_nl_name_table_dump()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/
H A Dtransform_view.hpp98 typedef typename result_of::end<Sequence>::type last_type; typedef
112 last_type last() const { return fusion::end(seq); } in last()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dconn_object.c180 chan->last_type = RXRPC_PACKET_TYPE_ACK; in __rxrpc_disconnect_call()
184 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
188 chan->last_type = RXRPC_PACKET_TYPE_ABORT; in __rxrpc_disconnect_call()
H A Dconn_event.c72 pkt.whdr.type = chan->last_type; in rxrpc_conn_retransmit_call()
80 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
123 switch (chan->last_type) { in rxrpc_conn_retransmit_call()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A De820.c326 enum e820_type current_type, last_type; in e820__update_table() local
368 last_type = 0; /* Start with undefined memory type */ in e820__update_table()
397 if (current_type != last_type || e820_nomerge(current_type)) { in e820__update_table()
398 if (last_type != 0) { in e820__update_table()
411 last_type = current_type; in e820__update_table()
/OK3568_Linux_fs/kernel/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c716 int last_type = -1; in get_family_type() local
731 last_type = id_to_type_table[x].type; in get_family_type()
736 if (last_type == -1) in get_family_type()
738 return last_type; in get_family_type()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse-local.h56 enum tep_event_sort_type last_type; member
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dprocessor_idle.c422 unsigned int last_type = 0; in acpi_processor_power_verify() local
447 if (cx->type >= last_type && cx->latency < last_latency) in acpi_processor_power_verify()
450 last_type = cx->type; in acpi_processor_power_verify()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c512 int last_type; member
1943 if (unlikely(nd->last_type != LAST_NORM)) { in walk_component()
1946 return handle_dots(nd, nd->last_type); in walk_component()
2202 nd->last_type = LAST_ROOT; in link_path_walk()
2249 nd->last_type = type; in link_path_walk()
2400 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2508 *type = nd.last_type; in filename_parentat()
3226 if (nd->last_type != LAST_NORM) { in open_last_lookups()
3229 return handle_dots(nd, nd->last_type); in open_last_lookups()

12