| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cp_files/ |
| H A D | cp_files_001_pos.ksh | 61 WD=$PWD 65 cd $WD
|
| /freebsd/bin/stty/ |
| H A D | print.c | 204 #define WD "%-8s" in print() macro 206 WD, p->name); in print() 208 WD, ccval(p, cc[p->sub])); in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 801 for (const WriteDescriptor &WD : D.Writes) { in createInstruction() local 802 RegID = WD.isImplicitWrite() ? WD.RegisterID in createInstruction() 803 : MCI.getOperand(WD.OpIndex).getReg().id(); in createInstruction() 806 if ((WD.IsOptionalDef && !RegID) || MRI.isConstant(RegID)) { in createInstruction() 814 WriteState(WD, RegID, in createInstruction() 818 NewIS->getDefs().emplace_back(WD, RegID, in createInstruction()
|
| H A D | Instruction.cpp | 126 dbgs() << "{ OpIdx=" << WD->OpIndex << ", Lat=" << getLatency() << ", RegID " in dump()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 199 const WriteDescriptor *WD; variable 251 : WD(&Desc), CyclesLeft(UNKNOWN_CYCLES), RegisterID(RegID), PRFID(0), 260 unsigned getWriteResourceID() const { return WD->SClassOrWriteResourceID; } in getWriteResourceID() 264 unsigned getLatency() const { return WD->Latency; } in getLatency()
|
| /freebsd/sys/dev/xdma/controller/ |
| H A D | pl330.h | 75 #define WD 0xE80 /* Watchdog Register */ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 272 WD = EC; in RealFileSystem() 274 WD = WorkingDirectory{PWD, PWD}; in RealFileSystem() 276 WD = WorkingDirectory{PWD, RealPWD}; in RealFileSystem() 300 if (!WD || !*WD) in adjustPath() 303 sys::fs::make_absolute(WD->get().Resolved, Storage); in adjustPath() 324 std::optional<llvm::ErrorOr<WorkingDirectory>> WD; member in __anon5c4e8b480211::RealFileSystem 349 if (WD && *WD) in getCurrentWorkingDirectory() 350 return std::string(WD->get().Specified); in getCurrentWorkingDirectory() 351 if (WD) in getCurrentWorkingDirectory() 352 return WD->getError(); in getCurrentWorkingDirectory() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA64FX.td | 2380 def : InstRW<[A64FXWrite_LD2_WD_IMM], (instregex "^LD2[WD]_IMM")>; 2387 def : InstRW<[A64FXWrite_LD2_WD], (instregex "^LD2[WD]$")>; 2401 def : InstRW<[A64FXWrite_LD3_WD_IMM], (instregex "^LD3[WD]_IMM")>; 2408 def : InstRW<[A64FXWrite_LD3_WD], (instregex "^LD3[WD]$")>; 2422 def : InstRW<[A64FXWrite_LD4_WD_IMM], (instregex "^LD4[WD]_IMM")>; 2429 def : InstRW<[A64FXWrite_LD4_WD], (instregex "^LD4[WD]$")>; 2540 def : InstRW<[A64FXWrite_ST2_WD_RI], (instregex "^ST2[WD]$")>; 2547 def : InstRW<[A64FXWrite_ST2_WD_RR], (instregex "^ST2[WD]_I")>; 2561 def : InstRW<[A64FXWrite_ST3_WD_RI], (instregex "^ST3[WD]$")>; 2568 def : InstRW<[A64FXWrite_ST3_WD_RR], (instregex "^ST3[WD]_ [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.cpp | 742 uint16_t WD = getRegBitWidth(RD); in evaluate() local 744 assert(WD >= WS); in evaluate() 746 RegisterCell Res(WD); in evaluate() 748 Res.fill(WS, WD, BitValue::Zero); in evaluate()
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_dsa_sigalg.txt | 32 ve1UUr421y3HEUURsrVpxYKvyx8aOBQC/akz95cYxNN3y1JnJJMxPklhdJrJf/WD 114 ve1UUr421y3HEUURsrVpxYKvyx8aOBQC/akz95cYxNN3y1JnJJMxPklhdJrJf/WD
|
| H A D | evppkey_dsa.txt | 32 ve1UUr421y3HEUURsrVpxYKvyx8aOBQC/akz95cYxNN3y1JnJJMxPklhdJrJf/WD 113 ve1UUr421y3HEUURsrVpxYKvyx8aOBQC/akz95cYxNN3y1JnJJMxPklhdJrJf/WD
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentHTMLNamedCharacterReferences.td | 13 // http://www.w3.org/TR/2011/WD-html5-20110113/named-character-references.html
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kRegisterInfo.td | 105 def DR16 : MxRegClass<[i16], 16, (sequence "WD%u", 0, 7)>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 1127 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() 1129 : NarrowDef(ND), NarrowUse(NU), WideDef(WD), in NarrowIVDefUse()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SchedSapphireRapids.td | 620 "^VPUNPCK(H|L)(BW|WD)Z(128|256)rrk(z?)$")>; 777 def : InstRW<[SPRWriteResGroup23], (instregex "^C(DQ|WD)E$", 1330 "^KUNPCK(BW|DQ|WD)kk$")>; 1377 "^VPUNPCK(H|L)(BW|WD)Zrr$", 2615 … "^VPUNPCK(H|L)(BW|WD)Z256rmk(z?)$")>; 2618 … "^VPUNPCK(H|L)(BW|WD)Z128rmk(z?)$")>; 2670 "^VPUNPCK(H|L)(BW|WD)Zrmk(z?)$")>;
|
| H A D | X86MCInstLower.cpp | 2189 CASE_MOVX_RM(SX, WD) in addConstantComments() 2208 CASE_MOVX_RM(ZX, WD) in addConstantComments()
|
| H A D | X86ScheduleZnver4.td | 1650 "(V?)PMOV(SX|ZX)(BD|BQ|BW|WD|WQ|DQ)(Y?|Z128?|Z256?)(rr|rrk|rrkz)", 1660 "(V?)PMOV(SX|ZX)(BD|BQ|BW|WD|WQ|DQ)Z(rr|rrk|rrkz)"
|
| H A D | X86SchedLunarlakeP.td | 1078 def : InstRW<[LNLPWriteResGroupX21], (instregex "^C(DQ|WD)E$",
|
| H A D | X86SchedSkylakeServer.td | 838 "KUNPCK(BW|DQ|WD)kk",
|
| H A D | X86SchedAlderlakeP.td | 691 def : InstRW<[ADLPWriteResGroup21], (instregex "^C(DQ|WD)E$",
|
| H A D | X86SchedIceLake.td | 851 "KUNPCK(BW|DQ|WD)kk",
|
| /freebsd/contrib/ncurses/ |
| H A D | configure.in | 1316 # MinGW32 sets $WD to its directory. 1317 if test -n "$WD" 1319 if test -d "$WD"
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1535 if (Arg *WD = Args.getLastArg(options::OPT_working_directory)) in BuildCompilation() local 1536 if (VFS->setCurrentWorkingDirectory(WD->getValue())) in BuildCompilation() 1537 Diag(diag::err_drv_unable_to_set_working_directory) << WD->getValue(); in BuildCompilation()
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 22954 5001 WD Black NVMe SSD 22955 5002 SanDisk Extreme Pro / WD Black 2018/SN750/PC SN720 NVMe SSD 22956 5003 WD Blue SN500 / PC SN520 x2 M.2 2280 NVMe SSD 22959 5006 SanDisk Extreme Pro / WD Black SN750 / PC SN730 / Red SN700 NVMe SSD 22962 5009 SanDisk Ultra 3D / WD PC SN530, IX SN530, Blue SN550 NVMe SSD (DRAM-less) 22963 15b7 5009 WD Blue SN550 NVMe SSD 22966 500d WD Ultrastar DC SN340 NVMe SSD 22967 5011 WD PC SN810 / Black SN850 NVMe SSD 22968 5014 WD PC SN540 / Green SN350 NVMe SSD 1 TB (DRAM-less) 22970 5016 WD PC SN740 NVMe SSD 512GB (DRAM-less) [all …]
|
| /freebsd/contrib/sendmail/ |
| H A D | PGPKEYS | 3982 HbG1Qq15XGsza0f4HnTBiQCVAwUQL1JtpSPkYtS/e6QhAQHQ4QP/WD/CqFA6f2Jk
|