Home
last modified time | relevance | path

Searched refs:max_ (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/math/
H A Dclamp.hpp9 T clamp(T value, T min_, T max_) { in clamp() argument
10 return max(min_, min(max_, value)); in clamp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Drange.hpp10 constexpr Range(T min_, T max_) in Range() argument
11 : min(std::move(min_)), max(std::move(max_)) {} in Range()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dbox.hpp13 constexpr box(point_type const& min_, point_type const& max_) in box()
14 : min(min_), max(max_) in box()
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dmt2063.c76 u32 max_; member
359 s32 max_; member
447 while ((pNode != NULL) && (pNode->max_ < f_min)) { in MT2063_AddExclZone()
456 if (f_max > pNode->max_) in MT2063_AddExclZone()
457 pNode->max_ = f_max; in MT2063_AddExclZone()
461 pNode->max_ = f_max; in MT2063_AddExclZone()
466 while ((pNext != NULL) && (pNext->min_ < pNode->max_)) { in MT2063_AddExclZone()
467 if (pNext->max_ > pNode->max_) in MT2063_AddExclZone()
468 pNode->max_ = pNext->max_; in MT2063_AddExclZone()
612 ceil((s32) (pNode->max_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Drepeat.hpp102 finite_iterator(T const min_, T const max_) in finite_iterator()
104 , max BOOST_PREVENT_MACRO_SUBSTITUTION (max_) {} in finite_iterator()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dlocal_counted_base.hpp39 enum count_type { min_ = 0, initial_ = 1, max_ = 2147483647 }; enumerator
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_spi.c349 if (val > tp->max_##field) \
350 val = tp->max_##field; \
372 spi_transport_simple_attr(max_##field, format_string) \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c1614 if (psb_intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \ in psb_intel_sdvo_set_property()
2209 psb_intel_sdvo_connector->max_##name = data_value[0]; \
/OK3568_Linux_fs/external/rknn-toolkit2/doc/
H A DRKNNToolKit2_OP_Support-1.5.0.md288 | aten::max_ | Not supported |
/OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/
H A DRKNNToolKit2_OP_Support-1.4.0.md386 | aten::max_ | Not supported …
/OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/
H A DRKNNToolKit2_OP_Support-1.4.0.md386 | aten::max_ | Not supported …
/OK3568_Linux_fs/kernel/Documentation/security/keys/
H A Dcore.rst947 ``max_*_size`` indicate the maximum sizes in bytes of a blob of data to be
1783 max_*_size fields are measured in bytes.