| /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 | 77 STD = 62 enumerator 102 STD = 0xf8000000, enumerator 454 case PPCLegacyInsn::STD: in isDSFormInstruction() 537 case STD: in isInstructionUpdateForm() 854 return STD << 26; in getPPCDSFormOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.cpp | 71 StOpc = BPF::STD; in expandMEMCPY() 137 BuildMI(MBB, I, DL, get(BPF::STD)) in storeRegToStackSlot()
|
| H A D | BPFMISimplifyPatchable.cpp | 108 Opcode == BPF::STD || Opcode == BPF::STDREL; in isStore64()
|
| H A D | BPFMIPeephole.cpp | 670 TII->get(BPF::STD)) in insertMissingCallerSavedSpills()
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | index.rst | 14 - Complete `IETF RFC 8949 (STD 94) <https://www.rfc-editor.org/info/std94>`_ conformance [#]_
|
| H A D | standard_conformance.rst | 4 *libcbor* is, generally speaking, a very faithful implementation of `IETF RFC 8949 (STD 94) <https:…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 192 PPC::STD, \ 213 PPC::STD, \ 234 PPC::STD, \ 255 PPC::STD, \
|
| H A D | PPCRegisterInfo.cpp | 101 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX; in PPCRegisterInfo() 1476 addFrameReference(BuildMI(MBB, II, DL, TII.get(PPC::STD)) in lowerQuadwordSpilling() 1479 addFrameReference(BuildMI(MBB, II, DL, TII.get(PPC::STD)) in lowerQuadwordSpilling() 1629 case PPC::STD: in offsetMinAlignForOpcode()
|
| H A D | PPCAsmPrinter.cpp | 598 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::STD) in LowerPATCHPOINT() 1595 case PPC::STD: in emitInstruction() 1600 unsigned OpNum = (MI->getOpcode() == PPC::STD) ? 2 : 1; in emitInstruction() 1803 MCInstBuilder(PPC::STD).addReg(PPC::X0).addImm(-8).addReg(PPC::X1)); in emitInstruction() 1888 MCInstBuilder(PPC::STD).addReg(PPC::X0).addImm(-8).addReg(PPC::X1)); in emitInstruction()
|
| H A D | PPCPreEmitPeephole.cpp | 75 case PPC::STD: in hasPCRelativeForm()
|
| /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,
|
| /freebsd/lib/libc++/ |
| H A D | Makefile | 120 INCSGROUPS+= STD 262 STD+= ${HDRDIR}/${hdr} 266 STD+= ${.CURDIR}/__assertion_handler 269 STD+= ${.CURDIR}/__config_site 272 STD+= ${.CURDIR}/libcxx.imp 275 STD+= ${.CURDIR}/module.modulemap 279 STD+= ${_LIBCXXRTDIR}/${hdr}
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZShortenInst.cpp | 348 Changed |= shortenOn0(MI, SystemZ::STD); in processBlock()
|
| /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/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
|
| /freebsd/contrib/libcbor/ |
| H A D | README.md | 12 - Complete CBOR [IETF RFC 8949 (STD 94)](https://www.rfc-editor.org/info/std94) specification confo…
|
| /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
|