| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | parport_sunbpp.c | 114 unsigned char value_or = sbus_readb(®s->p_or); in control_sunbpp_to_pc() local 118 if (!(value_or & P_OR_AFXN)) in control_sunbpp_to_pc() 120 if (!(value_or & P_OR_INIT)) in control_sunbpp_to_pc() 122 if (value_or & P_OR_SLCT_IN) in control_sunbpp_to_pc() 125 dprintk((KERN_DEBUG "tcr 0x%x or 0x%x\n", value_tcr, value_or)); in control_sunbpp_to_pc() 141 unsigned char value_or = sbus_readb(®s->p_or); in parport_sunbpp_frob_control() local 144 value_tcr, value_or)); in parport_sunbpp_frob_control() 154 value_or &= ~P_OR_AFXN; in parport_sunbpp_frob_control() 156 value_or |= P_OR_AFXN; in parport_sunbpp_frob_control() 161 value_or &= ~P_OR_INIT; in parport_sunbpp_frob_control() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform.cpp | 91 const LatLng unwrappedLatLng = camera.center.value_or(getLatLng()); in easeTo() 93 double zoom = camera.zoom.value_or(getZoom()); in easeTo() 94 double angle = camera.angle.value_or(getAngle()); in easeTo() 95 double pitch = camera.pitch.value_or(getPitch()); in easeTo() 165 const LatLng latLng = camera.center.value_or(getLatLng()).wrapped(); in flyTo() 166 double zoom = camera.zoom.value_or(getZoom()); in flyTo() 167 double angle = camera.angle.value_or(getAngle()); in flyTo() 168 double pitch = camera.pitch.value_or(getPitch()); in flyTo()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | old_optional_implementation.hpp | 976 value_type value_or ( U&& v ) const& in value_or() function in boost::optional 985 value_type value_or ( U&& v ) && in value_or() function in boost::optional 994 value_type value_or ( U&& v ) const in value_or() function in boost::optional 1003 value_type value_or ( U const& v ) const in value_or() function in boost::optional 1012 value_type value_or ( U& v ) const in value_or() function in boost::optional
|
| H A D | optional_reference_spec.hpp | 188 …T& value_or(R&& r, BOOST_DEDUCED_TYPENAME boost::enable_if<detail::is_no_optional<R> >::type* = 0)… in value_or() function in boost::optional 230 …T& value_or(U& v, BOOST_DEDUCED_TYPENAME boost::enable_if<detail::is_no_optional<U> >::type* = 0) … in value_or() function in boost::optional
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | properties.hpp | 31 : begin(now + transition.delay.value_or(Duration::zero())), in Transitioning() 32 end(begin + transition.duration.value_or(Duration::zero())), in Transitioning()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/ |
| H A D | optional.hpp | 1177 value_type value_or ( U&& v ) const& in value_or() function in boost::optional 1186 value_type value_or ( U&& v ) && in value_or() function in boost::optional 1195 value_type value_or ( U&& v ) const in value_or() function in boost::optional 1204 value_type value_or ( U const& v ) const in value_or() function in boost::optional 1213 value_type value_or ( U& v ) const in value_or() function in boost::optional
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_line_layer.cpp | 205 translatedQueryGeometry.value_or(queryGeometry), in queryIntersectsFeature() 206 offsetGeometry.value_or(feature.getGeometries()), in queryIntersectsFeature()
|
| H A D | render_fill_extrusion_layer.cpp | 216 …return util::polygonIntersectsMultiPolygon(translatedQueryGeometry.value_or(queryGeometry), featur… in queryIntersectsFeature()
|
| H A D | render_circle_layer.cpp | 145 pixelsToTileUnits).value_or(queryGeometry); in queryIntersectsFeature()
|
| H A D | render_fill_layer.cpp | 238 …return util::polygonIntersectsMultiPolygon(translatedQueryGeometry.value_or(queryGeometry), featur… in queryIntersectsFeature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | possibly_evaluated_property_value.hpp | 35 return constant().value_or(t); in constantOr()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | optional | 133 template <class U> constexpr T value_or(U &&) const &; 134 template <class U> constexpr T value_or(U &&) &&; 974 constexpr value_type value_or(_Up&& __v) const& 977 "optional<T>::value_or: T must be copy constructible"); 979 "optional<T>::value_or: U must be convertible to T"); 986 constexpr value_type value_or(_Up&& __v) && 989 "optional<T>::value_or: T must be move constructible"); 991 "optional<T>::value_or: U must be convertible to T");
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | optional | 133 template <class U> constexpr T value_or(U &&) const &; 134 template <class U> constexpr T value_or(U &&) &&; 974 constexpr value_type value_or(_Up&& __v) const& 977 "optional<T>::value_or: T must be copy constructible"); 979 "optional<T>::value_or: U must be convertible to T"); 986 constexpr value_type value_or(_Up&& __v) && 989 "optional<T>::value_or: T must be move constructible"); 991 "optional<T>::value_or: U must be convertible to T");
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/ |
| H A D | 0015-media-gpu-v4l2-Non-blocking-initialize.patch | 46 config.storage_type.value_or(Config::StorageType::kShmem) ==
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/ |
| H A D | 0015-media-gpu-v4l2-Non-blocking-initialize.patch | 46 config.storage_type.value_or(Config::StorageType::kShmem) ==
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/ |
| H A D | 0017-media-gpu-v4l2-Non-blocking-initialize.patch | 46 config.storage_type.value_or(Config::StorageType::kShmem) ==
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/optional/f27e7908/include/experimental/ |
| H A D | optional | 568 constexpr T value_or(V&& v) const& 576 OPTIONAL_MUTABLE_CONSTEXPR T value_or(V&& v) && 584 T value_or(V&& v) && 594 constexpr T value_or(V&& v) const 703 constexpr typename decay<T>::type value_or(V&& v) const
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | value.cpp | 32 return type::Array(itemType.value_or(type::Value), arr.size()); in typeOf()
|
| /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/experimental/ |
| H A D | optional | 716 value_or(_Up&& __u) const& 729 value_or(_Up&& __u) &&
|
| /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/experimental/ |
| H A D | optional | 716 value_or(_Up&& __u) const& 729 value_or(_Up&& __u) &&
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.cpp | 300 …ionMap, indexedFeature, layoutFeatureIndex, feature.index, feature.text.value_or(std::u16string())… in addFeature()
|
| /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 | optional | 953 value_or(_Up&& __u) const& 964 value_or(_Up&& __u) &&
|
| /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 | optional | 953 value_or(_Up&& __u) const& 964 value_or(_Up&& __u) &&
|