| /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/ |
| H A D | gtype.state | 237 (!pair "m_start" 249 (!pair "m_finish" 259 (!pair "start_location" 277 (!pair "reason" 281 (!pair "sysp" 293 (!pair "m_column_and_range_bits" 297 (!pair "m_range_bits" 301 (!pair "to_file" 305 (!pair "to_line" 309 (!pair "included_from" [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/ |
| H A D | gtype.state | 239 (!pair "m_start" 251 (!pair "m_finish" 261 (!pair "start_location" 279 (!pair "reason" 283 (!pair "sysp" 295 (!pair "m_column_and_range_bits" 299 (!pair "m_range_bits" 303 (!pair "to_file" 307 (!pair "to_line" 311 (!pair "included_from" [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | fsl_asrc_dma.c | 46 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_complete() local 48 pair->pos += snd_pcm_lib_period_bytes(substream); in fsl_asrc_dma_complete() 49 if (pair->pos >= snd_pcm_lib_buffer_bytes(substream)) in fsl_asrc_dma_complete() 50 pair->pos = 0; in fsl_asrc_dma_complete() 60 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_prepare_and_submit() local 68 pair->pos = 0; in fsl_asrc_dma_prepare_and_submit() 69 pair->desc[!dir] = dmaengine_prep_dma_cyclic( in fsl_asrc_dma_prepare_and_submit() 70 pair->dma_chan[!dir], runtime->dma_addr, in fsl_asrc_dma_prepare_and_submit() 74 if (!pair->desc[!dir]) { in fsl_asrc_dma_prepare_and_submit() 79 pair->desc[!dir]->callback = fsl_asrc_dma_complete; in fsl_asrc_dma_prepare_and_submit() [all …]
|
| H A D | fsl_asrc.c | 210 static int fsl_asrc_request_pair(int channels, struct fsl_asrc_pair *pair) in fsl_asrc_request_pair() argument 213 struct fsl_asrc *asrc = pair->asrc; in fsl_asrc_request_pair() 221 if (asrc->pair[i] != NULL) in fsl_asrc_request_pair() 238 asrc->pair[index] = pair; in fsl_asrc_request_pair() 239 pair->channels = channels; in fsl_asrc_request_pair() 240 pair->index = index; in fsl_asrc_request_pair() 254 static void fsl_asrc_release_pair(struct fsl_asrc_pair *pair) in fsl_asrc_release_pair() argument 256 struct fsl_asrc *asrc = pair->asrc; in fsl_asrc_release_pair() 257 enum asrc_pair_index index = pair->index; in fsl_asrc_release_pair() 266 asrc->channel_avail += pair->channels; in fsl_asrc_release_pair() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | vmlinux-kallsyms.c | 113 struct symbol *pair, *first_pair; in test__vmlinux_matches_kallsyms() local 124 pair = first_pair; in test__vmlinux_matches_kallsyms() 126 if (pair && UM(pair->start) == mem_start) { in test__vmlinux_matches_kallsyms() 128 if (arch__compare_symbol_names(sym->name, pair->name) == 0) { in test__vmlinux_matches_kallsyms() 138 s64 skew = mem_end - UM(pair->end); in test__vmlinux_matches_kallsyms() 142 UM(pair->end)); in test__vmlinux_matches_kallsyms() 152 pair = machine__find_kernel_symbol_by_name(&kallsyms, sym->name, NULL); in test__vmlinux_matches_kallsyms() 153 if (pair) { in test__vmlinux_matches_kallsyms() 154 if (UM(pair->start) == mem_start) in test__vmlinux_matches_kallsyms() 158 mem_start, sym->name, pair->name); in test__vmlinux_matches_kallsyms() [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 D | stl_pair.h | 192 template<typename _T1, typename _T2> friend struct pair; in _GLIBCXX_VISIBILITY() 211 struct pair in _GLIBCXX_VISIBILITY() 232 _GLIBCXX_CONSTEXPR pair() in _GLIBCXX_VISIBILITY() 245 explicit constexpr pair() in _GLIBCXX_VISIBILITY() 251 pair(const _T1& __a, const _T2& __b) in _GLIBCXX_VISIBILITY() 266 constexpr pair(const _T1& __a, const _T2& __b) in _GLIBCXX_VISIBILITY() 276 explicit constexpr pair(const _T1& __a, const _T2& __b) in _GLIBCXX_VISIBILITY() 283 pair(const pair<_U1, _U2>& __p) in _GLIBCXX_VISIBILITY() 300 constexpr pair(const pair<_U1, _U2>& __p) in _GLIBCXX_VISIBILITY() 309 explicit constexpr pair(const pair<_U1, _U2>& __p) in _GLIBCXX_VISIBILITY() [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 D | stl_pair.h | 192 template<typename _T1, typename _T2> friend struct pair; in _GLIBCXX_VISIBILITY() 211 struct pair in _GLIBCXX_VISIBILITY() 232 _GLIBCXX_CONSTEXPR pair() in _GLIBCXX_VISIBILITY() 245 explicit constexpr pair() in _GLIBCXX_VISIBILITY() 251 pair(const _T1& __a, const _T2& __b) in _GLIBCXX_VISIBILITY() 266 constexpr pair(const _T1& __a, const _T2& __b) in _GLIBCXX_VISIBILITY() 276 explicit constexpr pair(const _T1& __a, const _T2& __b) in _GLIBCXX_VISIBILITY() 283 pair(const pair<_U1, _U2>& __p) in _GLIBCXX_VISIBILITY() 300 constexpr pair(const pair<_U1, _U2>& __p) in _GLIBCXX_VISIBILITY() 309 explicit constexpr pair(const pair<_U1, _U2>& __p) in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | utility | 63 struct pair 71 pair(const pair&) = default; 72 pair(pair&&) = default; 73 constexpr pair(); 74 pair(const T1& x, const T2& y); // constexpr in C++14 75 template <class U, class V> pair(U&& x, V&& y); // constexpr in C++14 76 template <class U, class V> pair(const pair<U, V>& p); // constexpr in C++14 77 template <class U, class V> pair(pair<U, V>&& p); // constexpr in C++14 79 pair(piecewise_construct_t, tuple<Args1...> first_args, 82 template <class U, class V> pair& operator=(const pair<U, V>& p); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | utility | 63 struct pair 71 pair(const pair&) = default; 72 pair(pair&&) = default; 73 constexpr pair(); 74 pair(const T1& x, const T2& y); // constexpr in C++14 75 template <class U, class V> pair(U&& x, V&& y); // constexpr in C++14 76 template <class U, class V> pair(const pair<U, V>& p); // constexpr in C++14 77 template <class U, class V> pair(pair<U, V>&& p); // constexpr in C++14 79 pair(piecewise_construct_t, tuple<Args1...> first_args, 82 template <class U, class V> pair& operator=(const pair<U, V>& p); [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-diff.c | 279 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() argument 282 double new_percent = period_percent(pair, pair->stat.period); in compute_delta() 284 pair->diff.period_ratio_delta = new_percent - old_percent; in compute_delta() 285 pair->diff.computed = true; in compute_delta() 286 return pair->diff.period_ratio_delta; in compute_delta() 289 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio() argument 292 double new_period = pair->stat.period; in compute_ratio() 294 pair->diff.computed = true; in compute_ratio() 295 pair->diff.period_ratio = new_period / old_period; in compute_ratio() 296 return pair->diff.period_ratio; in compute_ratio() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 550 QPair<PolygonVector, PolygonVector> pair = splitPolygonAtAxisValue(results, 0, 0.0); in clipFootprintToMap() local 551 if (pair.first.isEmpty()) { 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() 557 if (pair.first.size() == 2) { in clipFootprintToMap() 558 double y0 = pair.first[0].y(); in clipFootprintToMap() 559 double y1 = pair.first[1].y(); in clipFootprintToMap() 560 pair.first.clear(); in clipFootprintToMap() 561 pair.first.append(QDoubleVector3D(side, y0, 0.0)); in clipFootprintToMap() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/std/ |
| H A D | utility.hpp | 35 std::pair< 43 std::pair<First, Second> operator()(First const &first, Second const &second) const in operator ()() 80 typename Pair::first_type &operator()(Pair &pair) const in operator ()() 82 return pair.first; in operator ()() 86 typename Pair::first_type const &operator()(Pair const &pair) const in operator ()() 88 return pair.first; in operator ()() 123 typename Pair::second_type &operator()(Pair &pair) const in operator ()() 125 return pair.second; in operator ()() 129 typename Pair::second_type const &operator()(Pair const &pair) const in operator ()() 131 return pair.second; in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | binary_program.cpp | 9 static std::pair<const std::string, Binding> parseBinding(protozero::pbf_reader&& pbf) { in parseBinding() 11 std::pair<std::string, Binding> binding; in parseBinding() 70 std::vector<std::pair<const std::string, gl::AttributeLocation>>&& attributes_, in BinaryProgram() 71 std::vector<std::pair<const std::string, gl::UniformLocation>>&& uniforms_) in BinaryProgram() 102 for (const auto& pair : attributes) { in attributeLocation() local 103 if (pair.first == name) { in attributeLocation() 104 return pair.second; in attributeLocation() 111 for (const auto& pair : uniforms) { in uniformLocation() local 112 if (pair.first == name) { in uniformLocation() 113 return pair.second; in uniformLocation()
|
| /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/ |
| H A D | utility | 63 * Components deemed generally useful. Includes pair, tuple, 141 // of tuple_element<pair<T,U>> and tuple_element<array<T,N>> are defined. 148 // Various functions which give std::pair a tuple-like interface. 150 /// Partial specialization for std::pair 152 struct __is_tuple_like_impl<std::pair<_T1, _T2>> : true_type 155 /// Partial specialization for std::pair 157 struct tuple_size<std::pair<_Tp1, _Tp2>> 160 /// Partial specialization for std::pair 162 struct tuple_element<0, std::pair<_Tp1, _Tp2>> 165 /// Partial specialization for std::pair [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/ |
| H A D | utility | 63 * Components deemed generally useful. Includes pair, tuple, 141 // of tuple_element<pair<T,U>> and tuple_element<array<T,N>> are defined. 148 // Various functions which give std::pair a tuple-like interface. 150 /// Partial specialization for std::pair 152 struct __is_tuple_like_impl<std::pair<_T1, _T2>> : true_type 155 /// Partial specialization for std::pair 157 struct tuple_size<std::pair<_Tp1, _Tp2>> 160 /// Partial specialization for std::pair 162 struct tuple_element<0, std::pair<_Tp1, _Tp2>> 165 /// Partial specialization for std::pair [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/tr1/ |
| H A D | utility | 50 // Various functions which give std::pair a tuple-like interface. 52 struct tuple_size<std::pair<_Tp1, _Tp2> > 57 tuple_size<std::pair<_Tp1, _Tp2> >::value; 60 struct tuple_element<0, std::pair<_Tp1, _Tp2> > 64 struct tuple_element<1, std::pair<_Tp1, _Tp2> > 74 static _Tp1& __get(std::pair<_Tp1, _Tp2>& __pair) 78 static const _Tp1& __const_get(const std::pair<_Tp1, _Tp2>& __pair) 86 static _Tp2& __get(std::pair<_Tp1, _Tp2>& __pair) 90 static const _Tp2& __const_get(const std::pair<_Tp1, _Tp2>& __pair) 95 inline typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type& [all …]
|
| H A D | unordered_map.h | 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, in _GLIBCXX_VISIBILITY() 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, in _GLIBCXX_VISIBILITY() 45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, in _GLIBCXX_VISIBILITY() 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, in _GLIBCXX_VISIBILITY() 52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, in _GLIBCXX_VISIBILITY() 72 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a) in _GLIBCXX_VISIBILITY() 83 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a) in _GLIBCXX_VISIBILITY() 90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, in _GLIBCXX_VISIBILITY() 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY() 95 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, in _GLIBCXX_VISIBILITY() [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/tr1/ |
| H A D | utility | 50 // Various functions which give std::pair a tuple-like interface. 52 struct tuple_size<std::pair<_Tp1, _Tp2> > 57 tuple_size<std::pair<_Tp1, _Tp2> >::value; 60 struct tuple_element<0, std::pair<_Tp1, _Tp2> > 64 struct tuple_element<1, std::pair<_Tp1, _Tp2> > 74 static _Tp1& __get(std::pair<_Tp1, _Tp2>& __pair) 78 static const _Tp1& __const_get(const std::pair<_Tp1, _Tp2>& __pair) 86 static _Tp2& __get(std::pair<_Tp1, _Tp2>& __pair) 90 static const _Tp2& __const_get(const std::pair<_Tp1, _Tp2>& __pair) 95 inline typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type& [all …]
|
| H A D | unordered_map.h | 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, in _GLIBCXX_VISIBILITY() 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, in _GLIBCXX_VISIBILITY() 45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, in _GLIBCXX_VISIBILITY() 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, in _GLIBCXX_VISIBILITY() 52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, in _GLIBCXX_VISIBILITY() 72 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a) in _GLIBCXX_VISIBILITY() 83 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a) in _GLIBCXX_VISIBILITY() 90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, in _GLIBCXX_VISIBILITY() 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY() 95 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_database.hpp | 43 std::pair<bool, uint64_t> put(const Resource&, const Response&); 55 optional<std::pair<Response, uint64_t>> getRegionResource(int64_t regionID, const Resource&); 80 optional<std::pair<Response, uint64_t>> getTile(const Resource::TileData&); 85 optional<std::pair<Response, uint64_t>> getResource(const Resource&); 92 optional<std::pair<Response, uint64_t>> getInternal(const Resource&); 94 std::pair<bool, uint64_t> putInternal(const Resource&, const Response&, bool evict); 99 std::pair<int64_t, int64_t> getCompletedResourceCountAndSize(int64_t regionID); 100 std::pair<int64_t, int64_t> getCompletedTileCountAndSize(int64_t regionID);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ethtool_netlink.h | 26 int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, u8 result); 27 int ethnl_cable_test_fault_length(struct phy_device *phydev, u8 pair, u32 cm); 28 int ethnl_cable_test_amplitude(struct phy_device *phydev, u8 pair, s16 mV); 45 static inline int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, in ethnl_cable_test_result() argument 52 u8 pair, u32 cm) in ethnl_cable_test_fault_length() argument 58 u8 pair, s16 mV) in ethnl_cable_test_amplitude() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/preprocessed/plain/ |
| H A D | map10.hpp | 25 typedef pair< Key,T > item0; 52 typedef pair< Key,T > item1; 79 typedef pair< Key,T > item2; 106 typedef pair< Key,T > item3; 133 typedef pair< Key,T > item4; 160 typedef pair< Key,T > item5; 188 typedef pair< Key,T > item6; 216 typedef pair< Key,T > item7; 244 typedef pair< Key,T > item8; 272 typedef pair< Key,T > item9;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/preprocessed/no_ctps/ |
| H A D | map10.hpp | 30 typedef pair< Key,T > item0; 63 typedef pair< Key,T > item1; 96 typedef pair< Key,T > item2; 129 typedef pair< Key,T > item3; 162 typedef pair< Key,T > item4; 195 typedef pair< Key,T > item5; 229 typedef pair< Key,T > item6; 263 typedef pair< Key,T > item7; 297 typedef pair< Key,T > item8; 331 typedef pair< Key,T > item9;
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | alim15x3.c | 104 ide_drive_t *pair = ide_get_pair_dev(drive); in ali_set_pio_mode() local 110 if (pair) { in ali_set_pio_mode() 113 ide_timing_compute(pair, pair->pio_mode, &p, T, 1); in ali_set_pio_mode() 116 if (pair->dma_mode) { in ali_set_pio_mode() 117 ide_timing_compute(pair, pair->dma_mode, &p, T, 1); in ali_set_pio_mode() 168 ide_drive_t *pair = ide_get_pair_dev(drive); in ali_set_dma_mode() local 177 if (pair) { in ali_set_dma_mode() 180 ide_timing_compute(pair, pair->pio_mode, &p, T, 1); in ali_set_dma_mode() 183 if (pair->dma_mode) { in ali_set_dma_mode() 184 ide_timing_compute(pair, pair->dma_mode, in ali_set_dma_mode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | grid_index.cpp | 75 std::vector<std::pair<T, typename GridIndex<T>::BBox>> GridIndex<T>::queryWithBoxes(const BBox& que… in queryWithBoxes() 76 std::vector<std::pair<T, BBox>> result; in queryWithBoxes() 155 auto& pair = boxElements.at(uid); in query() local 156 auto& bbox = pair.second; in query() 158 if (resultFn(pair.first, bbox)) { in query() 170 auto& pair = circleElements.at(uid); in query() local 171 auto& bcircle = pair.second; in query() 173 if (resultFn(pair.first, convertToBox(bcircle))) { in query() 218 auto& pair = boxElements.at(uid); in query() local 219 auto& bbox = pair.second; in query() [all …]
|