/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | sleep.c | 36 long int difference = new_time.tv_sec - old_time.tv_sec - 2000; in sleep_0100() local
|
H A D | usleep.c | 36 long int difference = new_time.tv_sec - old_time.tv_sec - 2000; in usleep_0100() local
|
/third_party/googletest/googletest/samples/ |
H A D | sample10_unittest.cc | 82 int difference = Water::allocated() - initially_allocated_; variable
|
/third_party/gn/src/base/ |
H A D | stl_util.h | 93 ResultType difference; in STLSetDifference() local
|
/third_party/skia/tests/ |
H A D | RectTest.cpp | 225 SkIRect difference; in DEF_TEST() local 259 SkIRect difference; in DEF_TEST() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | int128.cc | 95 int difference = dividend_bit_length - divisor_bit_length; in DivModImpl() local
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | bignum.cc | 225 const Chunk difference = RawBigit(i + offset) - other.RawBigit(i) - borrow; in SubtractBignum() local 230 const Chunk difference = RawBigit(i + offset) - borrow; in SubtractBignum() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-bignum.cpp | 239 const Chunk difference = RawBigit(i + offset) - other.RawBigit(i) - borrow; in SubtractBignum() local 244 const Chunk difference = RawBigit(i + offset) - borrow; in SubtractBignum() local [all...] |
H A D | nfrs.cpp | 597 int64_t difference = util64_fromDouble(uprv_maxMantissa()); in findFractionRuleSetRule() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-bignum.cpp | 239 const Chunk difference = RawBigit(i + offset) - other.RawBigit(i) - borrow; in SubtractBignum() local 244 const Chunk difference = RawBigit(i + offset) - borrow; in SubtractBignum() local [all...] |
H A D | nfrs.cpp | 597 int64_t difference = util64_fromDouble(uprv_maxMantissa()); in findFractionRuleSetRule() local
|
/third_party/python/Lib/ |
H A D | _weakrefset.py | 130 def difference(self, other): member in WeakSet
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 423 ConstantRange ConstantRange::difference(const ConstantRange &CR) const { in difference() function in ConstantRange
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | scalar_analysis.cpp | 1059 SENode* difference = in TEST_F() local 1096 SENode* difference = in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | scalar_analysis.cpp | 1059 SENode* difference = in TEST_F() local 1096 SENode* difference = in TEST_F() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-bignum.cpp | 238 const Chunk difference = RawBigit(i + offset) - other.RawBigit(i) - borrow; in SubtractBignum() local 243 const Chunk difference = RawBigit(i + offset) - borrow; in SubtractBignum() local [all...] |
H A D | nfrs.cpp | 597 int64_t difference = util64_fromDouble(uprv_maxMantissa()); in findFractionRuleSetRule() local
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | interval.rs | 140 pub fn difference(&mut self, other: &IntervalSet<I>) { in difference() functions 392 fn difference(&self, other: &Self) -> (Option<Self>, Option<Self>) { in next() functions
|
/third_party/spirv-tools/test/opt/ |
H A D | scalar_analysis.cpp | 1055 SENode* difference = in TEST_F() local 1092 SENode* difference = in TEST_F() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cClipControlTests.cpp | 150 float difference = 0.0f; in fuzzyDepthCompare() local
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier.cc | 83 double difference = std::fabs(actual - expected); in IsEqualWithTolerance() local
|
/third_party/python/Modules/_multiprocessing/ |
H A D | semaphore.c | 239 unsigned long delay, difference; in sem_timedwait_save() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateIntervalFormat.java | 393 BestMatchInfo(String bestSkeleton, int difference) { in BestMatchInfo() argument [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFDocument.cpp | 57 static size_t difference(size_t minuend, size_t subtrahend) { in difference() function
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageCompare.cpp | 221 float difference = fuzzyCompare(params, reference, result, errorMask.getAccess()); in fuzzyCompare() local [all...] |