Home
last modified time | relevance | path

Searched +full:- +full:5 (Results 1 – 25 of 1207) sorted by relevance

12345678910>>...49

/freebsd/share/examples/BSD_daemon/
H A Dbeastie.svg1 <?xml version="1.0" encoding="UTF-8"?>
3 …,0%,0%);stroke-opacity:1;stroke-miterlimit:10;stroke-linecap:butt;stroke-linejoin:miter;fill:none;…
45 -11 l 4 -10 l 6 -11 l 6 -12 l 7 -12 l 8 -13 l 9 -12 l 8 -13 l 9 -12 l 10 -13 l 8 -9 l 8 -10 l 8
5-1 l 12 0 l 13 -1 l 14 -1 l 13 0 l 14 -1 l 50 0 l 12 -1 l 109 0 l 10 -1 l 21 0 l 11 -1 l 11 -1 l 1…
6-1 0 l -3 -3 l -9 -7 l -15 -11 l -19 -14 l -21 -17 l -22 -16 l -21 -16 l -19 -15 l -17 -12 l -15 -
75 l 9 6 l 10 6 l 11 6 l 12 7 l 11 6 l 11 6 l 10 4 l 10 5 l 9 3 l 9 4 l 10 3 l 9 3 l 10 2 l 8 2 l 9…
85 l 11 5 l 22 10 l 11 4 l 12 4 l 11 3 l 11 3 l 11 2 l 10 3 l 10 1 l 10 2 l 10 2 l 10 2 l 12 1 l 12…
95 l 4 5 l 5 5 l 4 5 l 5 4 l 5 4 l 12 6 l 7 3 l 7 2 l 7 2 l 7 1 l 7 1 l 16 2 l 7 1 l 7 1 l 7 0 l 6 …
105 l 10 3 l 9 3 l 8 3 l 9 3 l 10 3 l 9 3 l 9 3 l 9 2 l 8 2 l 9 2 l 10 1 l 9 1 l 9 2 l 8 1 l 8 0 l 8…
11-6 -7 l -6 -7 l -8 -7 l -8 -7 l -8 -8 l -9 -7 l -8 -7 l -7 -6 l -8 -6 l -9 -7 l -9 -6 l -9 -7 l -1…
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.keysort.d.out2 Amsterdam 17 8 -3
3 Brisbane 14 7 -2
4 Melbourne 16 7 -2
5 Sydney 15 7 -2
6 London 13 6 -1
7 Prague 12 6 -1
8 Calgary 9 5 0
9 Edmonton 8 5 0
10 Regina 6 5 0
11 Vancouver 10 5 0
[all …]
/freebsd/sys/crypto/openssl/powerpc/
H A Dsha512-ppc.S1 /* Do not modify. This file is auto-generated from sha512-ppc.pl. */
9 stwu 1,-256(1)
11 slwi 5,5,7
55 add 5,4,5
56 stw 5,160(1)
74 subfc 5,0,5
76 stw 5,156(1)
81 lwz 5,156(1)
101 stw 5,156(1)
106 lwz 5,156(1)
[all …]
H A Dppc-mont.S1 /* Do not modify. This file is auto-generated from ppc-mont.pl. */
7 .align 5
14 li 12,-4096
23 stw 20,-48(12)
24 stw 21,-44(12)
25 stw 22,-40(12)
26 stw 23,-36(12)
27 stw 24,-32(12)
28 stw 25,-28(12)
29 stw 26,-24(12)
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.complex.d.out4 ------
5 i <= 5
6 i >= 5 || j >= 5
7 i < 5
12 ------
13 i <= 5
14 i >= 5 || j >= 5
15 i < 5
19 j == 5 || i == 2
23 ------
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrFormats.td1 //===----------
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td1 //===-- CSKYInstrFormats.td - CSKY Instruction Formats -----*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 class AddrMode<bits<5> val> {
10 bits<5> Value = val;
18 def AddrMode16H : AddrMode<5>; // ld16.h, +64b
33 let TSFlags{4 - 0} = AM.Value;
46 let Inst{31 - 26} = opcode;
54 // CSKY 32-bit instruction
61 let Inst{25 - 0} = offset;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrFormats.td1 //===- MipsMSAInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 let Inst{31-26} = 0b011110;
16 let Inst{31-26} = 0b010001;
20 let Inst{31-26} = 0b000000;
31 bits<5> ws;
32 bits<5> wd;
35 let Inst{25-23} = major;
36 let Inst{22-19} = 0b1110;
[all …]
H A DMipsDSPInstrFormats.td1 //===- MipsDSPInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 def HasDSP : Predicate<"Subtarget->hasDSP()">,
25 def HasDSPR2 : Predicate<"Subtarget->hasDSPR2()">,
27 def HasDSPR3 : Predicate<"Subtarget->hasDSPR3()">,
64 // ADDU.QB sub-class format.
65 class ADDU_QB_FMT<bits<5> op> : DSPInst {
66 bits<5> rd;
67 bits<5> rs;
[all …]
H A DMicroMipsInstrFormats.td1 //===-- MicroMipsInstrFormats.td - microMIPS Inst Formats -*- tablegen -*--===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
15 //===----------------------------------------------------------------------===//
40 // Base class for MicroMIPS 16-bit instructions.
52 //===----------------------------------------------------------------------===//
53 // MicroMIPS 16-bit Instruction Formats
54 //===----------------------------------------------------------------------===//
[all …]
H A DMicroMips32r6InstrFormats.td1 //=- MicroMips32r6InstrFormats.td - Mips32r6 Instruction Formats -*- tablegen -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
19 //===----------------------------------------------------------------------===//
23 //===----------------------------------------------------------------------===//
31 //===----------------------------------------------------------------------===//
35 //===----------------------------------------------------------------------===//
42 let Inst{15-10} = 0x33;
43 let Inst{9-0} = offset;
[all …]
H A DMipsInstrFormats.td1 //===-- MipsInstrFormats.td - Mips Instruction Formats -----*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
14 // opcode - operation code.
15 // rs - src reg.
16 // rt - dst reg (on a 2 regs instr) or src reg (on a 3 reg instr).
17 // rd - dst reg, only used on 3 regs instr.
18 // shamt - only used on shift instructions, contains the shift amount.
19 // funct - combined with opcode field give us an operation code.
[all …]
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_pinmux.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
54 #define TEGRA_MUX_ENABLE_INPUT_SHIFT 5
78 {"nvidia,tegra210-pinmux", 1},
109 {"nvidia,enable-input", PROP_ID_ENABLE_INPUT},
110 {"nvidia,open-drain", PROP_ID_OPEN_DRAIN},
112 {"nvidia,io-reset", PROP_ID_IORESET},
113 {"nvidia,rcv-sel", PROP_ID_RCV_SEL},
114 {"nvidia,io-hv", PROP_ID_RCV_SEL},
115 {"nvidia,high-speed-mode", PROP_ID_HIGH_SPEED_MODE},
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchLSXInstrFormats.td1 // LoongArchLSXInstrFormats.td - LoongArch LSX Instr Formats -*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
12 // opcode - operation code.
13 // vd/rd/cd - destination register operand.
14 // {r/v}{j/k} - source register operand.
15 // immN - immediate data operand.
17 //===----------------------------------------------------------------------===//
19 // 1RI13-type
[all …]
H A DLoongArchLASXInstrFormats.td1 // LoongArchLASXInstrFormats.td - LoongArch LASX Instr Formats - tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
12 // opcode - operation code.
13 // xd/rd/cd - destination register operand.
14 // {r/x}{j/k} - source register operand.
15 // immN - immediate data operand.
17 //===----------------------------------------------------------------------===//
19 // 1RI13-type
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.cpp1 //===--- AVR.cpp - Implement AVR target feature support -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
31 // NOTE: This list has been synchronized with gcc-avr 5.4.0 and avr-libc 2.0.0.
126 {"avr5", NULL, "5", 1},
127 {"ata5702m322", "__AVR_ATA5702M322__", "5", 1},
128 {"ata5782", "__AVR_ATA5782__", "5", 1},
129 {"ata5790", "__AVR_ATA5790__", "5", 1},
130 {"ata5790n", "__AVR_ATA5790N__", "5", 1},
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Dppc-mont.S1 /* Do not modify. This file is auto-generated from ppc-mont.pl. */
8 .align 5
15 li 12,-4096
24 std 20,-96(12)
25 std 21,-88(12)
26 std 22,-80(12)
27 std 23,-72(12)
28 std 24,-64(12)
29 std 25,-56(12)
30 std 26,-48(12)
[all …]
H A Dbn-ppc.S1 /* Do not modify. This file is auto-generated from ppc.pl. */
141 ld 5,0(4)
142 mulld 9,5,5
143 mulhdu 10,5,5
151 mulld 7,5,6
152 mulhdu 8,5,6
172 mulld 7,5,6
173 mulhdu 8,5,6
185 mulld 7,5,6
186 mulhdu 8,5,6
[all …]
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dppc-mont.S1 /* Do not modify. This file is auto-generated from ppc-mont.pl. */
8 .align 5
15 li 12,-4096
24 std 20,-96(12)
25 std 21,-88(12)
26 std 22,-80(12)
27 std 23,-72(12)
28 std 24,-64(12)
29 std 25,-56(12)
30 std 26,-48(12)
[all …]
/freebsd/share/man/man5/
H A DMakefile5 #MISSING: dump.5 plot.5
6 MAN= a.out.5 \
7 ${_boot.config.5} \
8 core.5 \
9 dir.5 \
10 disktab.5 \
11 elf.5 \
12 ethers.5 \
13 eui64.5 \
14 fbtab.5 \
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dtables.h1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
32 …'0', '0', '0', '1', '0', '2', '0', '3', '0', '4', '0', '5', '0', '6', '0', '7', '1', '0', '1', '1'…
33 …'1', '3', '1', '4', '1', '5', '1', '6', '1', '7', '2', '0', '2', '1', '2', '2', '2', '3', '2', '4'…
34 …'2', '6', '2', '7', '3', '0', '3', '1', '3', '2', '3', '3', '3', '4', '3', '5', '3', '6', '3', '7'…
35 …'4', '1', '4', '2', '4', '3', '4', '4', '4', '5', '4', '6', '4', '7', '5', '0', '5', '1', '5', '2'…
36 …'5', '4', '5', '5', '5', '6', '5', '7', '6', '0', '6', '1', '6', '2', '6', '3', '6', '4', '6', '5'…
37 '6', '7', '7', '0', '7', '1', '7', '2', '7', '3', '7', '4', '7', '5', '7', '6', '7', '7'};
[all …]
/freebsd/share/numericdef/
H A DMakefile7 grep -v -E '^(#$$|#[ ])' < ${.IMPSRC} > ${.TARGET}
9 LOCALES+= en_ZA.US-ASCII
10 LOCALES+= it_CH.ISO8859-15
12 LOCALES+= uk_UA.ISO8859-5
13 LOCALES+= uk_UA.KOI8-U
16 LOCALES+= en_US.US-ASCII
17 LOCALES+= tr_TR.ISO8859-9
18 LOCALES+= hi_IN.ISCII-DEV
20 SAME+= uk_UA.ISO8859-5 uk_UA.CP1251
21 SAME+= uk_UA.ISO8859-5 sv_SE.ISO8859-15
[all …]
/freebsd/contrib/dialog/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Copyright 2003-2020,2021 Thomas E. Dickey
25 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
29 set -o posix
41 rm -f conf$$ conf$$.exe conf$$.file
43 if ln -s conf$$.file conf$$ 2>/dev/null; then
46 if test -f conf$$.exe; then
48 as_ln_s='cp -p'
50 as_ln_s='ln -s'
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Didt,versaclock5.txt1 Binding for IDT VersaClock 5,6 programmable i2c clock generators.
3 The IDT VersaClock 5 and VersaClock 6 are programmable i2c clock
9 - compatible: shall be one of
10 "idt,5p49v5923"
11 "idt,5p49v5925"
12 "idt,5p49v5933"
13 "idt,5p49v5935"
14 "idt,5p49v6901"
15 "idt,5p49v6965"
16 - reg: i2c device address, shall be 0x68 or 0x6a.
[all …]
/freebsd/sys/arm64/arm64/
H A Ddisassem.c1 /*-
44 #define OP_SIGN_EXT (1UL << 0) /* Sign-extend immediate value */
47 #define OP_SF32 (1UL << 3) /* Force 32-bit access */
80 * name - name of operand
81 * pos - position within the instruction (in bits)
82 * len - operand length (in bits)
122 * name - opcode name
123 * format - opcode format in a human-readable way
124 * type - syntax type for printing
125 * special_ops - special options passed to a printer (if any)
[all …]

12345678910>>...49