| /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 D | next_impl.hpp | 39 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 D | end_impl.hpp | 28 typedef typename Sequence::last_type last_type; typedef 31 typedef filter_iterator<category,last_type, last_type, pred_type> type;
|
| H A D | begin_impl.hpp | 29 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 D | begin_impl.hpp | 33 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 D | next_impl.hpp | 34 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 D | end_impl.hpp | 33 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 D | distance_impl.hpp | 33 typedef typename Last::first_type last_type; typedef 34 typedef typename result_of::distance<last_type, first_type>::type type;
|
| H A D | begin_impl.hpp | 28 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 D | filter_view.hpp | 46 typedef typename result_of::end<Sequence>::type last_type; typedef 57 last_type last() const { return fusion::end(seq); } in last()
|
| H A D | filter_view_iterator.hpp | 55 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 D | reverse_view.hpp | 45 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 D | joint_view_iterator.hpp | 37 typedef typename last_converter::type last_type; typedef 42 BOOST_STATIC_ASSERT((!result_of::equal_to<first_type, last_type>::value));
|
| H A D | joint_view.hpp | 52 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 D | insert_range.hpp | 28 typedef typename result_of::end<Sequence>::type last_type; typedef 31 typedef iterator_range<pos_type, last_type> right_type;
|
| H A D | insert.hpp | 32 typedef typename result_of::end<Sequence>::type last_type; typedef 35 typedef iterator_range<pos_type, last_type> right_type;
|
| H A D | erase.hpp | 93 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 D | name_table.c | 1015 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 D | transform_view.hpp | 98 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 D | conn_object.c | 180 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 D | conn_event.c | 72 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 D | e820.c | 326 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 D | phy-brcm-usb-init.c | 716 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 D | event-parse-local.h | 56 enum tep_event_sort_type last_type; member
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | processor_idle.c | 422 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 D | namei.c | 512 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()
|