Searched refs:difference (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-current/contrib/kyua/store/
H A Dschema_v1.sql122 -- difference, because there is always a 1:1 relation.
H A Dschema_v2.sql124 -- difference, because there is always a 1:1 relation.
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c199 dt_subtract_128(uint64_t *minuend, uint64_t *subtrahend, uint64_t *difference) argument
207 difference[0] = result[0];
208 difference[1] = result[1];
347 * preceding difference?
/freebsd-current/contrib/ee/
H A Dee.c2750 int difference; local
2781 d_wrd_len = difference = d_word2 - d_word;
2790 curr_line->line_length -= difference;
/freebsd-current/sys/dev/arcmsr/
H A Darcmsr.c1808 u_int8_t difference, bit_check; local
1810 difference = *pDevMap ^ acb->device_map[target];
1814 if(difference & bit_check)
/freebsd-current/contrib/nvi/ex/
H A Dex.c1900 * I can't find any difference between // and \/ or between
1902 * difference. C'est la vie.
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm247 of small difference:
/freebsd-current/stand/lua/
H A Dconfig.lua240 -- capture group, but the difference is that the full-line comment pattern will
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1468 // some cases. We cannot perform difference for those cases.
1474 EdgesVals = EdgesVals.difference(EdgeVal);
H A DValueTracking.cpp2909 // Same as multiplies, with the difference that we don't need to check
8294 ConstantRange Difference = DomCR.difference(CR);
H A DScalarEvolution.cpp1338 // difference, by checking for Step in the operand list. Note, that
6195 // are fully variable, we only require that the *difference* is constant.
6926 ConservativeResult = ConservativeResult.difference(Disallowed);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp500 ConstantRange ConstantRange::difference(const ConstantRange &CR) const { function in class:ConstantRange
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4389 int difference = 0; local
4392 difference = TREE_CMP(l->cksum.zc_word[i], r->cksum.zc_word[i]);
4393 if (difference)
4397 return (difference);
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl1051 add %sp,32*(12-4)+32,%sp ! difference in frame sizes
1596 # implement ones found in ecp_nistz256.c. Key difference is that they
2556 add %sp,32*(12-10)+32,%sp ! difference in frame sizes
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2207 // [...] Any difference in top-level cv-qualification is
3183 // Unable to find a difference, so add no extra info.
5220 // the argument expression. Any difference in top-level
14094 // a difference in ARC, but outside of ARC the resulting block literal
15237 Qualifiers difference = objectQuals - funcQuals;
15238 difference.removeObjCGCAttr();
15239 difference.removeAddressSpace();
15240 if (difference) {
15241 std::string qualsString = difference.getAsString();
H A DSemaChecking.cpp9139 << 0 /* qualifier difference */
9147 << 0 /* qualifier difference */
14155 /// Return the range of a difference of the two ranges.
14156 static IntRange difference(IntRange L, IntRange R) { function in struct:__anon737::IntRange
14408 Combine = IntRange::difference;
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1170 have almost exactly the same effect. (The difference is that in the
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1361 ConstantRange Difference = DominatingCR.difference(CR);
/freebsd-current/sys/crypto/openssl/arm/
H A Decp_nistz256-armv4.S3865 add sp,sp,#32*(18-5)+16 @ difference in frame sizes

Completed in 768 milliseconds

12