| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 177 #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 D | point.hpp | 23 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 D | csscolorparser.hpp | 47 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 D | optional.hpp | 28 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 D | tuple.hpp | 702 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 D | color_ramp_property_value.hpp | 18 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 D | property_value.hpp | 16 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 D | position.hpp | 17 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 D | data_driven_property_value.hpp | 21 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 D | glyph.hpp | 34 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 D | dsl.cpp | 93 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 D | boolean_operator.cpp | 24 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 D | let.hpp | 31 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 D | tileset.hpp | 42 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 D | immutable.hpp | 95 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 D | biginteger.h | 32 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 D | stack.h | 44 Stack(Stack&& rhs) in Stack() function 89 void Swap(Stack& rhs) RAPIDJSON_NOEXCEPT { in Swap()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ktime.h | 47 #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 D | percpu_counter.h | 49 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 D | grid_index.hpp | 29 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 D | rtw_recv_shortcut.c | 19 #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 D | rtw_recv_shortcut.c | 19 #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 D | variant.hpp | 644 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 D | word-at-a-time.h | 17 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 D | qgeocameradata.cpp | 71 QGeoCameraDataPrivate::QGeoCameraDataPrivate(const QGeoCameraDataPrivate &rhs) in QGeoCameraDataPrivate() 80 QGeoCameraDataPrivate &QGeoCameraDataPrivate::operator = (const QGeoCameraDataPrivate &rhs) in operator =()
|