/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | apple,admac.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 13 The controller has been seen with up to 24 channels. Even-numbered channels 14 are TX-only, odd-numbered are RX-only. Individual channels are coupled to 18 - Martin Povišer <povik+lin@cutebit.org> 21 - $ref: dma-controller.yaml# 26 - enum: 27 - apple,t6000-admac 28 - apple,t8103-admac [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | thine,thc63lvd1024.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacopo Mondi <jacopo+renesas@jmondi.org> 11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 34 even-numbered pixels are received on port@0 and odd-numbered pixels on 60 - port@0 61 - port@2 63 oe-gpios: 67 powerdown-gpios: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | adi,ad4695.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <Michael.Hennerich@analog.com> 11 - Nuno Sá <nuno.sa@analog.com> 14 A family of similar multi-channel analog to digital converters with SPI bus. 21 $ref: /schemas/spi/spi-peripheral-props.yaml# 26 - adi,ad4695 27 - adi,ad4696 28 - adi,ad4697 [all …]
|
/freebsd/share/doc/usd/18.msdiffs/ |
H A D | ms.diffs | 34 .OH 'A Revised Version of \*ms''USD:18-%' 35 .EH 'USD:18-%''A Revised Version of \*ms' 68 One important new feature is automatically numbered footnotes. 69 Footnote numbers are printed by means of a pre-defined string 74 and on daisy-wheel terminals, but on low-resolution devices 76 If you use \e\(**\(** to indicate numbered footnotes, 117 It will put page numbers in the upper right-hand corner; 159 this will give you numbers at the left-hand margin. 206 but in \fBtroff\fP it will produce an em dash\*- 238 o-slash o\e\(**/ o\*/ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackWriter.h | 1 //===- MsgPackWriter.h - Simple MsgPack writer ------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 //===----------------------------------------------------------------------===// 114 /// times to complete the map. Each even numbered call to \c Write defines a 115 /// new key, and each odd numbered call defines the previous key's value.
|
/freebsd/share/doc/usd/21.troff/ |
H A D | m4 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 50 surrounded by (usually null) non-alphabetic strings 54 em-dashes (\fB\e(em\fR), 56 \(emsuch as mother-in-law\(em\ 61 \fB&nh\fR hyphenate - E \ 78 \fB&hw\fI|word1|...\fR ignored - Specify hyphenation points in words 81 i.|e. \fIdig\-it\fR implies \fIdig\-its\fR. 90 with a title-length 97 \fB&tl\fI|\'left\|\'center\|\'right\|\'\fR - - \ 99 respectively left-adjusted, centered, and right-adjusted [all …]
|
/freebsd/crypto/krb5/doc/html/appdev/refs/api/ |
H A D | krb5_kt_get_entry.html | 6 <meta charset="utf-8" /> 7 …<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" con… 9 …<title>krb5_kt_get_entry - Get an entry from a key table. — MIT Kerberos Documentation</titl… 13 …<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_o… 21 …<link rel="next" title="krb5_kt_have_content - Check if a keytab exists and contains entries." hre… 22 …<link rel="prev" title="krb5_kt_end_seq_get - Release a keytab cursor." href="krb5_kt_end_seq_get.… 24 <div class="header-wrapper"> 34 <a href="krb5_kt_end_seq_get.html" title="krb5_kt_end_seq_get - Release a keytab cursor." 36 …<a href="krb5_kt_have_content.html" title="krb5_kt_have_content - Check if a keytab exists and con… 42 …<a href="mailto:krb5-bugs@mit.edu?subject=Documentation__krb5_kt_get_entry - Get an entry from a … [all …]
|
/freebsd/crypto/openssl/crypto/des/ |
H A D | set_key.c | 2 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. 10 /*- 12 * 1.4 Speed up by 400% :-) 86 /*- 100 /* semi-weak keys */ 131 /*- 139 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ 140 (a)=(a)^(t)^(t>>(16-(n)))) 144 /* for C bits (numbered as per FIPS 46) 1 2 3 4 5 6 */ 163 /* for C bits (numbered as per FIPS 46) 7 8 10 11 12 13 */ [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | sendfile21.sh | 4 # SPDX-License-Identifier: BSD-2-Clause 35 # 5. for each odd-numbered page in the file, do msync(MS_INVALIDATE), 36 # but keep even-numbered pages intact 50 [ `id -u` -ne 0 ] && echo "Must be root!" && exit 1 56 mycc -o sendfile21 -Wall -Wextra -O0 -g sendfile21.c || exit 1 57 rm -f sendfile21.c 60 set -e 61 mount | grep "on $mntpoint " | grep -q /dev/md && umount -f $mntpoint 62 [ -c /dev/md$mdstart ] && mdconfig -d -u $mdstart 63 mdconfig -a -t swap -s 1g -u $mdstart [all …]
|
/freebsd/stand/kboot/libkboot/ |
H A D | efi.c | 4 * SPDX-License-Identifier: BSD-2-Clause 28 /* Note: This is useless since runtime-map is a subset */ 40 * Count the number of entries we have. They are numbered from 0 41 * through entries - 1. 45 snprintf(fn, sizeof(fn), "/sys/firmware/efi/runtime-map/%d/phys_addr", entries++); 54 entries--; 67 efi_map_hdr->memory_size = map_size; 68 efi_map_hdr->descriptor_size = sizeof(struct efi_md); 69 efi_map_hdr->descriptor_version = EFI_MEMORY_DESCRIPTOR_VERSION; 75 snprintf(fn, sizeof(fn), "/sys/firmware/efi/runtime-map/%d/type", i); [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | pmmintrin.h | 1 /*===---- pmmintrin.h - Implementation of SSE3 intrinsics on PowerPC -------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 25 registers with vertical even/odd alignment for the operation. 26 And the addsub operation requires the sign of only the even numbered 27 elements be flipped (xored with -0.0). 36 "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this warning." 51 const __v4sf __even_n0 = {-0.0, 0.0, -0.0, 0.0}; in _mm_addsub_ps() 59 const __v2df __even_n0 = {-0.0, 0.0}; in _mm_addsub_pd()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterInfo.td | 1 //===-- ARMRegisterInfo.td - ARM Register defs -------------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 15 // Registers are identified with 4-bit ID numbers. 21 // All bits of ARM registers with sub-registers are covered by sub-registers. 87 // These require 32-bit instructions. 119 // Aliases of the F* registers used to hold 64-bit fp values (doubles) 157 // Advanced SIMD (NEON) defines 16 quad-word aliases [all …]
|
/freebsd/crypto/krb5/src/kadmin/ktutil/ |
H A D | ktutil_funcs.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 31 #include "k5-int.h" 32 #include "k5-hex.h" 48 retval = krb5_kt_free_entry(context, lp->entry); 49 free(lp->entry); 53 lp = lp->next; 60 * Delete a numbered entry in a kt_list. Takes a pointer to a kt_list 71 for (lp = *list, i = 1; lp; prev = lp, lp = lp->next, i++) { 74 *list = lp->next; 76 prev->next = lp->next; [all …]
|
/freebsd/contrib/libxo/ |
H A D | configure.ac | 8 # Release numbering: even numbered dot releases are official ones, and 9 # odd numbers are development ones. The svn version of this file will 10 # only (ONLY!) ever (EVER!) contain odd numbers, so I'll always know if 16 AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) 18 # Support silent build rules. Requires at least automake-1.11. 19 # Disable with "configure --disable-silent-rules" or "make V=1" 94 [ --disable-gettext Turn off support for gettext], 100 [ --with-gettext=[PFX] Specify location of gettext installation], 112 CFLAGS="$CFLAGS -I${GETTEXT_PREFIX}/include -L${GETTEXT_PREFIX}/lib -Werror -lintl" 126 CFLAGS="$CFLAGS -I${GETTEXT_PREFIX}/include -L${GETTEXT_PREFIX}/lib -Werror -lintl" [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEFrameLowering.cpp | 1 //===- MipsSEFrameLowering.cpp - Mips32/64 Frame Information --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 116 switch(I->getOpcode()) { in expandInstr() 171 assert(I->getOperand(0).isReg() && I->getOperand(1).isFI()); in expandLoadCCond() 175 Register Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandLoadCCond() 178 BuildMI(MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), Dst) in expandLoadCCond() 186 assert(I->getOperand(0).isReg() && I->getOperand(1).isFI()); in expandStoreCCond() 190 Register Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandStoreCCond() [all …]
|
H A D | Mips.td | 1 //===-- Mips.td - Describe the Mips Target Machine ---------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 12 // Target-independent interfaces 13 //===----------------------------------------------------------------------===// 20 // having to re-add all the existing predicates. 36 // Predicate for marking the instruction as usable in hard-float mode only. 56 //===----------------------------------------------------------------------===// [all …]
|
H A D | MipsCallingConv.td | 1 //===-- MipsCallingConv.td - Calling Conventions for Mips --*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 11 /// CCIfSubtarget - Match if the current subtarget has a feature F. 23 /// For example, this is true for i32's that were lowered from soft-float. 25 : CCIf<"!static_cast<MipsCCState *>(&State)->WasOriginalArgFloat(ValNo)", 28 /// Match if the original argument (before lowering) was a 128-bit float (i.e. 31 : CCIf<"static_cast<MipsCCState *>(&State)->WasOriginalArgF128(ValNo)", A>; 37 : CCIf<"!static_cast<MipsCCState *>(&State)->IsCallOperandFixed(ValNo)", A>; [all …]
|
H A D | MipsSEISelLowering.cpp | 1 //===- MipsSEISelLowering.cpp - MipsSE DAG Lowering Interface -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 52 #define DEBUG_TYPE "mips-isel" 55 UseMipsTailCalls("mips-tail-calls", cl::Hidden, 58 static cl::opt<bool> NoDPLoadStore("mno-ldc1-sdc1", cl::init(false), 122 // f16 is a storage-only type, always promote it to f32. in MipsSETargetLowering() 225 // MIPS32r6 replaces the accumulator-based multiplies with a three register in MipsSETargetLowering() 233 // MIPS32r6 replaces the accumulator-based division/remainder with separate in MipsSETargetLowering() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 1 //===- llvm/DerivedTypes.h - Classes for handling data types ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 37 /// represent the built-in integer types: Int1Ty, Int8Ty, Int16Ty, Int32Ty and 77 return ~uint64_t(0UL) >> (64-getBitWidth()); in getBitMask() 83 return 1ULL << (getBitWidth()-1); in getSignBit() 93 return T->getTypeID() == IntegerTyID; in classof() 98 return cast<IntegerType>(this)->getBitWidth(); in getIntegerBitWidth() 142 unsigned getNumParams() const { return NumContainedTys - 1; } in getNumParams() [all …]
|
/freebsd/sys/sys/ |
H A D | socket.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 102 #define SOCK_RAW 3 /* raw-protocol interface */ 104 #define SOCK_RDM 4 /* reliably-delivered message */ 126 * Option flags per-socket. 156 #define SO_SNDLOWAT 0x1003 /* send low-water mark */ 157 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ 181 #define SO_TS_BINTIME 1 /* sub-nanosecond resolution, realtime */ 189 * Space reserved for new socket options added by third-party vendors. 208 char af_arg[256-16]; [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mandoc.h | 3 * Copyright (c) 2012-2022, 2025 Ingo Schwarze <schwarze@openbsd.org> 22 #define ASCII_NBRSP 31 /* non-breaking space */ 23 #define ASCII_NBRZW 30 /* non-breaking zero-width space */ 24 #define ASCII_BREAK 29 /* breakable zero-width space */ 78 MANDOCERR_DASHDASH, /* verbatim "--", maybe consider using \(em */ 123 MANDOCERR_NS_SKIP, /* skipping no-space macro */ 137 MANDOCERR_BD_NOTYPE, /* missing display type, using -ragged: Bd */ 139 MANDOCERR_BL_NOWIDTH, /* missing -width in -tag list, using 6n */ 142 MANDOCERR_IT_NOHEAD, /* empty head in list item: Bl -type It */ 143 MANDOCERR_IT_NOBODY, /* empty list item: Bl -type It */ [all …]
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesni-x86_64.pl | 2 # Copyright 2009-2020 The OpenSSL Project Authors. All Rights Reserved. 17 # This module implements support for Intel AES-NI extension. In 19 # drop-in replacement for crypto/aes/asm/aes-x86_64.pl [see below for 25 # non-parallelizable modes such as CBC encrypt is 3.75 cycles per byte 26 # processed with 128-bit key. And given their throughput asymptotic 30 # different modes and block sized. Pairs of numbers are for en-/ 33 # 16-byte 64-byte 256-byte 1-KB 8-KB 42 # that otherwise used 'openssl speed -evp aes-128-??? -engine aesni 43 # [-decrypt]' will exhibit 10-15% worse results for smaller blocks. 51 # Looking at the results for 8-KB buffer. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 1 //===- HexagonAsmPrinter.cpp - Print machine instrs to Hexagon assembly ---===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // of machine-dependent LLVM code to Hexagon assembly language. This printer is 13 //===----------------------------------------------------------------------===// 65 #define DEBUG_TYPE "asm-printer" 71 unsigned Pair = *RI->superregs(Reg).begin(); in getHexagonRegisterPair() 78 const MachineOperand &MO = MI->getOperand(OpNo); in printOperand() 90 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand() 93 GetCPISymbol(MO.getIndex())->print(O, MAI); in printOperand() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVCallLowering.cpp | 1 //===-- RISCVCallLowering.cpp - Call lowering -------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 29 // The function used internally to assign args - we ignore the AssignFn stored 30 // by OutgoingValueAssigner since RISC-V implements its CC using a custom 175 // The function used internally to assign args - we ignore the AssignFn stored 176 // by IncomingValueAssigner since RISC-V implements its CC using a custom 202 MF.getInfo<RISCVMachineFunctionInfo>()->setIsVectorCall(); in assignArg() 284 /// parameters (it's a basic-block live-in), and a call instruction [all …]
|
/freebsd/contrib/diff/doc/ |
H A D | diff.7 | 1 .Dd 2015-03-02 26 normally produces no output; for binary (non-text) files, 36 .Li M-x compare-windows . 80 Vol. 1 No. 2, 1986, pp. 251--266; and in \(lqA File Comparison Program\(rq, Webb Miller 82 .Em Software---Practice and Experience 83 Vol. 15 No. 11, 1985, pp. 1025--1040. The algorithm was independently discovered 86 Vol. 64, 1985, pp. 100--118. Unless the 87 .Op --minimal 97 Elsevier/MIT Press, 1990, pp. 255--300. 192 .Bd -literal -offset indent [all …]
|