Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 1967) sorted by relevance

12345678910>>...79

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/
H A Dminmax_element.hpp65 ForwardIter second = first; ++second; in basic_minmax_element() local
66 if (second == last) in basic_minmax_element()
71 if (comp(first, second)) in basic_minmax_element()
72 max_result = second; in basic_minmax_element()
74 min_result = second; in basic_minmax_element()
79 first = ++second; if (first != last) ++second; in basic_minmax_element()
80 while (second != last) { in basic_minmax_element()
81 if (comp(first, second)) { in basic_minmax_element()
86 if (comp(max_result, second)) in basic_minmax_element()
87 max_result = second; in basic_minmax_element()
[all …]
/OK3568_Linux_fs/kernel/ipc/
H A Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc() argument
31 second, NULL); in ksys_ipc()
34 return ksys_semtimedop(first, ptr, second, in ksys_ipc()
37 return compat_ksys_semtimedop(first, ptr, second, in ksys_ipc()
43 return ksys_semget(first, second, third); in ksys_ipc()
50 return ksys_old_semctl(first, second, third, arg); in ksys_ipc()
55 second, third); in ksys_ipc()
67 return ksys_msgrcv(first, tmp.msgp, second, in ksys_ipc()
73 second, fifth, third); in ksys_ipc()
76 return ksys_msgget((key_t) first, second); in ksys_ipc()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dside_info.hpp43 sides[0].second = side_a2; in side_info()
45 sides[1].second = side_b2; in side_info()
49 inline void set(int first, int second) in set() argument
52 sides[Which].second = second; in set()
64 sides[Which].second = 0; in correct_to_zero()
71 return Index == 0 ? sides[Which].first : sides[Which].second; in get()
80 return sides[Which].first * sides[Which].second == 1; in same()
86 && sides[0].second == 0 in collinear()
88 && sides[1].second == 0; in collinear()
93 return sides[0].first * sides[0].second == -1 in crossing()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_pair.h218 _T2 second; ///< The second member in _GLIBCXX_VISIBILITY()
233 : first(), second() { } in _GLIBCXX_VISIBILITY()
246 : first(), second() { } in _GLIBCXX_VISIBILITY()
252 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
267 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
277 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
284 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
301 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
310 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
323 : first(std::forward<_U1>(__x)), second(__y) { } in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex.tcc88 __it.first = __it.second = __e; in __regex_algo_impl()
95 __pre.second = __s; in __regex_algo_impl()
98 __suf.second = __e; in __regex_algo_impl()
103 __pre.second = __res[0].first; in __regex_algo_impl()
104 __pre.matched = (__pre.first != __pre.second); in __regex_algo_impl()
105 __suf.first = __res[0].second; in __regex_algo_impl()
106 __suf.second = __e; in __regex_algo_impl()
107 __suf.matched = (__suf.first != __suf.second); in __regex_algo_impl()
314 && ((__it.second in lookup_classname()
317 return __it.second; in lookup_classname()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dstl_pair.h218 _T2 second; ///< The second member in _GLIBCXX_VISIBILITY()
233 : first(), second() { } in _GLIBCXX_VISIBILITY()
246 : first(), second() { } in _GLIBCXX_VISIBILITY()
252 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
267 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
277 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
284 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
301 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
310 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
323 : first(std::forward<_U1>(__x)), second(__y) { } in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex.tcc88 __it.first = __it.second = __e; in __regex_algo_impl()
95 __pre.second = __s; in __regex_algo_impl()
98 __suf.second = __e; in __regex_algo_impl()
103 __pre.second = __res[0].first; in __regex_algo_impl()
104 __pre.matched = (__pre.first != __pre.second); in __regex_algo_impl()
105 __suf.first = __res[0].second; in __regex_algo_impl()
106 __suf.second = __e; in __regex_algo_impl()
107 __suf.matched = (__suf.first != __suf.second); in __regex_algo_impl()
314 && ((__it.second in lookup_classname()
317 return __it.second; in lookup_classname()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dpairs.hpp26 ptr_pair(First const& f, Pointer s) : first(f), second(s) {} in ptr_pair()
31 second_type second; member in boost::geometry::index::detail::rtree::ptr_pair
50 exclusive_ptr_pair(First const& f, Pointer s) : first(f), second(s) {} in exclusive_ptr_pair()
53 …e_ptr_pair(BOOST_RV_REF(exclusive_ptr_pair) p) : first(p.first), second(p.second) { p.second = 0; } in exclusive_ptr_pair()
54 …erator=(BOOST_RV_REF(exclusive_ptr_pair) p) { first = p.first; second = p.second; p.second = 0; re… in operator =()
57 second_type second; member in boost::geometry::index::detail::rtree::exclusive_ptr_pair
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcross_tile_symbol_index.cpp44 for (IndexedSymbolInstance& thisTileSymbol: it->second) { in findMatches()
76 for (auto& index : zoomIndex.second) { in handleWrapJump()
78 … index.second.coord = index.second.coord.unwrapTo(index.second.coord.wrap + wrapDelta); in handleWrapJump()
79 newZoomIndex.emplace(index.second.coord, std::move(index.second)); in handleWrapJump()
94 if (previousIndex->second.bucketInstanceId == bucket.bucketInstanceId) { in addBucket()
101 removeBucketCrossTileIDs(tileID.overscaledZ, previousIndex->second); in addBucket()
111 auto zoomIndexes = it.second; in addBucket()
114 if (childIndex.second.coord.isChildOf(tileID)) { in addBucket()
115 …childIndex.second.findMatches(bucket.symbolInstances, tileID, usedCrossTileIDs[tileID.overscaledZ]… in addBucket()
122 …parentIndex->second.findMatches(bucket.symbolInstances, tileID, usedCrossTileIDs[tileID.overscaled… in addBucket()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dcustom_tile_loader.cpp16 tileRef.invoke(&CustomGeometryTile::setTileData, *(cachedTileData->second)); in fetchTile()
23 … for (auto iter = tileCallbacks->second.begin(); iter != tileCallbacks->second.end(); iter++) { in fetchTile()
29 … tileCallbacks->second.emplace_back(std::make_tuple(tileID.overscaledZ, tileID.wrap, tileRef)); in fetchTile()
45 for (auto iter = tileCallbacks->second.begin(); iter != tileCallbacks->second.end(); iter++) { in removeTile()
47 tileCallbacks->second.erase(iter); in removeTile()
52 if (tileCallbacks->second.size() == 0) { in removeTile()
63 for (auto tuple : iter->second) { in setTileData()
73 for (auto iter = tileCallbacks->second.begin(); iter != tileCallbacks->second.end(); iter++) { in invalidateTile()
91 if (tileRange->second.contains(idtuple->first)) { in invalidateRegion()
92 for (auto iter = idtuple->second.begin(); iter != idtuple->second.end(); iter++) { in invalidateRegion()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/
H A Dsafe_iterator.tcc54 if (__res.second == __dp_equality) in _M_get_distance_from_begin()
78 if (__res.second == __dp_equality) in _M_get_distance_to_end()
102 return __dist.second > __dp_sign in _M_can_advance()
114 return __dist.second == __dp_exact in _M_can_advance()
130 if (__base_dist.second == __dp_exact) in _M_get_distance_to()
139 return __seq_dist.second == __dp_exact in _M_get_distance_to()
153 __seq_dist.second == __dp_exact in _M_get_distance_to()
154 ? __dp_sign_max_size : __seq_dist.second); in _M_get_distance_to()
160 return __seq_dist.second == __dp_exact in _M_get_distance_to()
165 return std::make_pair(-__seq_dist.first, __seq_dist.second); in _M_get_distance_to()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/
H A Dsafe_iterator.tcc54 if (__res.second == __dp_equality) in _M_get_distance_from_begin()
78 if (__res.second == __dp_equality) in _M_get_distance_to_end()
102 return __dist.second > __dp_sign in _M_can_advance()
114 return __dist.second == __dp_exact in _M_can_advance()
130 if (__base_dist.second == __dp_exact) in _M_get_distance_to()
139 return __seq_dist.second == __dp_exact in _M_get_distance_to()
153 __seq_dist.second == __dp_exact in _M_get_distance_to()
154 ? __dp_sign_max_size : __seq_dist.second); in _M_get_distance_to()
160 return __seq_dist.second == __dp_exact in _M_get_distance_to()
165 return std::make_pair(-__seq_dist.first, __seq_dist.second); in _M_get_distance_to()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Durl.cpp85 auto domainPos = scheme.first + scheme.second; in __anon14e840fe0402()
89 const bool isData = str.compare(scheme.first, scheme.second, "data") == 0; in __anon14e840fe0402()
94 auto pathPos = domain.first + domain.second; in __anon14e840fe0502()
95 const bool isData = str.compare(scheme.first, scheme.second, "data") == 0; in __anon14e840fe0502()
121 if (dotPos == std::string::npos || dotPos < directory.first + directory.second) { in __anon14e840fe0702()
127 const auto filePos = directory.first + directory.second; in __anon14e840fe0802()
135 return str.substr(url.path.first, url.path.second); in transformURL()
137 return str.substr(url.domain.first, url.domain.second); in transformURL()
139 return str.substr(url.scheme.first, url.scheme.second); in transformURL()
141 const Path path(str, url.path.first, url.path.second); in transformURL()
[all …]
H A Dgrid_index.cpp129 if (resultFn(element.first, element.second)) { in query()
134 if (resultFn(element.first, convertToBox(element.second))) { in query()
156 auto& bbox = pair.second; in query()
171 auto& bcircle = pair.second; in query()
193 if (resultFn(element.first, element.second)) { in query()
198 if (resultFn(element.first, convertToBox(element.second))) { in query()
219 auto& bbox = pair.second; in query()
234 auto& bcircle = pair.second; in query()
257 bool GridIndex<T>::boxesCollide(const BBox& first, const BBox& second) const { in boxesCollide()
258 return first.min.x <= second.max.x && in boxesCollide()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dsiphash.c134 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() argument
141 v3 ^= second; in siphash_2u64()
144 v0 ^= second; in siphash_2u64()
156 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument
164 v3 ^= second; in siphash_3u64()
167 v0 ^= second; in siphash_3u64()
184 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument
192 v3 ^= second; in siphash_4u64()
195 v0 ^= second; in siphash_4u64()
216 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp509 results = splitPolygonAtAxisValue(results, 1, 0.0).second; in clipFootprintToMap()
533 PolygonVector rightPart = splitPolygonAtAxisValue(results, 0, side).second; in clipFootprintToMap()
539 leftPart = splitPolygonAtAxisValue(leftPart, 0, 0).second; // same here in clipFootprintToMap()
541 results = splitPolygonAtAxisValue(results, 0, 0.0).second; in clipFootprintToMap()
545 results = splitPolygonAtAxisValue(results, 0, 0.0).second; in clipFootprintToMap()
553 for (int i = 0; i < pair.second.size(); ++i) { in clipFootprintToMap()
554 if (qFuzzyIsNull(pair.second.at(i).x())) in clipFootprintToMap()
555 pair.first.append(pair.second.at(i)); in clipFootprintToMap()
580 pair.first = splitPolygonAtAxisValue(pair.first, 0, 0).second; in clipFootprintToMap()
582 return ClippedFootprint(pair.first, pair.second, PolygonVector()); in clipFootprintToMap()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dmem-stats.h160 operator+ (const mem_usage &second)
162 return mem_usage (m_allocated + second.m_allocated,
163 m_times + second.m_times,
164 m_peak + second.m_peak,
165 m_instances + second.m_instances);
170 operator== (const mem_usage &second) const
172 return (m_allocated == second.m_allocated
173 && m_peak == second.m_peak
174 && m_times == second.m_times);
179 operator< (const mem_usage &second) const
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dmem-stats.h160 operator+ (const mem_usage &second)
162 return mem_usage (m_allocated + second.m_allocated,
163 m_times + second.m_times,
164 m_peak + second.m_peak,
165 m_instances + second.m_instances);
170 operator== (const mem_usage &second) const
172 return (m_allocated == second.m_allocated
173 && m_peak == second.m_peak
174 && m_times == second.m_times);
179 operator< (const mem_usage &second) const
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap10.hpp21 , typename P0::second
34 , typename P1::second
47 , typename P2::second
60 , typename P3::second
73 , typename P4::second
87 , typename P5::second
101 , typename P6::second
115 , typename P7::second
129 , typename P8::second
143 , typename P9::second
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/utils/
H A Dqlocationtestutils_p.h52 bool compareEquality(const A &first, const B &second) { in compareEquality() argument
53 if (first != second) { in compareEquality()
58 if (second != first) { in compareEquality()
63 if (!(first == second)) { in compareEquality()
68 if (!(second == first)) { in compareEquality()
81 bool compareInequality(const A &first, const B &second) { in compareInequality() argument
82 if (!(first != second)){ in compareInequality()
87 if (!(second != first)) { in compareInequality()
92 if (first == second) { in compareInequality()
97 if (second == first) { in compareInequality()
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dcsum_partial_copy.c137 unsigned long second; in csum_partial_cfu_dest_aligned() local
139 if (__get_word(ldq_u, second, src+1)) in csum_partial_cfu_dest_aligned()
144 extqh(second, soff, first); in csum_partial_cfu_dest_aligned()
147 first = second; in csum_partial_cfu_dest_aligned()
157 unsigned long second; in csum_partial_cfu_dest_aligned() local
158 if (__get_word(ldq_u, second, lastsrc)) in csum_partial_cfu_dest_aligned()
162 extqh(second, soff, first); in csum_partial_cfu_dest_aligned()
251 unsigned long second, word; in csum_partial_cfu_unaligned() local
254 if (__get_word(ldq_u, second, src+1)) in csum_partial_cfu_unaligned()
259 extqh(second, soff, first); in csum_partial_cfu_unaligned()
[all …]
/OK3568_Linux_fs/u-boot/scripts/
H A Drepack-bootimg8 usage: $0 [-h] [-z] --boot_img BOOT_IMG [--out OUT] [--kernel KERNEL] [--ramdisk RAMDISK] [--second
17 --second SECOND path to the new 2nd bootloader (default: resource.img)
45 --second)
46 second=$2
103 if [ "$second" == "" ]; then
104 second=${second-$out/second}
140 SECOND="--second $second"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dpair.hpp32 typedef T2 second; typedef
53 struct second struct
56 typedef typename P::second type; argument
58 typedef typename aux::msvc_eti_base<P>::second type;
60 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,second,(P))
66 BOOST_MPL_AUX_NA_SPEC(1, second)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp56 if (r.second.op1->ring) { in operator <<()
57 out << r.second.op1->ring->ring_index; in operator <<()
62 if (r.second.op2->ring) { in operator <<()
63 out << r.second.op2->ring->ring_index; in operator <<()
67 out << " ( at " << r.second.op1->x << ", " << r.second.op1->y << " )"; in operator <<()
69 if (r.second.op1->ring) { in operator <<()
70 out << "area: " << r.second.op1->ring->area << " parent: "; in operator <<()
71 if (r.second.op1->ring->parent) { in operator <<()
72 out << r.second.op1->ring->parent->ring_index; in operator <<()
81 if (r.second.op2->ring) { in operator <<()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp432 return (p_e->m_value.second); in subscript_imp()
436 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second; in subscript_imp()
448 r_key, pos_hash_pair.second)) in subscript_imp()
458 return p_e->m_value.second; in subscript_imp()
463 pos_hash_pair)->second; in subscript_imp()
504 p_e->m_hash = r_pos_hash_pair.second; in insert_new_imp()
548 r_key, pos_hash_pair.second)) in find_key_pointer()
598 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second) in inc_it_state()
599 if (m_entries[r_pos.second] != 0) in inc_it_state()
601 r_pos.first = m_entries[r_pos.second]; in inc_it_state()
[all …]

12345678910>>...79