/third_party/skia/docs/examples/ |
H A D | Difference.cpp | 5 REG_FIDDLE(Difference, 256, 256, false, 5) { in REG_FIDDLE()
|
/third_party/musl/porting/liteos_a/user/src/string/arm/ |
H A D | memcmp.S | 72 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 D | memcmp_armv8m.S | 85 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 D | memcmp.S | 72 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 D | raw_ostream.cpp | 356 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 D | externs.js | 814 Difference: {}, 831 Difference: {}, 913 Difference: {},
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | visitor.rs | 507 ast::ClassSetBinaryOpKind::Difference => { in fmt() 508 "BinaryOp(Difference)" in fmt()
|
H A D | mod.rs | 1084 Difference,
|
H A D | print.rs | 320 Difference => self.wtr.write_str("--"), in fmt_class_set_binary_op_kind()
|
H A D | parse.rs | 1779 ast::ClassSetBinaryOpKind::Difference, in parse_set_class() 4681 kind: ast::ClassSetBinaryOpKind::Difference, in parse_set_class()
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 176 case CanvasKit.BlendMode.Difference: 267 this._globalCompositeOperation = CanvasKit.BlendMode.Difference;
|
/third_party/python/Tools/unicode/ |
H A D | makeunicodedata.py | 879 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 D | civil_time_test.cc | 230 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 D | translate.rs | 552 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 D | civil_time_test.cc | 336 // 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 D | IRBuilder.h | 2616 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 D | InstCombineCompares.cpp | 1502 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 D | ValueTracking.cpp | 5437 ConstantRange Difference = DomCR.difference(CR); in isImpliedCondMatchingImmOperands() local 5440 if (Difference.isEmptySet()) in isImpliedCondMatchingImmOperands()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 32295 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...] |