| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 294 unsigned EV = ::GetLastError(); in mapLastWindowsError() local 298 if (EV == ERROR_ACCESS_DENIED) { in mapLastWindowsError() 304 return mapWindowsError(EV); in mapLastWindowsError() 312 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() argument 313 switch (EV) { in mapWindowsError() 369 return std::error_code(EV, std::system_category()); in mapWindowsError()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 354 bool operator<(const ExtValue &EV) const; 355 bool operator==(const ExtValue &EV) const { in operator ==() 356 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==() 358 bool operator!=(const ExtValue &EV) const { in operator !=() 359 return !operator==(EV); in operator !=() 415 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV); 531 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<() argument 532 OS << HCE::ExtRoot(EV) << " off:" << EV.Offset; in operator <<() 753 bool HCE::ExtValue::operator< (const HCE::ExtValue &EV) const { in operator <() 755 if (!(ER == ExtRoot(EV))) in operator <() [all …]
|
| /freebsd/secure/caroot/trusted/ |
| H A D | D-TRUST_EV_Root_CA_1_2020.pem | 2 ## D-TRUST EV Root CA 1 2020 17 Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST EV Root CA 1 2020 21 Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST EV Root CA 1 2020 47 …URI:ldap://directory.d-trust.net/CN=D-TRUST%20EV%20Root%20CA%201%202020,O=D-Trust%20GmbH,C=DE?cert…
|
| H A D | D-TRUST_Root_Class_3_CA_2_EV_2009.pem | 2 ## D-TRUST Root Class 3 CA 2 EV 2009 16 Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009 20 Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009 53 …URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%20EV%202009,O=D-Trust%20Gm…
|
| H A D | SSL_com_EV_Root_Certification_Authority_ECC.pem | 2 ## SSL.com EV Root Certification Authority ECC 16 …Issuer: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority E… 20 …Subject: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority …
|
| H A D | CFCA_EV_ROOT.pem | 2 ## CFCA EV ROOT 16 Issuer: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT 20 Subject: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT
|
| H A D | D-TRUST_EV_Root_CA_2_2023.pem | 2 ## D-TRUST EV Root CA 2 2023 17 Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST EV Root CA 2 2023 21 Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST EV Root CA 2 2023
|
| H A D | SSL_com_EV_Root_Certification_Authority_RSA_R2.pem | 2 ## SSL.com EV Root Certification Authority RSA R2 16 …Issuer: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority R… 20 …Subject: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority …
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Error.cpp | 35 std::string _object_error_category::message(int EV) const { in message() 36 object_error E = static_cast<object_error>(EV); in message()
|
| /freebsd/secure/caroot/untrusted/ |
| H A D | DigiCert_High_Assurance_EV_Root_CA.pem | 2 ## DigiCert High Assurance EV Root CA 17 Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA 21 Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | WindowsError.h | 17 LLVM_ABI std::error_code mapWindowsError(unsigned EV);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 4263 InstCombinerImpl::foldExtractOfOverflowIntrinsic(ExtractValueInst &EV) { in foldExtractOfOverflowIntrinsic() argument 4264 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); in foldExtractOfOverflowIntrinsic() 4271 if (*EV.idx_begin() == 0 && (OvID == Intrinsic::smul_with_overflow || in foldExtractOfOverflowIntrinsic() 4293 if (*EV.idx_begin() == 0) { in foldExtractOfOverflowIntrinsic() 4302 assert(*EV.idx_begin() == 1 && "Unexpected extract index for overflow inst"); in foldExtractOfOverflowIntrinsic() 4348 static Value *foldFrexpOfSelect(ExtractValueInst &EV, IntrinsicInst *FrexpCall, in foldFrexpOfSelect() argument 4373 Builder.SetInsertPoint(&EV); in foldFrexpOfSelect() 4391 Instruction *InstCombinerImpl::visitExtractValueInst(ExtractValueInst &EV) { in visitExtractValueInst() argument 4392 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() 4394 if (!EV.hasIndices()) in visitExtractValueInst() [all …]
|
| H A D | InstCombineInternal.h | 179 Instruction *visitExtractValueInst(ExtractValueInst &EV); 454 Instruction *foldExtractOfOverflowIntrinsic(ExtractValueInst &EV);
|
| /freebsd/sys/contrib/device-tree/src/arm/gemini/ |
| H A D | gemini-sl93512r.dts | 5 * "Gemini324 EV-Board" before Storm acquired Storlink Semiconductor. 15 model = "Storlink Semiconductor Gemini324 EV-Board / Storm Semiconductor SL93512R_BRD";
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 1550 ExtractValueInst *EV = dyn_cast<ExtractValueInst>(User); in expandAtomicCmpXchg() local 1551 if (!EV) in expandAtomicCmpXchg() 1554 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 && in expandAtomicCmpXchg() 1557 if (EV->getIndices()[0] == 0) in expandAtomicCmpXchg() 1558 EV->replaceAllUsesWith(Loaded); in expandAtomicCmpXchg() 1560 EV->replaceAllUsesWith(Success); in expandAtomicCmpXchg() 1562 PrunedInsts.push_back(EV); in expandAtomicCmpXchg() 1566 for (auto *EV : PrunedInsts) in expandAtomicCmpXchg() local 1567 EV->eraseFromParent(); in expandAtomicCmpXchg()
|
| /freebsd/sys/contrib/device-tree/src/arc/ |
| H A D | vdk_axs10x_mb.dtsi | 114 * Embedded Vision subsystem UIO mappings; only relevant for EV VDK
|
| /freebsd/usr.sbin/apmd/ |
| H A D | apmd.c | 62 #define EVENT_CONFIG_INITIALIZER(EV,R) { #EV, NULL, R }, argument
|
| /freebsd/libexec/getty/ |
| H A D | gettytab.h | 68 #define EV gettystrs[9].value macro
|
| H A D | subr.c | 563 if ((p = EV)) { in makeenv()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 1059 Value *EV = IRB.CreateExtractValue(OldRet, RetI, "oldret"); in removeDeadStuffFromFunction() local 1065 RetVal = IRB.CreateInsertValue(RetVal, EV, NewRetIdxs[RetI], in removeDeadStuffFromFunction() 1070 RetVal = EV; in removeDeadStuffFromFunction()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | RegisterInfoEmitter.cpp | 1313 unsigned EV = 0; in runTargetDesc() local 1321 assert(RC.EnumValue == EV && "Unexpected order of register classes"); in runTargetDesc() 1322 ++EV; in runTargetDesc() 1323 (void)EV; in runTargetDesc()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | biosig | 100 0 string N.EV.\0 Biosig/NEV
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mail.local.linux | 88 MB0*!209VJ0!?X08HH!1G,`8<=@9V,$\)H(C^(0>1&8@)T)<J`)EV$(A[H`!7 192 MF0@48;$_C*PZYD]15=*I63""7)C3`JE,\R-,&UV"+)7A`9PA'8#&3EV#ZV+"
|
| /freebsd/share/termcap/ |
| H A D | termcap | 327 :MT:is=\EQ\EU\EV:do=^J:\ 332 :is=\EU\EV:do=^J:\ 446 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\ 754 :vb=\E^G:so=\EU!:se=\EV!:us=\EU":ue=\EV":cd=\EJ:\ 761 :ku=\EA:kd=\EB:kr=\EC:kl=\ED:so=\EU!:se=\EV!:us=\EU":ue=\EV":\ 939 :mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:pt:rc=\034:rs=\EN*:sc=\035:\ 960 :so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:up=\EA:us=\EU:co#88:li#53: 1985 :co#80:cd=\EQ:dm=\EQ:ed=\EF:dc=\177:dl=\EV:ei=\EF:\ 2021 regent60|regent200|Adds Regent 60:se=\ER\E0@\EV:so=\ER\E0P\EV:dc=\EE:ei=\EF:\ 2022 :im=\EF:is=\EV\EB:ko=dc,im,ei:tc=regent40+: [all …]
|
| /freebsd/contrib/file/tests/ |
| H A D | HWP97.hwp.testfile | 40 …���ɻ�?�E�u�!$�p'Bc'�}�8H�&>"��<t���k&�cw�Я��ڤ��Ü2d���߽��9��|�;��);<q5|���eٟ8I�'N���{EV
|