/netbsd-src/usr.bin/calendar/calendars/ |
H A D | calendar.judaic | 2 03/13* Fast of Esther (Battle of Purim; 1 day before Purim; fast day) 14 06/13* Fast of Shiv'a Asar B'Tammuz (Tzom Tammuz) (Romans breach Wall of Jerusalem; 16 08/02* Fast of Tish'a B'Av (Babylon/Rome destroys Holy Temple; fast day) 20 09/25* Fast of Gedalya (Murder of Gedalya and subsequent Exile; 1 day 30 12/30* Fast of Asara B'Tevet (Babylonians put siege on Jerusalem; fast day)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 425 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 426 QuotRemPair Result = createDivRemPhiNodes(Fast, Long, SuccessorBB); in insertFastDivAndRem() 428 Builder.CreateCondBr(CmpV, Fast.BB, SuccessorBB); in insertFastDivAndRem() 438 QuotRemWithBB Fast = createFastBB(SuccessorBB); in insertFastDivAndRem() local 440 QuotRemPair Result = createDivRemPhiNodes(Fast, Slow, SuccessorBB); in insertFastDivAndRem() 443 Builder.CreateCondBr(CmpV, Fast.BB, Slow.BB); in insertFastDivAndRem()
|
/netbsd-src/etc/ |
H A D | gettytab | 82 # Fast dialup terminals, 2400/1200/300 rotary (can start either way) 84 D2400|d2400|Fast-Dial-2400:\ 86 D1200|Fast-Dial-1200:\ 88 D300|Fast-Dial-300:\
|
/netbsd-src/games/hack/ |
H A D | hack.potion.c | 211 if (!(Fast & ~INTRINSIC)) in dodrink() 215 Fast += rn1(10, 100); in dodrink() 402 Fast += rnd(5); in potionbreathe()
|
H A D | hack.timeout.c | 133 Fast = 0; in stoned_dialogue()
|
H A D | hack.main.c | 375 (!(Fast & ~INTRINSIC) && (!Fast || rn2(3)))) { in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | GCNNSAReassign.cpp | 81 NSA_Status CheckNSA(const MachineInstr &MI, bool Fast = false) const; 160 GCNNSAReassign::CheckNSA(const MachineInstr &MI, bool Fast) const { in CheckNSA() 178 if (!Fast) { in CheckNSA()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VERegisterInfo.cpp | 39 case CallingConv::Fast: in getCalleeSavedRegs() 51 case CallingConv::Fast: in getCallPreservedMask()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegBankSelect.cpp | 56 cl::values(clEnumValN(RegBankSelect::Mode::Fast, "regbankselect-fast", 88 if (OptMode != Mode::Fast) { in init() 100 if (OptMode != Mode::Fast) { in getAnalysisUsage() 646 if (OptMode == RegBankSelect::Mode::Fast) { in assignInstr() 679 OptMode = Mode::Fast; in runOnMachineFunction()
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
H A D | rtsm_ve-motherboard-rs2.dtsi | 3 * ARM Ltd. Fast Models
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kCallingConv.td | 53 CCIfCC<"CallingConv::Fast", CCDelegateTo<RetCC_M68k_Fast>>, 105 CCIfCC<"CallingConv::Fast", CCDelegateTo<CC_M68k_Fast>>,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1680 Align Alignment, MachineMemOperand::Flags Flags, bool *Fast) const { in allowsMemoryAccessForAlignment() 1689 if (Fast != nullptr) in allowsMemoryAccessForAlignment() 1690 *Fast = true; in allowsMemoryAccessForAlignment() 1695 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment() 1700 const MachineMemOperand &MMO, bool *Fast) const { in allowsMemoryAccessForAlignment() 1702 MMO.getAlign(), MMO.getFlags(), Fast); in allowsMemoryAccessForAlignment() 1709 bool *Fast) const { in allowsMemoryAccess() 1711 Flags, Fast); in allowsMemoryAccess() 1717 bool *Fast) const { in allowsMemoryAccess() 1719 MMO.getFlags(), Fast); in allowsMemoryAccess() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | CallingConv.h | 42 Fast = 8, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 50 CB.setCallingConv(CallingConv::Fast); in lowerResumeOrDestroy() 120 NoopFn->setCallingConv(CallingConv::Fast); in lowerCoroNoop()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | CGPassBuilderOption.h | 25 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
|
/netbsd-src/sys/dev/eisa/ |
H A D | eisadevs | 187 product TCM 5970 3C597 Fast Etherlink TX 188 product TCM 5971 3C597 Fast Etherlink T4 189 product TCM 5972 3C597 Fast Etherlink MII
|
/netbsd-src/sys/rump/fs/lib/libffs/ |
H A D | Makefile | 7 COMMENT=Berkeley Fast File System
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 311 bool *Fast) const override; 316 bool *Fast) const override; 417 bool *Fast) const; 420 bool *Fast) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | RegBankSelect.h | 98 Fast, enumerator 620 RegBankSelect(Mode RunningMode = Fast);
|
/netbsd-src/sys/arch/sgimips/gio/ |
H A D | giodevs | 15 product PHOBOS_G100 0x37 Phobos G100 100baseTX Fast Ethernet
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.h | 27 bool *Fast) const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiCallingConv.td | 30 // Lanai 32-bit Fast Calling convention.
|
/netbsd-src/share/doc/papers/memfs/ |
H A D | ref.bib | 46 %T A Fast /tmp File System by Async Mount Option
|
/netbsd-src/sys/dev/tc/ |
H A D | tcdevs | 79 device PMAZ-FS tcds 53c94 TCDS Fast SCSI (baseboard) 82 device PMAZC-AA tcds 53c94 TCDS Fast SCSI option card
|
/netbsd-src/sys/arch/sgimips/conf/ |
H A D | GENERIC32_IP2x | 197 # PCI Fast Ethernet cards glued to the GIO bus 202 tlp* at pci? dev ? function ? # Phobos G100/130/160 Fast Ethernet 205 tl* at pci? dev ? function ? # Set Engineering GIO Fast Ethernet
|