Home
last modified time | relevance | path

Searched defs:lhs (Results 51 - 75 of 485) sorted by relevance

12345678910>>...20

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv.h88 inline constexpr chars_format operator&(chars_format lhs, chars_format rhs) { in operator &() argument
92 inline constexpr chars_format operator|(chars_format lhs, chars_format rhs) { in operator |() argument
96 inline constexpr chars_format operator^(chars_format lhs, chars_format rhs) { in operator ^() argument
103 inline chars_format& operator&=(chars_format& lhs, chars_format rhs) { in operator &=() argument
107 operator |=(chars_format& lhs, chars_format rhs) operator |=() argument
111 operator ^=(chars_format& lhs, chars_format rhs) operator ^=() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dvalue_number_table.cpp196 bool ComputeSameValue::operator()(const Instruction& lhs, in operator ()() argument
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_dynevent.h138 const char *lhs; member
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_dynevent.h140 const char *lhs; member
/third_party/gn/src/base/numerics/
H A Dclamped_math.h148 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp() argument
220 ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp() argument
206 ClampMathOp( const L lhs, const R rhs) ClampMathOp() argument
/third_party/gn/src/base/
H A Dvalue_iterators.cc60 bool operator==(const dict_iterator& lhs, const dict_iterator& rhs) { in operator ==() argument
64 bool operator!=(const dict_iterator& lhs, const dict_iterator& rhs) { in operator !=() argument
116 bool operator==(const const_dict_iterator& lhs, in operator ==() argument
121 bool operator!=(const const_dict_iterator& lhs, in operator !=() argument
/third_party/cups-filters/filter/pdftopdf/
H A Dpptypes.cc45 Rotation operator+(Rotation lhs,Rotation rhs) // {{{ in operator +() argument
51 Rotation operator-(Rotation lhs,Rotation rhs) // {{{ in operator -() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dpluralmaptest.cpp24 static UBool strEqual(const UnicodeString &lhs, const UnicodeString &rhs) { in strEqual() argument
192 PluralMapForPluralMapTest lhs; in TestCopyAndAssign() local
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-binary-operations-comparisons.cpp28 jerry_value_t lhs; member
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_output_reads.cpp124 ir_dereference_variable *lhs = new(ctx) ir_dereference_variable(output); in copy() local
H A Dir_validate.cpp1082 const ir_dereference *const lhs = ir->lhs; in visit_enter() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cid.c49 int ngtcp2_cid_less(const ngtcp2_cid *lhs, const ngtcp2_cid *rhs) { in ngtcp2_cid_less() argument
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.h53 Node* Word32And(Node* lhs, uint32_t rhs) { in Word32And() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dbits.h237 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedAddOverflow32() argument
251 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32() argument
269 SignedAddOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedAddOverflow64() argument
279 SignedSubOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedSubOverflow64() argument
309 UnsignedAddOverflow32(uint32_t lhs, uint32_t rhs, uint32_t* val) UnsignedAddOverflow32() argument
321 UnsignedDiv32(uint32_t lhs, uint32_t rhs) UnsignedDiv32() argument
328 UnsignedMod32(uint32_t lhs, uint32_t rhs) UnsignedMod32() argument
334 WraparoundAdd32(int32_t lhs, int32_t rhs) WraparoundAdd32() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h93 V8_INLINE static bool EqualHandles(const T1& lhs, const T2& rhs) { in EqualHandles() argument
/third_party/node/deps/v8/src/codegen/
H A Dstring-constants.h90 explicit StringCons(const StringConstantBase* lhs, in StringCons() argument
96 const StringConstantBase* lhs() const { return lhs_; } in lhs() function in v8::internal::final
/third_party/node/deps/v8/src/objects/
H A Dslots-atomic-inl.h92 friend void swap(Reference lhs, Reference rhs) { lhs.swap(rhs); } in swap() argument
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DDurationPartial.cs134 public static Duration operator +(Duration lhs, Duration rhs) in operator +() argument
150 public static Duration operator -(Duration lhs, Duration rhs) in operator -() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DExpandIntegerPowExpressions.cpp113 TIntermTyped *lhs = sequence->at(0)->getAsTyped(); in visitAggregate() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp161 auto const &lhs = getObject(insn.word(4)); in EvalSpecConstantUnaryOp() local
211 auto const &lhs = getObject(insn.word(4)); in EvalSpecConstantBinaryOp() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddef_use_manager.h42 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument
46 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument
48 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument
214 operator !=(const DefUseManager& lhs, const DefUseManager& rhs) operator !=() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddef_use_manager.h42 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument
46 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument
48 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument
214 operator !=(const DefUseManager& lhs, const DefUseManager& rhs) operator !=() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A DTypedInteger.h136 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() argument
146 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() argument
164 SubImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) SubImpl() argument
173 SubImpl( TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) SubImpl() argument
237 Add(::detail::TypedIntegerImpl<Tag, T> lhs, ::detail::TypedIntegerImpl<Tag, T> rhs) Add() argument
244 Sub(::detail::TypedIntegerImpl<Tag, T> lhs, ::detail::TypedIntegerImpl<Tag, T> rhs) Sub() argument
251 Add(T lhs, T rhs) Add() argument
256 Sub(T lhs, T rhs) Sub() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_logical_test.cc163 const std::string lhs; member
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_exception_safety_test.cc211 ThrowingVariant lhs = ValuelessByException(); in TEST() local
217 ThrowingVariant lhs = WithThrower(); in TEST() local
251 ThrowingVariant lhs = WithThrower(); in TEST() local
293 ThrowingVariant lhs = ValuelessByException(); TEST() local
299 ThrowingVariant lhs = WithThrower(); TEST() local
402 ThrowingVariant lhs = WithThrower(); TEST() local
407 ThrowingVariant lhs = WithThrower(); TEST() local
485 ThrowingVariant lhs = ValuelessByException(); TEST() local
[all...]

Completed in 12 milliseconds

12345678910>>...20