Home
last modified time | relevance | path

Searched refs:Difference (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/docs/examples/
H A DDifference.cpp5 REG_FIDDLE(Difference, 256, 256, false, 5) { in REG_FIDDLE()
/third_party/musl/porting/liteos_a/user/src/string/arm/
H A Dmemcmp.S72 vsub.i8 q0, q0, q2 @ q0: Difference of the first 16 bytes
73 vsub.i8 q1, q1, q3 @ q1: Difference of the last 16 bytes
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/
H A Dmemcmp_armv8m.S85 vsub.i8 q0, q0, q2 @ q0: Difference of the first 16 bytes
86 vsub.i8 q1, q1, q3 @ q1: Difference of the last 16 bytes
/third_party/musl/src/string/arm/liteos_a/
H A Dmemcmp.S72 vsub.i8 q0, q0, q2 @ q0: Difference of the first 16 bytes
73 vsub.i8 q1, q1, q3 @ q1: Difference of the last 16 bytes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Draw_ostream.cpp356 const size_t Difference = FS.Width - FS.Str.size(); in operator <<() local
360 this->indent(Difference); in operator <<()
363 this->indent(Difference); in operator <<()
367 int PadAmount = Difference / 2; in operator <<()
370 this->indent(Difference - PadAmount); in operator <<()
/third_party/skia/modules/canvaskit/
H A Dexterns.js814 Difference: {},
831 Difference: {},
913 Difference: {},
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dvisitor.rs507 ast::ClassSetBinaryOpKind::Difference => { in fmt()
508 "BinaryOp(Difference)" in fmt()
H A Dmod.rs1084 Difference,
H A Dprint.rs320 Difference => self.wtr.write_str("--"), in fmt_class_set_binary_op_kind()
H A Dparse.rs1779 ast::ClassSetBinaryOpKind::Difference, in parse_set_class()
4681 kind: ast::ClassSetBinaryOpKind::Difference, in parse_set_class()
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js176 case CanvasKit.BlendMode.Difference:
267 this._globalCompositeOperation = CanvasKit.BlendMode.Difference;
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py879 class Difference(Exception):pass class
880 raise Difference(hex(i), k, old.table[i], new.table[i])
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcivil_time_test.cc230 TEST(CivilTime, Difference) {
234 static_assert(diff == 365, "Difference");
557 // Difference is allowed between types with the same alignment.
565 // Difference is disallowed between types with different alignments.
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs552 Difference => lhs.difference(&rhs), in visit_class_set_binary_op_post()
567 Difference => lhs.difference(&rhs), in visit_class_set_binary_op_post()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dcivil_time_test.cc336 // Difference is allowed between types with the same alignment. in TEST()
344 // Difference is disallowed between types with different alignments. in TEST()
556 TEST(CivilTime, Difference) { in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h2616 Value *Difference = CreateSub(LHS_int, RHS_int); in CreatePtrDiff() local
2617 return CreateExactSDiv(Difference, in CreatePtrDiff()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1502 ConstantRange Difference = DominatingCR.difference(CR); in foldICmpWithDominatingICmp() local
1505 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
1520 if (const APInt *NeC = Difference.getSingleElement()) in foldICmpWithDominatingICmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp5437 ConstantRange Difference = DomCR.difference(CR); in isImpliedCondMatchingImmOperands() local
5440 if (Difference.isEmptySet()) in isImpliedCondMatchingImmOperands()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs32295 pub struct Difference<'a, T: 'a> { structure names
32314 impl<T: fmt::Debug> fmt::Debug for Difference<'_, T> {
32316 f.debug_tuple("Difference").field(&self.inner).finish() in fmt()
32467 pub fn difference<'a>(&'a self, other: &'a BTreeSet<T>) -> Difference<'a, T> in difference()
32475 return Difference { inner: DifferenceInner::Iterate(self.iter()) }; in difference()
32481 return Difference { inner: DifferenceInner::Iterate(self.iter()) }; in difference()
32483 Difference { in difference()
33557 impl<T> Clone for Difference<'_, T> {
33559 Difference { in clone()
33574 impl<'a, T: Ord> Iterator for Difference<'
[all...]

Completed in 84 milliseconds