/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.cc | 387 bool operator==(const UnicodeText& lhs, const UnicodeText& rhs) { in operator ==() argument 438 bool operator<(const UnicodeText::const_iterator& lhs, in operator <() argument
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.cc | 175 void SharedTurboAssembler::F32x4Min(XMMRegister dst, XMMRegister lhs, in F32x4Min() argument 204 void SharedTurboAssembler::F32x4Max(XMMRegister dst, XMMRegister lhs, in F32x4Max() argument 236 F64x2Min(XMMRegister dst, XMMRegister lhs, XMMRegister rhs, XMMRegister scratch) F64x2Min() argument 274 F64x2Max(XMMRegister dst, XMMRegister lhs, XMMRegister rhs, XMMRegister scratch) F64x2Max() argument 988 I64x2Mul(XMMRegister dst, XMMRegister lhs, XMMRegister rhs, XMMRegister tmp1, XMMRegister tmp2) I64x2Mul() argument [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | binary-op-assembler.cc | 12 Generate_AddWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_AddWithFeedback() argument 240 Generate_BinaryOperationWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, const SmiOperation& smiOperation, const FloatOperation& floatOperation, Operation op, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BinaryOperationWithFeedback() argument 463 Generate_SubtractWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_SubtractWithFeedback() argument 499 Generate_MultiplyWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_MultiplyWithFeedback() argument [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvTable.java | 282 public static <K> CsvTable<DiffKey<K>> diff(CsvTable<K> lhs, CsvTable<K> rhs, DiffMode mode) { in diff() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 40 static bool compEnumNames(const EnumEntry<T> &lhs, const EnumEntry<T> &rhs) { in compEnumNames() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsArithmeticTests.cpp | 132 std::string getOpTypeOperation(int opType, Format format, std::string lhs, std::string rhs) in getOpTypeOperation() argument 342 getCompare(int opType, Format format, std::string lhs, std::string rhs) getCompare() argument [all...] |
H A D | glcSubgroupsPartitionedTests.cpp | 292 std::string getCompare(int opType, Format format, std::string lhs, std::string rhs) in getCompare() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 140 Block& operator>>(Block& lhs, std::vector<Block> successors) { in operator >>() argument 151 Block& operator>>(Block& lhs, Block& successor) { in operator >>() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_utils.cpp | 223 bool operator==(const Format &lhs, const Format &rhs) in operator ==() argument 228 bool operator!=(const Format &lhs, const Format &rhs) in operator !=() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderGLSLstd450.cpp | 78 auto lhs = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local 144 auto lhs = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local 154 auto lhs in EmitExtGLSLstd450() local 164 auto lhs = Operand(this, state, insn.word(5)); EmitExtGLSLstd450() local 174 auto lhs = Operand(this, state, insn.word(5)); EmitExtGLSLstd450() local 184 auto lhs = Operand(this, state, insn.word(5)); EmitExtGLSLstd450() local 194 auto lhs = Operand(this, state, insn.word(5)); EmitExtGLSLstd450() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Reactor.cpp | 212 static Value *createShuffle4(Value *lhs, Value *rhs, uint16_t select) in createShuffle4() argument 250 static Value *createMask4(Value *lhs, Value *rhs, uint16_t select) in createMask4() argument 314 RValue<Bool> operator&&(RValue<Bool> lhs, RValue<Bool> rhs) in operator &&() argument 319 RValue<Bool> operator||(RValue<Bool> lhs, RValue<Bool> rhs) in operator ||() argument 324 operator !=(RValue<Bool> lhs, RValue<Bool> rhs) operator !=() argument 329 operator ==(RValue<Bool> lhs, RValue<Bool> rhs) operator ==() argument 400 operator +(RValue<Byte> lhs, RValue<Byte> rhs) operator +() argument 405 operator -(RValue<Byte> lhs, RValue<Byte> rhs) operator -() argument 410 operator *(RValue<Byte> lhs, RValue<Byte> rhs) operator *() argument 415 operator /(RValue<Byte> lhs, RValue<Byte> rhs) operator /() argument 420 operator %(RValue<Byte> lhs, RValue<Byte> rhs) operator %() argument 425 operator &(RValue<Byte> lhs, RValue<Byte> rhs) operator &() argument 430 operator |(RValue<Byte> lhs, RValue<Byte> rhs) operator |() argument 435 operator ^(RValue<Byte> lhs, RValue<Byte> rhs) operator ^() argument 440 operator <<(RValue<Byte> lhs, RValue<Byte> rhs) operator <<() argument 445 operator >>(RValue<Byte> lhs, RValue<Byte> rhs) operator >>() argument 450 operator +=(Byte &lhs, RValue<Byte> rhs) operator +=() argument 455 operator -=(Byte &lhs, RValue<Byte> rhs) operator -=() argument 460 operator *=(Byte &lhs, RValue<Byte> rhs) operator *=() argument 465 operator /=(Byte &lhs, RValue<Byte> rhs) operator /=() argument 470 operator %=(Byte &lhs, RValue<Byte> rhs) operator %=() argument 475 operator &=(Byte &lhs, RValue<Byte> rhs) operator &=() argument 480 operator |=(Byte &lhs, RValue<Byte> rhs) operator |=() argument 485 operator ^=(Byte &lhs, RValue<Byte> rhs) operator ^=() argument 490 operator <<=(Byte &lhs, RValue<Byte> rhs) operator <<=() argument 495 operator >>=(Byte &lhs, RValue<Byte> rhs) operator >>=() argument 551 operator <(RValue<Byte> lhs, RValue<Byte> rhs) operator <() argument 556 operator <=(RValue<Byte> lhs, RValue<Byte> rhs) operator <=() argument 561 operator >(RValue<Byte> lhs, RValue<Byte> rhs) operator >() argument 566 operator >=(RValue<Byte> lhs, RValue<Byte> rhs) operator >=() argument 571 operator !=(RValue<Byte> lhs, RValue<Byte> rhs) operator !=() argument 576 operator ==(RValue<Byte> lhs, RValue<Byte> rhs) operator ==() argument 635 operator +(RValue<SByte> lhs, RValue<SByte> rhs) operator +() argument 640 operator -(RValue<SByte> lhs, RValue<SByte> rhs) operator -() argument 645 operator *(RValue<SByte> lhs, RValue<SByte> rhs) operator *() argument 650 operator /(RValue<SByte> lhs, RValue<SByte> rhs) operator /() argument 655 operator %(RValue<SByte> lhs, RValue<SByte> rhs) operator %() argument 660 operator &(RValue<SByte> lhs, RValue<SByte> rhs) operator &() argument 665 operator |(RValue<SByte> lhs, RValue<SByte> rhs) operator |() argument 670 operator ^(RValue<SByte> lhs, RValue<SByte> rhs) operator ^() argument 675 operator <<(RValue<SByte> lhs, RValue<SByte> rhs) operator <<() argument 680 operator >>(RValue<SByte> lhs, RValue<SByte> rhs) operator >>() argument 685 operator +=(SByte &lhs, RValue<SByte> rhs) operator +=() argument 690 operator -=(SByte &lhs, RValue<SByte> rhs) operator -=() argument 695 operator *=(SByte &lhs, RValue<SByte> rhs) operator *=() argument 700 operator /=(SByte &lhs, RValue<SByte> rhs) operator /=() argument 705 operator %=(SByte &lhs, RValue<SByte> rhs) operator %=() argument 710 operator &=(SByte &lhs, RValue<SByte> rhs) operator &=() argument 715 operator |=(SByte &lhs, RValue<SByte> rhs) operator |=() argument 720 operator ^=(SByte &lhs, RValue<SByte> rhs) operator ^=() argument 725 operator <<=(SByte &lhs, RValue<SByte> rhs) operator <<=() argument 730 operator >>=(SByte &lhs, RValue<SByte> rhs) operator >>=() argument 786 operator <(RValue<SByte> lhs, RValue<SByte> rhs) operator <() argument 791 operator <=(RValue<SByte> lhs, RValue<SByte> rhs) operator <=() argument 796 operator >(RValue<SByte> lhs, RValue<SByte> rhs) operator >() argument 801 operator >=(RValue<SByte> lhs, RValue<SByte> rhs) operator >=() argument 806 operator !=(RValue<SByte> lhs, RValue<SByte> rhs) operator !=() argument 811 operator ==(RValue<SByte> lhs, RValue<SByte> rhs) operator ==() argument 863 operator +(RValue<Short> lhs, RValue<Short> rhs) operator +() argument 868 operator -(RValue<Short> lhs, RValue<Short> rhs) operator -() argument 873 operator *(RValue<Short> lhs, RValue<Short> rhs) operator *() argument 878 operator /(RValue<Short> lhs, RValue<Short> rhs) operator /() argument 883 operator %(RValue<Short> lhs, RValue<Short> rhs) operator %() argument 888 operator &(RValue<Short> lhs, RValue<Short> rhs) operator &() argument 893 operator |(RValue<Short> lhs, RValue<Short> rhs) operator |() argument 898 operator ^(RValue<Short> lhs, RValue<Short> rhs) operator ^() argument 903 operator <<(RValue<Short> lhs, RValue<Short> rhs) operator <<() argument 908 operator >>(RValue<Short> lhs, RValue<Short> rhs) operator >>() argument 913 operator +=(Short &lhs, RValue<Short> rhs) operator +=() argument 918 operator -=(Short &lhs, RValue<Short> rhs) operator -=() argument 923 operator *=(Short &lhs, RValue<Short> rhs) operator *=() argument 928 operator /=(Short &lhs, RValue<Short> rhs) operator /=() argument 933 operator %=(Short &lhs, RValue<Short> rhs) operator %=() argument 938 operator &=(Short &lhs, RValue<Short> rhs) operator &=() argument 943 operator |=(Short &lhs, RValue<Short> rhs) operator |=() argument 948 operator ^=(Short &lhs, RValue<Short> rhs) operator ^=() argument 953 operator <<=(Short &lhs, RValue<Short> rhs) operator <<=() argument 958 operator >>=(Short &lhs, RValue<Short> rhs) operator >>=() argument 1014 operator <(RValue<Short> lhs, RValue<Short> rhs) operator <() argument 1019 operator <=(RValue<Short> lhs, RValue<Short> rhs) operator <=() argument 1024 operator >(RValue<Short> lhs, RValue<Short> rhs) operator >() argument 1029 operator >=(RValue<Short> lhs, RValue<Short> rhs) operator >=() argument 1034 operator !=(RValue<Short> lhs, RValue<Short> rhs) operator !=() argument 1039 operator ==(RValue<Short> lhs, RValue<Short> rhs) operator ==() argument 1098 operator +(RValue<UShort> lhs, RValue<UShort> rhs) operator +() argument 1103 operator -(RValue<UShort> lhs, RValue<UShort> rhs) operator -() argument 1108 operator *(RValue<UShort> lhs, RValue<UShort> rhs) operator *() argument 1113 operator /(RValue<UShort> lhs, RValue<UShort> rhs) operator /() argument 1118 operator %(RValue<UShort> lhs, RValue<UShort> rhs) operator %() argument 1123 operator &(RValue<UShort> lhs, RValue<UShort> rhs) operator &() argument 1128 operator |(RValue<UShort> lhs, RValue<UShort> rhs) operator |() argument 1133 operator ^(RValue<UShort> lhs, RValue<UShort> rhs) operator ^() argument 1138 operator <<(RValue<UShort> lhs, RValue<UShort> rhs) operator <<() argument 1143 operator >>(RValue<UShort> lhs, RValue<UShort> rhs) operator >>() argument 1148 operator +=(UShort &lhs, RValue<UShort> rhs) operator +=() argument 1153 operator -=(UShort &lhs, RValue<UShort> rhs) operator -=() argument 1158 operator *=(UShort &lhs, RValue<UShort> rhs) operator *=() argument 1163 operator /=(UShort &lhs, RValue<UShort> rhs) operator /=() argument 1168 operator %=(UShort &lhs, RValue<UShort> rhs) operator %=() argument 1173 operator &=(UShort &lhs, RValue<UShort> rhs) operator &=() argument 1178 operator |=(UShort &lhs, RValue<UShort> rhs) operator |=() argument 1183 operator ^=(UShort &lhs, RValue<UShort> rhs) operator ^=() argument 1188 operator <<=(UShort &lhs, RValue<UShort> rhs) operator <<=() argument 1193 operator >>=(UShort &lhs, RValue<UShort> rhs) operator >>=() argument 1249 operator <(RValue<UShort> lhs, RValue<UShort> rhs) operator <() argument 1254 operator <=(RValue<UShort> lhs, RValue<UShort> rhs) operator <=() argument 1259 operator >(RValue<UShort> lhs, RValue<UShort> rhs) operator >() argument 1264 operator >=(RValue<UShort> lhs, RValue<UShort> rhs) operator >=() argument 1269 operator !=(RValue<UShort> lhs, RValue<UShort> rhs) operator !=() argument 1274 operator ==(RValue<UShort> lhs, RValue<UShort> rhs) operator ==() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | decoration_manager.cpp | 630 bool operator==(const DecorationManager& lhs, const DecorationManager& rhs) { in operator ==() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | decoration_manager.cpp | 630 bool operator==(const DecorationManager& lhs, const DecorationManager& rhs) { in operator ==() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_cfg_test.cpp | 140 Block& operator>>(Block& lhs, std::vector<Block> successors) { in operator >>() argument 151 Block& operator>>(Block& lhs, Block& successor) { in operator >>() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_affixes.cpp | 48 static bool equals(const AffixPatternMatcher* lhs, const AffixPatternMatcher* rhs) { in equals() argument 430 const AffixMatcher& lhs = *this; in compareTo() local [all...] |
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | Common.h | 127 inline float Dot(const vec3& lhs, const vec3& rhs)
in Dot() argument 131 inline vec3 Cross(const vec3& lhs, const vec3& rhs)
in Cross() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
H A D | DrawCallPerf.cpp | 106 unsigned int AssignParam(T& lhs, T rhs) { in AssignParam() argument
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | canonicalize_entry_point_io.cc | 425 const ast::Expression* lhs = ctx.dst->Expr(name); in CreateSpirvOutputVariables() local
|
/third_party/skia/tools/skdiff/ |
H A D | skdiff.h | 162 const DiffRecord* lhs = reinterpret_cast<DiffRecord const *>(untyped_lhs); in compare() local 186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() argument 199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() argument 214 comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) comparePixels() argument 235 comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) comparePixels() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | status.h | 303 inline constexpr StatusToStringMode operator&(StatusToStringMode lhs, in operator &() argument 308 inline constexpr StatusToStringMode operator|(StatusToStringMode lhs, in operator |() argument 313 inline constexpr StatusToStringMode operator^(StatusToStringMode lhs, in operator ^() argument 321 inline StatusToStringMode& operator&=(StatusToStringMode& lhs, in operator &=() argument 326 operator |=(StatusToStringMode& lhs, StatusToStringMode rhs) operator |=() argument 331 operator ^=(StatusToStringMode& lhs, StatusToStringMode rhs) operator ^=() argument 802 operator ==(const Status& lhs, const Status& rhs) operator ==() argument 806 operator !=(const Status& lhs, const Status& rhs) operator !=() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | charconv.cc | 449 absl::strings_internal::BigUnsigned<84>& lhs = exact_mantissa; in MustRoundUp() local
|
/third_party/spirv-tools/source/opt/ |
H A D | decoration_manager.cpp | 638 bool operator==(const DecorationManager& lhs, const DecorationManager& rhs) { in operator ==() argument
|
/third_party/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 138 Block& operator>>(Block& lhs, std::vector<Block> successors) { in operator >>() argument 149 Block& operator>>(Block& lhs, Block& successor) { in operator >>() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | fec_ptp.c | 284 u64 lhs, rhs; in fec_ptp_adjfreq() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rtc.h | 32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub() argument
|