Home
last modified time | relevance | path

Searched refs:Value1 (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/
H A Dcommon_factor_ct.hpp26 template < static_gcd_type Value1, static_gcd_type Value2 >
31 BOOST_STATIC_CONSTANT( static_gcd_type, new_value2 = Value1 % Value2 );
50 template < static_gcd_type Value1 >
51 struct static_gcd_helper_t< Value1, 0UL >
53 BOOST_STATIC_CONSTANT( static_gcd_type, value = Value1 );
57 template < static_gcd_type Value1, static_gcd_type Value2 >
60 typedef static_gcd_helper_t<Value1, Value2> gcd_type;
62 BOOST_STATIC_CONSTANT( static_gcd_type, value = Value1 / gcd_type::value
78 template < static_gcd_type Value1, static_gcd_type Value2 > struct static_gcd
80 …BOOST_STATIC_CONSTANT( static_gcd_type, value = (detail::static_gcd_helper_t<Value1, Value2>::valu…
[all …]
H A Dstatic_min_max.hpp21 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
24 BOOST_STATIC_CONSTANT(static_min_max_signed_type, value = (Value1 > Value2) ? Value2 : Value1 );
27 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
30 BOOST_STATIC_CONSTANT(static_min_max_signed_type, value = (Value1 < Value2) ? Value2 : Value1 );
33 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
37 = (Value1 > Value2) ? Value2 : Value1 );
40 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
44 = (Value1 < Value2) ? Value2 : Value1 );
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dapply_visitor_binary.hpp45 template <typename Visitor, typename Value1>
56 Value1& value1_;
60 apply_visitor_binary_invoke(Visitor& visitor, Value1& value1) BOOST_NOEXCEPT in apply_visitor_binary_invoke()
102 template <typename Value1>
104 operator()(Value1& value1) in BOOST_VARIANT_AUX_GENERIC_RESULT_TYPE()
108 , Value1 in BOOST_VARIANT_AUX_GENERIC_RESULT_TYPE()
191 template <typename Visitor, typename Value1>
195 Value1& value1_;
199 apply_visitor_binary_invoke_cpp14(Visitor& visitor, Value1& value1) BOOST_NOEXCEPT in apply_visitor_binary_invoke_cpp14()
233 template <typename Value1>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dinteger_fwd.hpp149 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
152 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
155 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
158 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
172 template < static_gcd_type Value1, static_gcd_type Value2 >
174 template < static_gcd_type Value1, static_gcd_type Value2 >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dpoint_in_box.hpp38 template <typename Value1, typename Value2>
39 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply()
47 template <typename Value1, typename Value2>
48 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply()
97 template <typename Value1, typename Value2>
98 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply()
102 Value1, Value2 in apply()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/
H A Dadbg_expect.c178 const long Value1, in Do_ADBG_ExpectCompareSigned() argument
191 Value1, ComparStr_p, Value2); in Do_ADBG_ExpectCompareSigned()
200 const unsigned long Value1, in Do_ADBG_ExpectCompareUnsigned() argument
213 Value1, ComparStr_p, Value2); in Do_ADBG_ExpectCompareUnsigned()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/
H A Dlite5200_pm.c174 out_be32(&bes->Value1, sbes.Value1); in lite5200_restore_regs()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/include/
H A Dadbg.h237 const int LineNumber, const long Value1,
246 const unsigned long Value1,
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A DEnable-more-tests-while-cross-compiling.patch28 '--annotate', 'org.project.Bar', 'Key1', 'Value1',
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmpc52xx.h100 u32 Value1; /* SDMA + 0x70 */ member