| /freebsd/contrib/ntp/ |
| H A D | flock-build | 19 STD="--enable-simulator" 70 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" & 71 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS" & 72 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS" & 73 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" & 86 ./build $SIG $PARSE $STD $BUILD_ARGS & 94 ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS & 100 ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS & 106 ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS &
|
| /freebsd/contrib/googletest/ci/ |
| H A D | linux-presubmit.sh | 41 if [[ -z ${STD:-} ]]; then 42 STD="c++17 c++20" 110 for std in ${STD}; do 134 for std in ${STD}; do
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | dataone | 23 # FGDC-STD-001-1998 (Content Standard for Digital Geospatial Metadata, 25 >&0 search/1024 fgdc FGDC-STD-001-1998
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 21 PCREL_OPT(STD, PSTD, ONLY_RST);
|
| H A D | PPC64.cpp | 79 STD = 62 enumerator 104 STD = 0xf8000000, enumerator 456 case PPCLegacyInsn::STD: in isDSFormInstruction() 539 case STD: in isInstructionUpdateForm() 854 return STD << 26; in getPPCDSFormOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 137 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \ 145 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \ 153 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \ 161 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
|
| H A D | PPCRegisterInfo.cpp | 103 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX; in PPCRegisterInfo() 1472 addFrameReference(BuildMI(MBB, II, DL, TII.get(PPC::STD)) in lowerQuadwordSpilling() 1475 addFrameReference(BuildMI(MBB, II, DL, TII.get(PPC::STD)) in lowerQuadwordSpilling() 1535 case PPC::STD: in offsetMinAlignForOpcode()
|
| H A D | PPCAsmPrinter.cpp | 593 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::STD) in LowerPATCHPOINT() 1616 case PPC::STD: in emitInstruction() 1621 unsigned OpNum = (MI->getOpcode() == PPC::STD) ? 2 : 1; in emitInstruction() 1825 MCInstBuilder(PPC::STD).addReg(PPC::X0).addImm(-8).addReg(PPC::X1)); in emitInstruction() 1910 MCInstBuilder(PPC::STD).addReg(PPC::X0).addImm(-8).addReg(PPC::X1)); in emitInstruction()
|
| H A D | PPCPreEmitPeephole.cpp | 76 case PPC::STD: in hasPCRelativeForm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.cpp | 70 StOpc = BPF::STD; in expandMEMCPY() 135 BuildMI(MBB, I, DL, get(BPF::STD)) in storeRegToStackSlot()
|
| H A D | BPFMISimplifyPatchable.cpp | 108 Opcode == BPF::STD; in isSTX64()
|
| /freebsd/sys/tools/syscalls/scripts/ |
| H A D | syscall_h.lua | 56 elseif v.type.STD or v.type.NOSTD or v.type.SYSMUX or
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | rfc3491.txt | 22 Official Protocol Standards" (STD 1) for the standardization state 178 facilities", STD 13, RFC 1034, and "Domain names - 179 implementation and specification", STD 13, RFC 1035,
|
| H A D | rfc3490.txt | 23 Official Protocol Standards" (STD 1) for the standardization state 979 Communication Layers", STD 3, RFC 1122, and 981 Support", STD 3, RFC 1123, October 1989. 984 facilities", STD 13, RFC 1034 and "Domain names - 985 implementation and specification", STD 13, RFC 1035,
|
| H A D | rfc4013.txt | 19 Official Protocol Standards" (STD 1) for the standardization state
|
| /freebsd/lib/libc++/ |
| H A D | Makefile | 119 INCSGROUPS+= STD 260 STD+= ${HDRDIR}/${hdr} 264 STD+= ${.CURDIR}/__assertion_handler 267 STD+= ${.CURDIR}/__config_site 274 STD+= ${_LIBCXXRTDIR}/${hdr}
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrFormats.td | 137 // [STD/LDD] P+q, Rr special encoding: <|10q0|qqtr|rrrr|pqqq> 138 // t = type (1 for STD, 0 for LDD)
|
| H A D | AVRDevices.td | 6 // :TODO: We define all devices with SRAM to have all variants of LD/ST/LDD/STD. 30 // STD - two variants for Y and Z
|
| H A D | AVRInstrInfo.td | 166 /// Address operand for `reg+imm` used by STD and LDD. 177 // Address operand for `SP+imm` used by STD{W}SPQRr 252 // A special operand type for the LDD/STD instructions. 1151 // STD P+q, Rr
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcRegisterInfo.td | 298 // Aliases of the integer registers used for LDD/STD double-word operations 316 // Aliases of the co-processor registers used for LDD/STD double-word operations
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZShortenInst.cpp | 351 Changed |= shortenOn0(MI, SystemZ::STD); in processBlock()
|
| H A D | SystemZInstrInfo.cpp | 1315 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() 1618 splitMove(MI, SystemZ::STD); in expandPostRAPseudo() 1876 StoreOpcode = SystemZ::STD; in getLoadStoreOpcodes()
|
| /freebsd/contrib/sendmail/ |
| H A D | KNOWNBUGS | 212 characters which are not special characters according to STD 11 (RFC 216 STD 11.
|
| /freebsd/sys/dev/sym/ |
| H A D | sym_defs.h | 414 #define STD 0x04 /* cmd: start dma mode */ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedOryon.td | 160 // Store instructions on combo of STA/STD pipes 867 // STD cycle ? 868 // NEON STD + 2
|