Home
last modified time | relevance | path

Searched defs:rhs (Results 26 – 50 of 138) sorted by relevance

123456

/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c177 #define assert_op(lhs, rhs, fmt, op) \ argument
189 #define assert_eq(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, ==) argument
190 #define assert_ne(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, !=) argument
191 #define assert_lt(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, <) argument
192 #define assert_ge(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, >=) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dpoint.hpp23 constexpr bool operator==(point<T> const& lhs, point<T> const& rhs) in operator ==()
29 constexpr bool operator!=(point<T> const& lhs, point<T> const& rhs) in operator !=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/csscolorparser/
H A Dcsscolorparser.hpp47 inline bool operator==(const Color& lhs, const Color& rhs) { in operator ==()
51 inline bool operator!=(const Color& lhs, const Color& rhs) { in operator !=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Doptional.hpp28 optional(optional const& rhs) in optional() function in mapbox::util::optional
52 optional& operator=(optional const& rhs) in operator =()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp702 bool operator==( const tuple< Ts... >& lhs, const tuple< Us... >& rhs ) in operator ==()
709 bool operator!=( const tuple< Ts... >& lhs, const tuple< Us... >& rhs ) in operator !=()
716 bool operator<( const tuple< Ts... >& lhs, const tuple< Us... >& rhs ) in operator <()
723 bool operator>=( const tuple< Ts... >& lhs, const tuple< Us... >& rhs ) in operator >=()
730 bool operator>( const tuple< Ts... >& lhs, const tuple< Us... >& rhs ) in operator >()
737 bool operator<=( const tuple< Ts... >& lhs, const tuple< Us... >& rhs ) in operator <=()
746 void swap( tuple< Ts... >& lhs, tuple< Ts... >& rhs ) in swap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dcolor_ramp_property_value.hpp18 friend bool operator==(const ColorRampPropertyValue& lhs, const ColorRampPropertyValue& rhs) { in operator ==()
22 friend bool operator!=(const ColorRampPropertyValue& lhs, const ColorRampPropertyValue& rhs) { in operator !=()
H A Dproperty_value.hpp16 friend bool operator==(const PropertyValue& lhs, const PropertyValue& rhs) { in operator ==()
20 friend bool operator!=(const PropertyValue& lhs, const PropertyValue& rhs) { in operator !=()
H A Dposition.hpp17 friend bool operator==(const Position& lhs, const Position& rhs) { in operator ==()
22 friend bool operator!=(const Position& lhs, const Position& rhs) { in operator !=()
H A Ddata_driven_property_value.hpp21 const DataDrivenPropertyValue& rhs) { in operator ==()
26 const DataDrivenPropertyValue& rhs) { in operator !=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph.hpp34 inline bool operator==(const GlyphMetrics& lhs, const GlyphMetrics& rhs) { in operator ==()
102 MBGL_CONSTEXPR bool operator&(WritingModeType lhs, WritingModeType rhs) { in operator &()
106 MBGL_CONSTEXPR WritingModeType& operator&=(WritingModeType& lhs, WritingModeType rhs) { in operator &=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Ddsl.cpp93 std::unique_ptr<Expression> rhs) { in eq()
98 std::unique_ptr<Expression> rhs) { in ne()
103 std::unique_ptr<Expression> rhs) { in gt()
108 std::unique_ptr<Expression> rhs) { in lt()
H A Dboolean_operator.cpp24 auto rhs = static_cast<const Any*>(&e); in operator ==() local
52 auto rhs = static_cast<const All*>(&e); in operator ==() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dlet.hpp31 auto rhs = static_cast<const Let*>(&e); in operator ==() local
65 auto rhs = static_cast<const Var*>(&e); in operator ==() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dtileset.hpp42 friend bool operator==(const Tileset& lhs, const Tileset& rhs) { in operator ==()
47 friend bool operator!=(const Tileset& lhs, const Tileset& rhs) { in operator !=()
H A Dimmutable.hpp95 friend bool operator==(const Immutable<T>& lhs, const Immutable<T>& rhs) { in operator ==()
99 friend bool operator!=(const Immutable<T>& lhs, const Immutable<T>& rhs) { in operator !=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dbiginteger.h32 BigInteger(const BigInteger& rhs) : count_(rhs.count_) { in BigInteger()
186 bool Difference(const BigInteger& rhs, BigInteger* out) const { in Difference()
208 int Compare(const BigInteger& rhs) const { in Compare()
H A Dstack.h44 Stack(Stack&& rhs) in Stack() function
89 void Swap(Stack& rhs) RAPIDJSON_NOEXCEPT { in Swap()
/OK3568_Linux_fs/kernel/include/linux/
H A Dktime.h47 #define ktime_sub(lhs, rhs) ((lhs) - (rhs)) argument
50 #define ktime_add(lhs, rhs) ((lhs) + (rhs)) argument
56 #define ktime_add_unsafe(lhs, rhs) ((u64) (lhs) + (rhs)) argument
H A Dpercpu_counter.h49 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
117 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
128 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.hpp29 constexpr bool operator==(circle<T> const& lhs, circle<T> const& rhs) in operator ==()
35 constexpr bool operator!=(circle<T> const& lhs, circle<T> const& rhs) in operator !=()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_recv_shortcut.c19 #define is_equal_mac_addr(lhs,rhs) ((((unsigned long)(lhs)|(unsigned long)(rhs)) & 0x01) ? \ argument
97 u8 *lhs, *rhs = NULL; in core_rxsc_get_entry() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_recv_shortcut.c19 #define is_equal_mac_addr(lhs,rhs) ((((unsigned long)(lhs)|(unsigned long)(rhs)) & 0x01) ? \ argument
97 u8 *lhs, *rhs = NULL; in core_rxsc_get_entry() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp644 explicit direct_assigner(const T& rhs) BOOST_NOEXCEPT in direct_assigner()
687 explicit direct_mover(T& rhs) BOOST_NOEXCEPT in direct_mover()
2108 void variant_assign(const variant& rhs) in variant_assign()
2126 void variant_assign(variant&& rhs) in variant_assign()
2147 void assign(const T& rhs) in assign()
2166 void move_assign(T&& rhs) in move_assign()
2195 >::type operator=(T&& rhs) in operator =()
2209 >::type operator=(const T& rhs) in operator =()
2216 variant& operator=(const variant& rhs) in operator =()
2223 variant& operator=(variant&& rhs) in operator =()
[all …]
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dword-at-a-time.h17 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask()
43 unsigned long rhs = val | c->low_bits; in has_zero() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameradata.cpp71 QGeoCameraDataPrivate::QGeoCameraDataPrivate(const QGeoCameraDataPrivate &rhs) in QGeoCameraDataPrivate()
80 QGeoCameraDataPrivate &QGeoCameraDataPrivate::operator = (const QGeoCameraDataPrivate &rhs) in operator =()

123456