Home
last modified time | relevance | path

Searched defs:last (Results 26 – 50 of 1013) sorted by relevance

12345678910>>...41

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray.hpp285 varray(Iterator first, Iterator last) in varray()
860 iterator insert(iterator position, Iterator first, Iterator last) in insert()
911 iterator erase(iterator first, iterator last) in erase()
945 void assign(Iterator first, Iterator last) in assign()
1660 …void insert_dispatch(iterator position, Iterator first, Iterator last, boost::random_access_traver… in insert_dispatch()
1690 …void insert_dispatch(iterator position, Iterator first, Iterator last, Traversal const& /*not_rand… in insert_dispatch()
1722 … void insert_in_the_middle(iterator position, Iterator first, Iterator last, difference_type count) in insert_in_the_middle()
1757 …void assign_dispatch(Iterator first, Iterator last, boost::random_access_traversal_tag const& /*no… in assign_dispatch()
1785 void assign_dispatch(Iterator first, Iterator last, Traversal const& /*not_random_access*/) in assign_dispatch()
1872 varray(Iterator first, Iterator last) in varray()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_tx.c65 unsigned last; in qib_disarm_piobufs() local
84 unsigned last; in qib_disarm_piobufs_ifneeded() local
282 u32 first, u32 last) in qib_getsendbuf_range()
460 unsigned last; in qib_cancel_sends() local
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_types.c70 xfs_agino_t *last) in xfs_agino_range()
103 xfs_agino_t last; in xfs_verify_agino() local
192 xfs_agino_t first, last; in xfs_icount_range() local
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_script.c19 static inline const char *next_non_spacetab(const char *first, const char *last) in next_non_spacetab()
26 static inline const char *next_terminator(const char *first, const char *last) in next_terminator()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbsysfs.c219 char ** last = NULL; in store_bpp() local
242 char **last = NULL; in store_rotate() local
269 char *last = NULL; in store_virtual() local
304 char *last = NULL; in store_blank() local
361 char *last = NULL; in store_pan() local
402 char *last = NULL; in store_fbstate() local
H A Dsyscopyarea.c31 unsigned long first, last; in bitcpy() local
174 unsigned long first, last; in bitcpy_rev() local
H A Dcfbcopyarea.c50 unsigned long first, last; in bitcpy() local
216 unsigned long first, last; in bitcpy_rev() local
/OK3568_Linux_fs/kernel/lib/
H A Dinterval_tree_test.c30 search(struct rb_root_cached *root, unsigned long start, unsigned long last) in search()
110 unsigned long last = search_all ? max_endpoint : queries[j]; in interval_tree_test_init() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/
H A Dhash.hpp345 inline std::size_t hash_range(It first, It last) in hash_range()
358 inline void hash_range(std::size_t& seed, It first, It last) in hash_range()
368 inline std::size_t hash_range(T* first, T* last) in hash_range()
382 inline void hash_range(std::size_t& seed, T* first, T* last) in hash_range()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/algorithm/
H A Dany_ns.hpp39 any_ns(First1 const& first1, First2 const& first2, Last const& last, F& f, mpl::false_) in any_ns()
60 any_ns(First const& first, Last const& last, F& f, mpl::false_) in any_ns()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dwrite.c239 pgoff_t first, pgoff_t last) in afs_kill_pages()
282 pgoff_t first, pgoff_t last) in afs_redirty_pages()
321 pgoff_t first, pgoff_t last) in afs_pages_written_back()
423 pgoff_t first, pgoff_t last, in afs_store_data()
503 pgoff_t start, first, last; in afs_write_back_from_locked_page() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c151 static void nfp_ccm_mbox_copy_in(struct nfp_net *nn, struct sk_buff *last) in nfp_ccm_mbox_copy_in()
199 nfp_ccm_mbox_find_req(struct nfp_net *nn, __be16 tag, struct sk_buff *last) in nfp_ccm_mbox_find_req()
214 static void nfp_ccm_mbox_copy_out(struct nfp_net *nn, struct sk_buff *last) in nfp_ccm_mbox_copy_out()
355 nfp_ccm_mbox_mark_all_err(struct nfp_net *nn, struct sk_buff *last, int err) in nfp_ccm_mbox_mark_all_err()
378 struct sk_buff *skb, *last; in nfp_ccm_mbox_run_queue_unlock() local
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dactions.c996 const struct nlattr *attr, bool last) in dec_ttl_exception_handler()
1015 bool last) in sample()
1046 bool last) in clone()
1174 const struct nlattr *a, bool last) in execute_recirc()
1193 const struct nlattr *attr, bool last) in execute_check_pkt_len()
1353 bool last = nla_is_last(a, rem); in do_execute_actions() local
1376 bool last = nla_is_last(a, rem); in do_execute_actions() local
1436 bool last = nla_is_last(a, rem); in do_execute_actions() local
1446 bool last = nla_is_last(a, rem); in do_execute_actions() local
1484 bool last, bool clone_flow_key) in clone_execute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Drange.hpp243 inline OutIt copy_or_move(It first, It last, OutIt out) in copy_or_move()
320 typename boost::range_iterator<Range>::type last) in erase()
366 last = boost::begin(rng) in erase() local
/OK3568_Linux_fs/kernel/fs/proc/
H A Dnamespaces.c121 const struct proc_ns_operations **entry, **last; in proc_ns_dir_readdir() local
155 const struct proc_ns_operations **entry, **last; in proc_ns_dir_lookup() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/
H A Dlazy.hpp51 , Iterator& first, Iterator const& last in lazy_parse_impl()
61 , Iterator& first, Iterator const& last in lazy_parse_impl()
73 , Iterator& first, Iterator const& last in lazy_parse_impl_main()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dumcast_kern.c74 char *last; in mcast_setup() local
120 char *last; in ucast_setup() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dparse_auto.hpp157 , Iterator last in parse()
174 , Iterator last in phrase_parse()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mb862xx/
H A Dmb862xx-i2c.c56 static int mb862xx_i2c_read_byte(struct i2c_adapter *adap, u8 *byte, int last) in mb862xx_i2c_read_byte()
79 int last = m->len - 1; in mb862xx_i2c_read() local
/OK3568_Linux_fs/kernel/net/core/
H A Ddatagram.c171 struct sk_buff **last) in __skb_try_recv_from_queue()
245 struct sk_buff **last) in __skb_try_recv_datagram()
291 struct sk_buff *skb, *last; in __skb_recv_datagram() local
661 skb_frag_t *last = &skb_shinfo(skb)->frags[frag - 1]; in __zerocopy_sg_from_iter() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal_intersection_patterns.hpp27 std::size_t first, std::size_t last) in check_pairs()
199 sort_by_side::rank_with_rings const& last = aggregation.back(); in intersection_pattern_common_interior3() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dquick_allocator.hpp88 static unsigned last; member
188 unsigned allocator_impl<size, align_>::last = allocator_impl<size, align_>::items_per_page; member in boost::detail::allocator_impl<size, align_>
/OK3568_Linux_fs/kernel/lib/math/
H A Dprime_numbers.c13 unsigned long last, sz; member
266 unsigned long x, last; in selftest() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dstring_traits.hpp262 T* last = str; in get_end() local
277 T const* last = str; in get_end() local
286 T* last = str; in get_end() local
/OK3568_Linux_fs/kernel/drivers/memory/tegra/
H A Dtegra210-emc-cc-r21021.c119 struct tegra210_emc_timing *last = emc->last; in update_clock_tree_delay() local
404 struct tegra210_emc_timing *last, in periodic_compensation_handler()
493 struct tegra210_emc_timing *last = emc->last; in tegra210_emc_r21021_periodic_compensation() local
607 struct tegra210_emc_timing *fake, *last = emc->last, *next = emc->next; in tegra210_emc_r21021_set_clock() local

12345678910>>...41