Home
last modified time | relevance | path

Searched defs:first1 (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()
70 bool algo_lexicographical_compare (InputIterator1 first1, InputIterator1 last1, in algo_lexicographical_compare()
83 bool algo_lexicographical_compare (InputIterator1 first1, InputIterator1 last1, 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.hpp27 inline bool equal_impl( SinglePassTraversalReadableIterator1 first1, in equal_impl()
66 inline bool equal_impl( SinglePassTraversalReadableIterator1 first1, in equal_impl()
105 inline bool equal_impl( RandomAccessTraversalReadableIterator1 first1, in equal_impl()
119 inline bool equal_impl( RandomAccessTraversalReadableIterator1 first1, in equal_impl()
133 inline bool equal( SinglePassTraversalReadableIterator1 first1, in equal()
147 inline bool equal( SinglePassTraversalReadableIterator1 first1, 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 void insertion_sort_swap(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator firs… in insertion_sort_swap()
68 void insertion_sort_copy(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator firs… in insertion_sort_copy()
97 (BirdirectionalIterator first1, BirdirectionalIterator const last1 in insertion_sort_uninitialized_copy()
H A Dmerge.hpp161 , RandIt first1 in op_merge_left()
194 (RandIt buf_first, RandIt first1, RandIt const last1, RandIt const last2, Compare comp) in merge_left()
205 (RandIt buf_first, RandIt first1, RandIt const last1, RandIt const last2, Compare comp) in swap_merge_left()
212 (RandIt const first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp, Op op) in op_merge_right()
244 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in merge_right()
254 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in swap_merge_right()
H A Dadaptive_sort_merge.hpp390 ( RandIt first1, RandIt const last1 in skip_until_merge()
402 ( RandIt1 first1, RandIt1 const last1 in op_buffered_partial_merge_to_range1_and_buffer()
464 (RandIt first1, RandIt last1, RandIt const last2, bool *const pis_range1_A, Compare comp) in partial_merge_bufferless_impl()
490 (RandIt first1, RandIt last1, RandIt const last2, bool *const pis_range1_A, Compare comp) in partial_merge_bufferless()
586 RandIt first1 = first; in merge_blocks_bufferless() local
978 ( RandIt1 first1, RandIt1 const last1 in op_buffered_partial_merge_and_swap_to_range1_and_buffer()
1024 InputIt1 first1(r_first1); in op_partial_merge_impl() local
1063 InputIt1 first1(r_first1); in op_partial_merge_and_swap_impl() local
1096 ( RandIt first1, RandIt const last1, RandIt &rfirst2, RandIt last2, RandIt first_min in op_partial_merge_and_save_impl()
1130 ( RandIt first1, RandIt const last1, RandIt &rfirst2, RandIt last2, RandIt first_min in op_partial_merge_and_save()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_algo.c80 c_bool c_lexicographical_compare(c_iterator first1, 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()
304 c_iterator c_search(c_iterator first1, 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()
135 ForwardIt1 search(ForwardIt1 first1, ForwardIt1 last1, in 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()
256 BidirIt2 adl_move_swap_ranges_backward(BidirIt1 first1, BidirIt1 last1, BidirIt2 last2) in adl_move_swap_ranges_backward()
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A Ddo_csum.S97 #define first1 r18 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.hpp69 first1_type first1; member
H A Dtransform_view.hpp67 first1_type first1() const { return fusion::begin(seq1); } in first1() 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.hpp107 ForwardIterator1 first1, in constexpr_search()
/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