Home
last modified time | relevance | path

Searched refs:Mismatch (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp852 bool Mismatch = (Counts.size() != Other.Counts.size()); in overlap() local
855 if (!Mismatch) { in overlap()
860 Mismatch = true; in overlap()
865 if (Mismatch) { in overlap()
1586 Mismatch.NumEntries += 1; in addOneMismatch()
1587 Mismatch.CountSum += MismatchFunc.CountSum / Test.CountSum; in addOneMismatch()
1590 Mismatch.ValueCounts[I] += in addOneMismatch()
1619 if (Mismatch.NumEntries) in dump()
1620 OS << " # of " << EntryName << " mismatch: " << Mismatch.NumEntries in dump()
1628 if (Mismatch.NumEntries) in dump()
[all …]
/freebsd/bin/sh/tests/builtins/
H A Dcommand13.06 echo "Mismatch found"
H A Dtrap2.021 echo "Mismatch for '$teststring'"
/freebsd/crypto/heimdal/lib/hx509/
H A Dhx509_err.et50 error_code DATA_OID_MISMATCH, "Mismatch bewteen signed type and unsigned type"
61 error_code OID_MISMATCH, "Mismatch bewteen oids"
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DIntrinsicEmitter.cpp745 const char *Mismatch = mismatch(*CommonPrefix, BuiltinName).first; in EmitIntrinsicToBuiltinMap() local
746 *CommonPrefix = CommonPrefix->take_front(Mismatch - CommonPrefix->begin()); in EmitIntrinsicToBuiltinMap()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1952 bool Mismatch = false; in findDuplicateOutputBlock() local
1958 Mismatch = false; in findDuplicateOutputBlock()
1963 Mismatch = true; in findDuplicateOutputBlock()
1970 Mismatch = true; in findDuplicateOutputBlock()
1980 Mismatch = true; in findDuplicateOutputBlock()
1988 if (!Mismatch) in findDuplicateOutputBlock()
/freebsd/lib/libc/amd64/string/
H A Dstrncmp.S251 pcmpeqb %xmm2, %xmm0 # Mismatch between chunks?
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h815 CountSumOrPercent Mismatch; member
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm8750-qrd.dts54 * Mismatch with schematics - downstream DTS has L15B at 1.8 V,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14566 unsigned Mismatch = FindDesignatorMismatch( in EvaluateComparisonBinaryOperator() local
14576 if (!WasArrayIndex && Mismatch < LHSDesignator.Entries.size() && in EvaluateComparisonBinaryOperator()
14577 Mismatch < RHSDesignator.Entries.size()) { in EvaluateComparisonBinaryOperator()
14578 const FieldDecl *LF = getAsField(LHSDesignator.Entries[Mismatch]); in EvaluateComparisonBinaryOperator()
14579 const FieldDecl *RF = getAsField(RHSDesignator.Entries[Mismatch]); in EvaluateComparisonBinaryOperator()
14584 << getAsBaseClass(LHSDesignator.Entries[Mismatch]) in EvaluateComparisonBinaryOperator()
14588 << getAsBaseClass(RHSDesignator.Entries[Mismatch]) in EvaluateComparisonBinaryOperator()
/freebsd/contrib/tcsh/
H A DFixes336 14. Mismatch clarification patch (Per Hedeland)
/freebsd/contrib/ntp/
H A DCommitLog[all...]