| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 365 bool operator<(const ExtValue &EV) const; 366 bool operator==(const ExtValue &EV) const { in operator ==() 367 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==() 369 bool operator!=(const ExtValue &EV) const { in operator !=() 370 return !operator==(EV); in operator !=() 426 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV); 542 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<() argument 543 OS << HCE::ExtRoot(EV) << " off:" << EV.Offset; in operator <<() 764 bool HCE::ExtValue::operator< (const HCE::ExtValue &EV) const { in operator <() 766 if (!(ER == ExtRoot(EV))) in operator <() [all …]
|
| H A D | HexagonISelDAGToDAG.cpp | 1066 unsigned EV = EN->getZExtValue(); in ppAddrReorderAddShl() local 1067 if (EV % (1 << CV) != 0) in ppAddrReorderAddShl() 1069 unsigned DV = EV / (1 << CV); in ppAddrReorderAddShl()
|
| /netbsd-src/external/bsd/nvi/dist/docs/vi.ref/ |
| H A D | vi.texi | 50 @EV{nex,nvi}, 52 @EV{ex,vi} 66 @EV{ex,vi} 72 @EV{ex,vi} 126 @EV{nex,nvi} 128 @EV{ex,vi} 130 @EV{Nex,nvi} 133 @EV{ex,vi} 137 @EV{ex,vi} 140 @EV{ex,vi}, [all …]
|
| H A D | set.opt.texi | 22 @EV{nex,nvi}. 25 @EV{ex,vi}. 276 @EV{ex,vi} 352 @EV{ex,vi} 401 @EV{ex,vi} 501 @EV{nex,nvi} 504 @EV{ex,vi}, 524 @EV{ex,vi} 543 @EV{ex,vi} 636 @EV{Ex,vi} [all …]
|
| H A D | ref.texi | 28 @macro EV{ex,vi}
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | Error.cpp | 36 std::string _object_error_category::message(int EV) const { in message() 37 object_error E = static_cast<object_error>(EV); in message()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | local_shlib.com.in | 25 $ EV = __'E' 28 $ DEFINE 'E' 'EV'
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | local_shlib.com.in | 26 $ EV = __'E' 29 $ DEFINE 'E' 'EV'
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 246 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() argument 247 switch (EV) { in mapWindowsError() 298 return std::error_code(EV, std::system_category()); in mapWindowsError()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | WindowsError.h | 15 std::error_code mapWindowsError(unsigned EV);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 1334 ExtractValueInst *EV = dyn_cast<ExtractValueInst>(User); in expandAtomicCmpXchg() local 1335 if (!EV) in expandAtomicCmpXchg() 1338 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 && in expandAtomicCmpXchg() 1341 if (EV->getIndices()[0] == 0) in expandAtomicCmpXchg() 1342 EV->replaceAllUsesWith(Loaded); in expandAtomicCmpXchg() 1344 EV->replaceAllUsesWith(Success); in expandAtomicCmpXchg() 1346 PrunedInsts.push_back(EV); in expandAtomicCmpXchg() 1350 for (auto EV : PrunedInsts) in expandAtomicCmpXchg() local 1351 EV->eraseFromParent(); in expandAtomicCmpXchg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2990 Instruction *InstCombinerImpl::visitExtractValueInst(ExtractValueInst &EV) { in visitExtractValueInst() argument 2991 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() 2993 if (!EV.hasIndices()) in visitExtractValueInst() 2994 return replaceInstUsesWith(EV, Agg); in visitExtractValueInst() 2996 if (Value *V = SimplifyExtractValueInst(Agg, EV.getIndices(), in visitExtractValueInst() 2997 SQ.getWithInstruction(&EV))) in visitExtractValueInst() 2998 return replaceInstUsesWith(EV, V); in visitExtractValueInst() 3003 for (exti = EV.idx_begin(), insi = IV->idx_begin(), in visitExtractValueInst() 3004 exte = EV.idx_end(), inse = IV->idx_end(); in visitExtractValueInst() 3017 EV.getIndices()); in visitExtractValueInst() [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| 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";
|
| /netbsd-src/external/gpl3/gcc/dist/c++tools/ |
| H A D | server.cc | 467 #define my_epoll_ctl(EFD,C,EV,FD,CL) \ argument 468 ((EFD) >= 0 ? do_epoll_ctl (EFD,C,EV,FD,CL) : (void)0) 470 #define my_epoll_ctl(EFD,C,EV,FD,CL) ((void)(EFD), (void)(FD), (void)(CL)) argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 1053 Value *EV = IRB.CreateExtractValue(OldRet, RetI, "oldret"); in RemoveDeadStuffFromFunction() local 1059 RetVal = IRB.CreateInsertValue(RetVal, EV, NewRetIdxs[RetI], in RemoveDeadStuffFromFunction() 1064 RetVal = EV; in RemoveDeadStuffFromFunction()
|
| /netbsd-src/libexec/getty/ |
| H A D | gettytab.h | 74 #define EV gettystrs[9].value macro
|
| H A D | subr.c | 611 if ((p = EV) != NULL) { in makeenv()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | RegisterInfoEmitter.cpp | 1277 unsigned EV = 0; in runTargetDesc() local 1285 assert(RC.EnumValue == EV && "Unexpected order of register classes"); in runTargetDesc() 1286 ++EV; in runTargetDesc() 1287 (void)EV; in runTargetDesc()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | biosig | 100 0 string N.EV.\0 Biosig/NEV
|
| /netbsd-src/external/mpl/mozilla-certdata/dist/ |
| H A D | certdata.txt | 2034 # Certificate "DigiCert High Assurance EV Root CA" 2036 # Issuer: CN=DigiCert High Assurance EV Root CA,OU=www.digicert.com,O=DigiCert Inc,C=US 2038 # Subject: CN=DigiCert High Assurance EV Root CA,OU=www.digicert.com,O=DigiCert Inc,C=US 2047 CKA_LABEL UTF8 "DigiCert High Assurance EV Root CA" 2139 # Trust for "DigiCert High Assurance EV Root CA" 2140 # Issuer: CN=DigiCert High Assurance EV Root CA,OU=www.digicert.com,O=DigiCert Inc,C=US 2142 # Subject: CN=DigiCert High Assurance EV Root CA,OU=www.digicert.com,O=DigiCert Inc,C=US 2151 CKA_LABEL UTF8 "DigiCert High Assurance EV Root CA" 6747 # Certificate "D-TRUST Root Class 3 CA 2 EV 2009" 6749 # Issuer: CN=D-TRUST Root Class 3 CA 2 EV 200 [all...] |
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | db_disasm.c | 186 #define EV 0xF macro 1427 case EV: return(",ev"); in subDCond() 1458 case EV: return(",ev"); in addDCond()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/ |
| H A D | Format.h | 48 std::string message(int EV) const override;
|
| /netbsd-src/tests/bin/sh/ |
| H A D | t_option.sh | 920 set +EV; q "" "[VE]" || x "" VE
|
| /netbsd-src/external/bsd/file/dist/tests/ |
| H A D | HWP97.hwp.testfile | 40 …���ɻ�?�E�u�!$�p'Bc'�}�8H�&>"��<t���k&�cw�Я��ڤ��Ü2d���߽��9��|�;��);<q5|���eٟ8I�'N���{EV
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1517 const auto *EV = dyn_cast<PathDiagnosticEventPiece>(NextI->get()); in simplifySimpleBranches() local 1518 if (EV) { in simplifySimpleBranches() 1519 StringRef S = EV->getString(); in simplifySimpleBranches()
|