Home
last modified time | relevance | path

Searched defs:first2 (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dalgorithm.hpp42 bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2, BinaryPredicate p) in algo_equal()
53 bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2) in algo_equal()
57 bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2, BinaryPredicate p… in algo_equal()
66 bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2) in algo_equal()
71 InputIterator2 first2, InputIterator2 last2, in algo_lexicographical_compare()
84 InputIterator2 first2, InputIterator2 last2) in algo_lexicographical_compare()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/algorithm/
H A Dequal.hpp29 SinglePassTraversalReadableIterator2 first2, in equal_impl()
68 SinglePassTraversalReadableIterator2 first2, in equal_impl()
107 RandomAccessTraversalReadableIterator2 first2, in equal_impl()
121 RandomAccessTraversalReadableIterator2 first2, in equal_impl()
135 SinglePassTraversalReadableIterator2 first2, in equal()
149 SinglePassTraversalReadableIterator2 first2, in equal()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dinsertion_sort.hpp41 void insertion_sort_op(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator first2 in insertion_sort_op()
61 …tion_sort_swap(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator first2, Compa… in insertion_sort_swap()
68 …tion_sort_copy(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator first2, Compa… in insertion_sort_copy()
98 , BirdirectionalRawIterator const first2 in insertion_sort_uninitialized_copy()
H A Dmerge.hpp167 for(RandIt first2=last1; first2 != last2; ++buf_first){ in op_merge_left() local
214 RandIt const first2 = last1; in op_merge_right() local
H A Dadaptive_sort_merge.hpp408 RandIt2 first2 = rfirst2; in op_buffered_partial_merge_to_range1_and_buffer() local
984 RandIt2 first2 = rfirst2; in op_buffered_partial_merge_and_swap_to_range1_and_buffer() local
1025 InputIt2 first2(r_first2); in op_partial_merge_impl() local
1064 InputIt2 first2(r_first2); in op_partial_merge_and_swap_impl() local
1103 RandIt first2(rfirst2); in op_partial_merge_and_save_impl() local
1224 RandIt first2 = last1; in op_merge_blocks_left() local
1438 RandIt first2 = last1; in op_merge_blocks_with_buf() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_algo.c82 c_iterator first2, in c_lexicographical_compare()
121 c_bool c_equal(c_iterator first1, c_iterator last1, c_iterator first2, BINARY_PREDICATE pf) in c_equal()
129 c_bool c_equal2(c_iterator first1, c_iterator last1, c_iterator first2, c_binary_predicate binary_p… in c_equal2()
306 c_iterator first2, in c_search()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dalgorithm.hpp122 InputIt find_first_of(InputIt first1, InputIt last1, ForwardIt first2, ForwardIt last2, BinaryPredi… in find_first_of()
136 ForwardIt2 first2, ForwardIt2 last2, BinaryPredicate p) in search()
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A Ddo_csum.S110 #define first2 r31 macro
/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_if_ns.hpp48 any_if_ns(First1 const& first1, First2 const& first2 in any_if_ns()
H A Dany_ns.hpp39 any_ns(First1 const& first1, First2 const& first2, Last const& last, F& f, mpl::false_) in any_ns()
H A Dany_if.hpp180 any_if (First1 const& first1, First2 const& first2, Last1 const& last1 in any_if()
/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_iterator.hpp70 first2_type first2; member
H A Dtransform_view.hpp69 first2_type first2() const { return fusion::begin(seq2); } in first2() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/
H A Dcompile_time_type_info.hpp109 ForwardIterator2 first2, in constexpr_search()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dadl_move_swap.hpp245 ForwardIt2 adl_move_swap_ranges(ForwardIt1 first1, ForwardIt1 last1, ForwardIt2 first2) in adl_move_swap_ranges()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2099 const_iterator first1(x.cbegin()), first2(y.cbegin()); in operator <() local