Home
last modified time | relevance | path

Searched refs:lhs (Results 1 – 25 of 190) sorted by relevance

12345678

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dpoint_arithmetic.hpp7 point<T> operator+(point<T> const& lhs, point<T> const& rhs) in operator +() argument
9 return point<T>(lhs.x + rhs.x, lhs.y + rhs.y); in operator +()
13 point<T> operator+(point<T> const& lhs, T const& rhs) in operator +() argument
15 return point<T>(lhs.x + rhs, lhs.y + rhs); in operator +()
19 point<T> operator-(point<T> const& lhs, point<T> const& rhs) in operator -() argument
21 return point<T>(lhs.x - rhs.x, lhs.y - rhs.y); in operator -()
25 point<T> operator-(point<T> const& lhs, T const& rhs) in operator -() argument
27 return point<T>(lhs.x - rhs, lhs.y - rhs); in operator -()
31 point<T> operator*(point<T> const& lhs, point<T> const& rhs) in operator *() argument
33 return point<T>(lhs.x * rhs.x, lhs.y * rhs.y); in operator *()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/
H A Dtype_index_facade.hpp158 BOOST_CXX14_CONSTEXPR inline bool operator == (const type_index_facade<Derived, TypeInfo>& lhs, con… in operator ==() argument
159 return static_cast<Derived const&>(lhs).equal(static_cast<Derived const&>(rhs)); in operator ==()
163 BOOST_CXX14_CONSTEXPR inline bool operator < (const type_index_facade<Derived, TypeInfo>& lhs, cons… in operator <() argument
164 return static_cast<Derived const&>(lhs).before(static_cast<Derived const&>(rhs)); in operator <()
170 BOOST_CXX14_CONSTEXPR inline bool operator > (const type_index_facade<Derived, TypeInfo>& lhs, cons… in operator >() argument
171 return rhs < lhs; in operator >()
175 BOOST_CXX14_CONSTEXPR inline bool operator <= (const type_index_facade<Derived, TypeInfo>& lhs, con… in operator <=() argument
176 return !(lhs > rhs); in operator <=()
180 BOOST_CXX14_CONSTEXPR inline bool operator >= (const type_index_facade<Derived, TypeInfo>& lhs, con… in operator >=() argument
181 return !(lhs < rhs); in operator >=()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dscoped_enum.hpp131 …iend BOOST_CONSTEXPR bool operator ==(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum_t…
132 …iend BOOST_CONSTEXPR bool operator ==(self_type lhs, enum_type rhs) BOOST_NOEXCEPT { return enum_t…
133 …friend BOOST_CONSTEXPR bool operator ==(enum_type lhs, self_type rhs) BOOST_NOEXCEPT { return lhs=…
134 …iend BOOST_CONSTEXPR bool operator !=(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum_t…
135 …iend BOOST_CONSTEXPR bool operator !=(self_type lhs, enum_type rhs) BOOST_NOEXCEPT { return enum_t…
136 …friend BOOST_CONSTEXPR bool operator !=(enum_type lhs, self_type rhs) BOOST_NOEXCEPT { return lhs!…
137 …riend BOOST_CONSTEXPR bool operator <(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum_t…
138 …riend BOOST_CONSTEXPR bool operator <(self_type lhs, enum_type rhs) BOOST_NOEXCEPT { return enum_t…
139 …friend BOOST_CONSTEXPR bool operator <(enum_type lhs, self_type rhs) BOOST_NOEXCEPT { return lhs<e…
140 …iend BOOST_CONSTEXPR bool operator <=(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum_t…
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcvstd.hpp532 friend String operator+ (const String& lhs, const String& rhs);
533 friend String operator+ (const String& lhs, const char* rhs);
534 friend String operator+ (const char* lhs, const String& rhs);
535 friend String operator+ (const String& lhs, char rhs);
536 friend String operator+ (char lhs, const String& rhs);
546 friend String operator+ (const String& lhs, const std::string& rhs);
547 friend String operator+ (const std::string& lhs, const String& rhs);
959 String operator + (const String& lhs, const String& rhs) in operator +() argument
962 s.allocate(lhs.len_ + rhs.len_); in operator +()
963 if (lhs.len_) memcpy(s.cstr_, lhs.cstr_, lhs.len_); in operator +()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcvstd.hpp532 friend String operator+ (const String& lhs, const String& rhs);
533 friend String operator+ (const String& lhs, const char* rhs);
534 friend String operator+ (const char* lhs, const String& rhs);
535 friend String operator+ (const String& lhs, char rhs);
536 friend String operator+ (char lhs, const String& rhs);
546 friend String operator+ (const String& lhs, const std::string& rhs);
547 friend String operator+ (const std::string& lhs, const String& rhs);
959 String operator + (const String& lhs, const String& rhs) in operator +() argument
962 s.allocate(lhs.len_ + rhs.len_); in operator +()
963 if (lhs.len_) memcpy(s.cstr_, lhs.cstr_, lhs.len_); in operator +()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcvstd.hpp532 friend String operator+ (const String& lhs, const String& rhs);
533 friend String operator+ (const String& lhs, const char* rhs);
534 friend String operator+ (const char* lhs, const String& rhs);
535 friend String operator+ (const String& lhs, char rhs);
536 friend String operator+ (char lhs, const String& rhs);
546 friend String operator+ (const String& lhs, const std::string& rhs);
547 friend String operator+ (const std::string& lhs, const String& rhs);
959 String operator + (const String& lhs, const String& rhs) in operator +() argument
962 s.allocate(lhs.len_ + rhs.len_); in operator +()
963 if (lhs.len_) memcpy(s.cstr_, lhs.cstr_, lhs.len_); in operator +()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dpoint.hpp64 bool operator==(point<T> const& lhs, point<T> const& rhs) { in operator ==() argument
65 return lhs.x == rhs.x && lhs.y == rhs.y; in operator ==()
69 bool operator==(mapbox::geometry::point<T> const& lhs, point<T> const& rhs) { in operator ==() argument
70 return lhs.x == rhs.x && lhs.y == rhs.y; in operator ==()
74 bool operator==(point<T> const& lhs, mapbox::geometry::point<T> const& rhs) { in operator ==() argument
75 return lhs.x == rhs.x && lhs.y == rhs.y; in operator ==()
79 bool operator!=(point<T> const& lhs, point<T> const& rhs) { in operator !=() argument
80 return lhs.x != rhs.x || lhs.y != rhs.y; in operator !=()
84 bool operator!=(mapbox::geometry::point<T> const& lhs, point<T> const& rhs) { in operator !=() argument
85 return lhs.x != rhs.x || lhs.y != rhs.y; in operator !=()
[all …]
/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
20 …(unsigned char*)(lhs) ^ (*(unsigned char*)(rhs))) | (*(unsigned char*)(lhs + 1) ^ (*(unsigned char…
21 …igned char*)(lhs + 3) ^ (*(unsigned char*)(rhs + 3))) | (*(unsigned char*)(lhs + 4) ^ (*(unsigned …
22 …signed short*)(lhs) ^ (*(unsigned short*)(rhs))) | (*(unsigned short*)(lhs + 2) ^ (*(unsigned shor…
97 u8 *lhs, *rhs = NULL; in core_rxsc_get_entry() local
109 lhs = GetAddr1Ptr(pframe); in core_rxsc_get_entry()
119 …DBGP("(A1)lhs=%pM rhs=%pM isEqual=%d %d\n", lhs, rhs, is_equal_mac_addr(lhs,rhs), is_equal_mac_add… in core_rxsc_get_entry()
120 DBGP("(A2)lhs=%pM rhs=%pM\n", lhs+6, rhs+6); in core_rxsc_get_entry()
121 DBGP("(A3)lhs=%pM rhs=%pM\n", lhs+12, rhs+12); in core_rxsc_get_entry()
129 is_equal_mac_addr(lhs,rhs), in core_rxsc_get_entry()
[all …]
/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
20 …(unsigned char*)(lhs) ^ (*(unsigned char*)(rhs))) | (*(unsigned char*)(lhs + 1) ^ (*(unsigned char…
21 …igned char*)(lhs + 3) ^ (*(unsigned char*)(rhs + 3))) | (*(unsigned char*)(lhs + 4) ^ (*(unsigned …
22 …signed short*)(lhs) ^ (*(unsigned short*)(rhs))) | (*(unsigned short*)(lhs + 2) ^ (*(unsigned shor…
97 u8 *lhs, *rhs = NULL; in core_rxsc_get_entry() local
109 lhs = GetAddr1Ptr(pframe); in core_rxsc_get_entry()
119 …DBGP("(A1)lhs=%pM rhs=%pM isEqual=%d %d\n", lhs, rhs, is_equal_mac_addr(lhs,rhs), is_equal_mac_add… in core_rxsc_get_entry()
120 DBGP("(A2)lhs=%pM rhs=%pM\n", lhs+6, rhs+6); in core_rxsc_get_entry()
121 DBGP("(A3)lhs=%pM rhs=%pM\n", lhs+12, rhs+12); in core_rxsc_get_entry()
129 is_equal_mac_addr(lhs,rhs), in core_rxsc_get_entry()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp484 define(">", [](double lhs, double rhs) -> Result<bool> { return lhs > rhs; }); in initializeDefinitions() argument
485 …define(">", [](const std::string& lhs, const std::string& rhs) -> Result<bool> { return lhs > rhs;… in initializeDefinitions() argument
486 …efine(">", [](const std::string& lhs, const std::string& rhs, const Collator& c) -> Result<bool> {… in initializeDefinitions() argument
487 define(">=", [](double lhs, double rhs) -> Result<bool> { return lhs >= rhs; }); in initializeDefinitions() argument
488 …define(">=",[](const std::string& lhs, const std::string& rhs) -> Result<bool> { return lhs >= rhs… in initializeDefinitions() argument
489 …fine(">=", [](const std::string& lhs, const std::string& rhs, const Collator& c) -> Result<bool> {… in initializeDefinitions() argument
490 define("<", [](double lhs, double rhs) -> Result<bool> { return lhs < rhs; }); in initializeDefinitions() argument
491 …define("<", [](const std::string& lhs, const std::string& rhs) -> Result<bool> { return lhs < rhs;… in initializeDefinitions() argument
492 …efine("<", [](const std::string& lhs, const std::string& rhs, const Collator& c) -> Result<bool> {… in initializeDefinitions() argument
493 define("<=", [](double lhs, double rhs) -> Result<bool> { return lhs <= rhs; }); in initializeDefinitions() argument
[all …]
H A Dequals.cpp17 lhs(std::move(lhs_)), in Equals()
21 assert(isComparableType(lhs->getType()) || isComparableType(rhs->getType())); in Equals()
22 …assert(lhs->getType() == rhs->getType() || lhs->getType() == type::Value || rhs->getType() == type… in Equals()
26 EvaluationResult lhsResult = lhs->evaluate(params); in evaluate()
48 visit(*lhs); in eachChild()
58 return eq->negate == negate && *eq->lhs == *lhs && *eq->rhs == *rhs; in operator ==()
78 ParseResult lhs = ctx.parse(arrayMember(value, 1), 1, {type::Value}); in parse() local
79 if (!lhs) return ParseResult(); in parse()
84 type::Type lhsType = (*lhs)->getType(); in parse()
108 …return ParseResult(std::make_unique<Equals>(std::move(*lhs), std::move(*rhs), std::move(collatorPa… in parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmode.hpp47 MBGL_CONSTEXPR MapDebugOptions operator|(MapDebugOptions lhs, MapDebugOptions rhs) { in operator |() argument
48 return MapDebugOptions(mbgl::underlying_type(lhs) | mbgl::underlying_type(rhs)); in operator |()
51 MBGL_CONSTEXPR MapDebugOptions& operator|=(MapDebugOptions& lhs, MapDebugOptions rhs) { in operator |=() argument
52 return (lhs = MapDebugOptions(mbgl::underlying_type(lhs) | mbgl::underlying_type(rhs))); in operator |=()
55 MBGL_CONSTEXPR bool operator&(MapDebugOptions lhs, MapDebugOptions rhs) { in operator &() argument
56 return mbgl::underlying_type(lhs) & mbgl::underlying_type(rhs); in operator &()
59 MBGL_CONSTEXPR MapDebugOptions& operator&=(MapDebugOptions& lhs, MapDebugOptions rhs) { in operator &=() argument
60 return (lhs = MapDebugOptions(mbgl::underlying_type(lhs) & mbgl::underlying_type(rhs))); in operator &=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dexpression.hpp176 static bool childrenEqual(const T& lhs, const T& rhs) { in childrenEqual() argument
177 if (lhs.size() != rhs.size()) return false; in childrenEqual()
178 for (auto leftChild = lhs.begin(), rightChild = rhs.begin(); in childrenEqual()
179 leftChild != lhs.end(); in childrenEqual()
187 …static bool childEqual(const std::unique_ptr<Expression>& lhs, const std::unique_ptr<Expression>& … in childEqual() argument
188 return *lhs == *rhs; in childEqual()
192 static bool childEqual(const std::pair<T, std::unique_ptr<Expression>>& lhs, in childEqual() argument
194 return lhs.first == rhs.first && *(lhs.second) == *(rhs.second); in childEqual()
198 static bool childEqual(const std::pair<T, std::shared_ptr<Expression>>& lhs, in childEqual() argument
200 return lhs.first == rhs.first && *(lhs.second) == *(rhs.second); in childEqual()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp41 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply()
43 return boost::rational<Type>(lhs.numerator(), lhs.denominator()) in apply()
52 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply()
54 BOOST_GEOMETRY_ASSERT(lhs.denominator() != 0); in apply()
56 return lhs.numerator() * rhs.denominator() in apply()
57 < rhs.numerator() * lhs.denominator(); in apply()
72 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply()
74 return boost::rational<Type>(lhs.numerator(), lhs.denominator()) in apply()
83 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply()
85 BOOST_GEOMETRY_ASSERT(lhs.denominator() != 0); in apply()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dtime64.h52 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() argument
54 if (lhs->tv_sec < rhs->tv_sec) in timespec64_compare()
56 if (lhs->tv_sec > rhs->tv_sec) in timespec64_compare()
58 return lhs->tv_nsec - rhs->tv_nsec; in timespec64_compare()
63 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() argument
67 set_normalized_timespec64(&ts_delta, lhs.tv_sec + rhs.tv_sec, in timespec64_add()
68 lhs.tv_nsec + rhs.tv_nsec); in timespec64_add()
75 static inline struct timespec64 timespec64_sub(struct timespec64 lhs, in timespec64_sub() argument
79 set_normalized_timespec64(&ts_delta, lhs.tv_sec - rhs.tv_sec, in timespec64_sub()
80 lhs.tv_nsec - rhs.tv_nsec); in timespec64_sub()
[all …]
/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 ==() argument
35 return lhs.width == rhs.width && in operator ==()
36 lhs.height == rhs.height && in operator ==()
37 lhs.left == rhs.left && in operator ==()
38 lhs.top == rhs.top && in operator ==()
39 lhs.advance == rhs.advance; in operator ==()
102 MBGL_CONSTEXPR bool operator&(WritingModeType lhs, WritingModeType rhs) { in operator &() argument
103 return mbgl::underlying_type(lhs) & mbgl::underlying_type(rhs); in operator &()
106 MBGL_CONSTEXPR WritingModeType& operator&=(WritingModeType& lhs, WritingModeType rhs) { in operator &=() argument
107 return (lhs = WritingModeType(mbgl::underlying_type(lhs) & mbgl::underlying_type(rhs))); in operator &=()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgimple-builder.h24 gassign *build_assign (enum tree_code, tree, int, tree lhs = NULL_TREE);
25 gassign *build_assign (enum tree_code, gimple *, int, tree lhs = NULL_TREE);
26 gassign *build_assign (enum tree_code, tree, tree, tree lhs = NULL_TREE);
27 gassign *build_assign (enum tree_code, gimple *, tree, tree lhs = NULL_TREE);
28 gassign *build_assign (enum tree_code, tree, gimple *, tree lhs = NULL_TREE);
30 tree lhs = NULL_TREE);
31 gassign *build_type_cast (tree, tree, tree lhs = NULL_TREE);
32 gassign *build_type_cast (tree, gimple *, tree lhs = NULL_TREE);
H A Ddumpfile.h208 operator| (dump_flags_t lhs, dump_flags_t rhs)
210 return (dump_flags_t)((int)lhs | (int)rhs);
214 operator& (dump_flags_t lhs, dump_flags_t rhs)
216 return (dump_flags_t)((int)lhs & (int)rhs);
226 operator|= (dump_flags_t &lhs, dump_flags_t rhs)
228 lhs = (dump_flags_t)((int)lhs | (int)rhs);
229 return lhs;
233 operator&= (dump_flags_t &lhs, dump_flags_t rhs)
235 lhs = (dump_flags_t)((int)lhs & (int)rhs);
236 return lhs;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgimple-builder.h24 gassign *build_assign (enum tree_code, tree, int, tree lhs = NULL_TREE);
25 gassign *build_assign (enum tree_code, gimple *, int, tree lhs = NULL_TREE);
26 gassign *build_assign (enum tree_code, tree, tree, tree lhs = NULL_TREE);
27 gassign *build_assign (enum tree_code, gimple *, tree, tree lhs = NULL_TREE);
28 gassign *build_assign (enum tree_code, tree, gimple *, tree lhs = NULL_TREE);
30 tree lhs = NULL_TREE);
31 gassign *build_type_cast (tree, tree, tree lhs = NULL_TREE);
32 gassign *build_type_cast (tree, gimple *, tree lhs = NULL_TREE);
H A Ddumpfile.h208 operator| (dump_flags_t lhs, dump_flags_t rhs)
210 return (dump_flags_t)((int)lhs | (int)rhs);
214 operator& (dump_flags_t lhs, dump_flags_t rhs)
216 return (dump_flags_t)((int)lhs & (int)rhs);
226 operator|= (dump_flags_t &lhs, dump_flags_t rhs)
228 lhs = (dump_flags_t)((int)lhs | (int)rhs);
229 return lhs;
233 operator&= (dump_flags_t &lhs, dump_flags_t rhs)
235 lhs = (dump_flags_t)((int)lhs & (int)rhs);
236 return lhs;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dtypes.hpp175 inline void swap(data_view& lhs, data_view& rhs) noexcept { in swap() argument
176 lhs.swap(rhs); in swap()
186 inline bool operator==(const data_view& lhs, const data_view& rhs) noexcept { in operator ==() argument
187 return lhs.size() == rhs.size() && std::equal(lhs.data(), lhs.data() + lhs.size(), rhs.data()); in operator ==()
197 inline bool operator!=(const data_view& lhs, const data_view& rhs) noexcept { in operator !=() argument
198 return !(lhs == rhs); in operator !=()
/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 ==() argument
43 return std::tie(lhs.tiles, lhs.zoomRange, lhs.attribution, lhs.scheme, lhs.bounds) in operator ==()
47 friend bool operator!=(const Tileset& lhs, const Tileset& rhs) { in operator !=() argument
48 return !(lhs == 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 ==() argument
48 return lhs.r == rhs.r && lhs.g == rhs.g && lhs.b == rhs.b && ::fabs(lhs.a - rhs.a) < 0.0001f; in operator ==()
51 inline bool operator!=(const Color& lhs, const Color& rhs) { in operator !=() argument
52 return !(lhs == rhs); in operator !=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Doperators.hpp177 friend T operator OP( const T& lhs, const U& rhs ) \
178 { T nrv( lhs ); nrv OP##= rhs; return nrv; } \
179 friend T operator OP( const U& lhs, const T& rhs ) \
180 { T nrv( rhs ); nrv OP##= lhs; return nrv; } \
186 friend T operator OP( const T& lhs, const T& rhs ) \
187 { T nrv( lhs ); nrv OP##= rhs; return nrv; } \
194 friend T operator OP( const T& lhs, const U& rhs ) \
195 { T nrv( lhs ); nrv OP##= rhs; return nrv; } \
201 friend T operator OP( const U& lhs, const T& rhs ) \
202 { T nrv( lhs ); nrv OP##= rhs; return nrv; } \
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dthumbnails.cpp110 bool ConfigLess(const rkaiq_thumbnails_config_t& lhs, const rkaiq_thumbnails_config_t& rhs) { in ConfigLess() argument
111 if (lhs.width_intfactor <= rhs.width_intfactor && in ConfigLess()
112 lhs.height_intfactor <= rhs.height_intfactor) { in ConfigLess()
114 } else if (lhs.width_intfactor > rhs.width_intfactor && in ConfigLess()
115 lhs.height_intfactor > rhs.height_intfactor) { in ConfigLess()
124 bool ConfigEqual(const rkaiq_thumbnails_config_t& lhs, const rkaiq_thumbnails_config_t& rhs) { in ConfigEqual() argument
125 return (lhs.width_intfactor == rhs.width_intfactor && in ConfigEqual()
126 lhs.height_intfactor == rhs.height_intfactor && in ConfigEqual()
127 !memcmp(lhs.format, rhs.format, sizeof(lhs.format)) && in ConfigEqual()
128 lhs.after_nodes == rhs.after_nodes); in ConfigEqual()
[all …]

12345678