/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/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/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/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/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/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 */ 125 * Option flags per-socket. 155 #define SO_SNDLOWAT 0x1003 /* send low-water mark */ 156 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ 179 #define SO_TS_BINTIME 1 /* sub-nanosecond resolution, realtime */ 187 * Space reserved for new socket options added by third-party vendors. 206 char af_arg[256-16]; [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mandoc.h | 3 * Copyright (c) 2012-2021 Ingo Schwarze <schwarze@openbsd.org> 22 #define ASCII_NBRSP 31 /* non-breaking space */ 24 #define ASCII_BREAK 29 /* breakable zero-width space */ 76 MANDOCERR_DASHDASH, /* verbatim "--", maybe consider using \(em */ 121 MANDOCERR_NS_SKIP, /* skipping no-space macro */ 135 MANDOCERR_BD_NOTYPE, /* missing display type, using -ragged: Bd */ 137 MANDOCERR_BL_NOWIDTH, /* missing -width in -tag list, using 6n */ 140 MANDOCERR_IT_NOHEAD, /* empty head in list item: Bl -type It */ 141 MANDOCERR_IT_NOBODY, /* empty list item: Bl -type It */ 142 MANDOCERR_IT_NOARG, /* missing argument, using next line: Bl -c 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/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 1 /*- 34 * Copyright(c) 2001-2024, Broadcom. All rights reserved. The 71 * * 0x0-0xFFF8 - The function ID 72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors 73 * * 0xFFFD - Reserved for user-space HWRM interface 74 * * 0xFFFF - HWRM 122 /* Engine CKV - The Alias key EC curve and ECC public key information. */ 124 /* Engine CKV - Initialization vector. */ 126 /* Engine CKV - Authentication tag. */ 128 /* Engine CKV - The encrypted data. */ [all …]
|
/freebsd/sys/net/ |
H A D | netmap_user.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2011-2016 Universita` di Pisa 45 * we can access ring->cur, ring->head, ring->tail, etc. 47 * ring->slot[i] gives us the i-th slot (we can access 51 * the buffer numbered x 112 nifp, (nifp)->ring_ofs[index] ) 115 nifp, (nifp)->ring_ofs[index + (nifp)->ni_tx_rings + \ 116 (nifp)->ni_host_tx_rings] ) 119 ((char *)(ring) + (ring)->buf_ofs + ((size_t)(index)*(ring)->nr_buf_size)) [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 …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSystemOperands.td | 1 //===- RISCVSystemOperands.td ------------------------------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // RISC-V system instruction. 12 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 18 //===----------------------------------------------------------------------===// 30 // Privilege Access: Read and Write = 0, 1, 2; Read-Only = 3. 32 // bits<2> ReadWrite = op{11 - 10}; 33 // bits<2> XMode = op{9 - 8}; [all …]
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_tag.c | 1 /*- 49 * ex_tag_first -- 50 * The tag code can be entered from main, e.g., "vi -t tag". 80 * ex_tag_push -- ^] 95 switch (cmdp->argc) { in ex_tag_push() 97 free(exp->tag_last); in ex_tag_push() 99 if ((exp->tag_last = v_wstrdup(sp, cmdp->argv[0]->bp, in ex_tag_push() 100 cmdp->argv[0]->len)) == NULL) { in ex_tag_push() 107 O_VAL(sp, O_TAGLENGTH)) != 0 && STRLEN(exp->tag_last) > tl) in ex_tag_push() 108 exp->tag_last[tl] = '\0'; in ex_tag_push() [all …]
|