Home
last modified time | relevance | path

Searched +full:25 +full:v (Results 1 – 25 of 1184) sorted by relevance

12345678910>>...48

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDSPInstrFormats.td40 bits<6> V = val;
70 let Opcode = SPECIAL3_OPCODE.V;
72 let Inst{25-21} = rs;
83 let Opcode = SPECIAL3_OPCODE.V;
85 let Inst{25-21} = rs;
97 let Opcode = SPECIAL3_OPCODE.V;
99 let Inst{25-21} = rs;
111 let Opcode = SPECIAL3_OPCODE.V;
113 let Inst{25-21} = rs;
125 let Opcode = SPECIAL3_OPCODE.V;
[all …]
/freebsd/contrib/ntp/include/
H A Dparse_conf.h2 * /src/NTP/ntp4-dev/include/parse_conf.h,v 4.7 2005/06/25 10:58:45 kardel RELEASE_20050625_A
4 * parse_conf.h,v 4.7 2005/06/25 10:58:45 kardel RELEASE_20050625_A
38 static char prshrcsid[] = "parse_conf.h,v 4.7 2005/06/25 10:58:45 kardel RELEASE_20050625_A";
79 * parse_conf.h,v
80 * Revision 4.7 2005/06/25 10:58:45 kardel
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dmediatek,mt7621-pcie.yaml26 v
31 v v v On Bus0
39 On Bus1 v On Bus2 v On Bus3 v
129 <0x1000 0 0 0 &gic GIC_SHARED 25 IRQ_TYPE_LEVEL_HIGH>;
155 resets = <&rstctrl 25>;
156 clocks = <&clkctrl 25>;
169 interrupt-map = <0 0 0 0 &gic GIC_SHARED 25 IRQ_TYPE_LEVEL_HIGH>;
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp221 uint32_t v = read32(loc); in readShuffle() local
223 return (v << 16) | (v >> 16); in readShuffle()
224 return v; in readShuffle()
227 static void writeValue(uint8_t *loc, uint64_t v, uint8_t bitsSize, in writeValue() argument
231 uint32_t data = (instr & ~mask) | ((v >> shift) & mask); in writeValue()
236 static void writeShuffleValue(uint8_t *loc, uint64_t v, uint8_t bitsSize, in writeShuffleValue() argument
243 writeValue(loc, v, bitsSize, shift); in writeShuffleValue()
250 static void writeMicroRelocation16(uint8_t *loc, uint64_t v, uint8_t bitsSize, in writeMicroRelocation16() argument
254 uint16_t data = (instr & ~mask) | ((v >> shift) & mask); in writeMicroRelocation16()
266 write16(buf + 4, 0xff23); // lw $25, 0($3) in writePltHeader()
[all …]
/freebsd/contrib/ntp/kernel/sys/
H A Dparsestreams.h2 * /src/NTP/ntp4-dev/kernel/sys/parsestreams.h,v 4.5 2005/06/25 10:52:47 kardel RELEASE_20050625_A
4 * parsestreams.h,v 4.5 2005/06/25 10:52:47 kardel RELEASE_20050625_A
35 …static char sysparsehrcsid[] = "parsestreams.h,v 4.5 2005/06/25 10:52:47 kardel RELEASE_20050625_A…
111 * parsestreams.h,v
112 * Revision 4.5 2005/06/25 10:52:47 kardel
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsV.td1 //===-- RISCVInstrFormatsV.td - RISC-V V Instruction Formats -*- tablegen -*-=//
9 // This file describes the RISC-V V extension instruction formats.
97 let Inst{30-25} = 0b000000;
116 let Inst{25} = vm;
136 let Inst{25} = vm;
155 let Inst{25} = vm;
175 let Inst{25} = vm;
194 let Inst{25} = vm;
216 let Inst{25} = vm;
238 let Inst{25} = vm;
[all …]
H A DRISCVInstrFormats.td1 //===-- RISCVInstrFormats.td - RISC-V Instruction Formats --*- tablegen -*-===//
12 // description in the RISC-V User-Level ISA specification as closely as
88 // * v[f]slide[1]up: The destination vector register group for vslideup cannot
116 // RISC-V User-level ISA specification ("RISC-V base opcode map").
283 // Instruction formats are listed in the order they appear in the RISC-V
286 // Common base class for R format instructions. Bits {31-25} should be set by
305 let Inst{31-25} = funct7;
314 let Inst{25} = rl;
325 let Inst{31-25} = funct7;
342 let Inst{26-25} = funct2;
[all …]
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h16 * fe limbs are bounded by 1.125*2^26,1.125*2^25,1.125*2^26,1.125*2^25,etc.
19 typedef struct fe { u32 v[10]; } fe; member
21 /* fe_loose limbs are bounded by 3.375*2^26,3.375*2^25,3.375*2^26,3.375*2^25,etc
24 typedef struct fe_loose { u32 v[10]; } fe_loose; member
38 h[1] = (a0>>26) | ((a1&((1<<19)-1))<< 6); /* (32-26) + 19 = 6+19 = 25 */ in fe_frombytes_impl()
40 h[3] = (a2>>13) | ((a3&((1<< 6)-1))<<19); /* (32-13) + 6 = 19+ 6 = 25 */ in fe_frombytes_impl()
42 h[5] = a4&((1<<25)-1); /* 25 */ in fe_frombytes_impl()
43 h[6] = (a4>>25) | ((a5&((1<<19)-1))<< 7); /* (32-25) + 19 = 7+19 = 26 */ in fe_frombytes_impl()
44 h[7] = (a5>>19) | ((a6&((1<<12)-1))<<13); /* (32-19) + 12 = 13+12 = 25 */ in fe_frombytes_impl()
46 h[9] = (a7>> 6)&((1<<25)-1); /* 25 */ in fe_frombytes_impl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.cpp50 "v" #i, nullptr, 16, OFFSET(v) + i * 16, eEncodingVector, \
51 eFormatVectorOfUInt8, {arm64_dwarf::v##i, arm64_dwarf::v##i, INV, INV, \
57 "d" #i, nullptr, 8, OFFSET(v) + i * 16, eEncodingVector, \
64 "s" #i, nullptr, 4, OFFSET(v) + i * 16, eEncodingVector, \
71 "h" #i, nullptr, 2, OFFSET(v) + i * 16, eEncodingVector, \
306 DEF_X(25),
380 DEF_W(25),
446 DEF_V(25),
479 DEF_D(25),
512 DEF_S(25),
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dtest.data114 25 spm
142 3sysadm:*:0:0:System V Administration:/usr/admin:/bin/sh
164 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/null
167 28dist:sorry:9999:4:file distributions:/v/adm/dist:/v/bin/sh
169 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
172 3s ysadm * 0 0 System V Administration /usr/admin /bin/sh
194 25 nobody * -2 -2 original nobody uid /dev/null /dev/null
197 28 dist sorry 9999 4 file distributions /v/adm/dist /v/bin/sh
199 30 phoneca * 991 991 phone call log [tom] /v/adm/log /v/bin/sh
/freebsd/contrib/ncurses/man/
H A Dterm.531 .\" $Id: term.5,v 1.77 2024/04/20 21:24:19 tom Exp $
320 System V curses used a directory-tree of binary files,
328 diverged from System V terminfo after SVr1, and have added extension
330 System V and X/Open Curses extensions.
346 System V defined more than one magic number,
414 0030 ff ff ff ff ff ff ff ff 0a 00 25 00 27 00 ff ff ........ ..%.\*'...
430 0130 3e 00 1b 3d 25 70 31 25 7b 33 32 7d 25 2b 25 63 >..=%p1% {32}%+%c
431 0140 25 70 32 25 7b 33 32 7d 25 2b 25 63 00 0a 00 1e %p2%{32} %+%c....
/freebsd/lib/libc/nls/
H A Dfi_FI.ISO8859-1.msg28 11 Resurssin ristiinlukitus v�ltetty
42 18 Laitteiden v�linen linkki
56 25 Virheellinen ohjaustoiminto laitteelle
88 41 V��r� protokolla socketille
152 73 V��r� RPC-versio
156 75 V��r� ohjelmaversio
158 76 V��r� RPC-pyynt� ohjelmalle
164 79 V��r� tiedostotyyppi tai -formaatti
188 10 V�yl�virhe
218 25 Tiedoston kokorajoitus ylitetty
[all …]
H A Dsk_SK.ISO8859-2.msg16 5 Chyba vstupu/v�stupu
52 23 Prive�a otvoren�ch s�borov v syst�me
56 25 Nevhodn� ioctl pre dan� zariadenie
74 34 V�sledok pr�li� ve�k� alebo pr�li� mal�
148 71 Prive�a �rovn� vzdialen�ho v ceste
166 80 Overenie pr�v ne�spe�n�
218 8 V�nimka pohyblivej r�dovej �iarky
234 16 Naliehav� vstupn�/v�stupn� stav
246 22 Pozastaven� (termin�lov� v�stup)
248 23 Vstup/v�stup mo�n�
[all …]
H A Dhu_HU.ISO8859-2.msg14 4 Megszak�tott rendszerh�v�s
22 8 Hib�s v�grehajthat� form�tum
56 25 Nem megfelel� ioctl az eszk�zh�z
132 63 T�l hossz� f�jln�v
172 83 Nincs �zenet a k�v�nt t�pusb�l
220 12 Rossz rendszerh�v�s
246 25 �jlm�ret-korl�toz�s t�ll�pve
252 28 Ablakm�ret-v�ltoz�sok
278 8 Se hosztn�v, se szolg�ltat�sn�v nem �ll rendelkez�sre
280 9 Nem t�mogatott ai_socktype szolg�ltat�sn�v
[all …]
/freebsd/share/misc/
H A Dbsd-family-tree21 32V | |
48 v | 2.11BSD
52 | v
115 | v | | | | OpenBSD 2.4 |
118 FreeBSD 3.0 <--------* | | v | |
170 | | | | | v |
197 *--FreeBSD | | | | v OpenBSD 3.8 |
479 v v v v v
561 32V 1978-1[01]-xx [QCU] 1979-03-26 [TUHS]
623 FreeBSD 2.1.6.1 1996-11-25 [FBD] (sendmail security release)
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Dvarsyntax_calc1.tab.c195 12, 24, 13, 26, 0, 0, 23, 25, 14, 0,
204 -34, -37, 0, 0, 0, 0, -25, 90, -37, -37,
206 25, 125, 31, 0, -34, 0, -11, 37, -11, 37,
231 10, 25, 0, 27, 0, 11, 53, 51, 0, 52,
232 22, 54, 26, 24, 0, 25, 19, 27, 26, 9,
238 36, 26, 24, 0, 25, 33, 27, 0, 0, 0,
264 -1, -1, 19, 20, 21, 22, -1, 24, 25, 26,
441 INTERVAL v; in hilo() local
445 v.hi = a; in hilo()
446 v.lo = b; in hilo()
[all …]
H A Dcalc1.tab.c194 12, 24, 13, 26, 0, 0, 23, 25, 14, 0,
203 -34, -37, 0, 0, 0, 0, -25, 90, -37, -37,
205 25, 125, 31, 0, -34, 0, -11, 37, -11, 37,
230 10, 25, 0, 27, 0, 11, 53, 51, 0, 52,
231 22, 54, 26, 24, 0, 25, 19, 27, 26, 9,
237 36, 26, 24, 0, 25, 33, 27, 0, 0, 0,
263 -1, -1, 19, 20, 21, 22, -1, 24, 25, 26,
440 INTERVAL v; in hilo() local
444 v.hi = a; in hilo()
445 v.lo = b; in hilo()
[all …]
/freebsd/stand/libsa/powerpc/
H A D_setjmp.S1 /* from: NetBSD: setjmp.S,v 1.1 1998/01/27 15:13:12 sakamoto Exp $ */
2 /* from: OpenBSD: setjmp.S,v 1.2 1996/12/28 06:22:18 rahnds Exp */
42 #define JMP_sig 25*REGWIDTH
60 ST_REG 25, JMP_r25(3)
98 LD_REG 25, JMP_r25(3)
/freebsd/contrib/mandoc/
H A Dcompat_strndup.c1 /* $Id: compat_strndup.c,v 1.3 2020/06/15 20:19:39 schwarze Exp $ */
2 /* $OpenBSD: strndup.c,v 1.3 2019/01/25 00:19:25 millert Exp $ */
H A Dcompat_strlcpy.c1 /* $Id: compat_strlcpy.c,v 1.6 2020/06/15 20:49:57 schwarze Exp $ */
2 /* $OpenBSD: strlcpy.c,v 1.16 2019/01/25 00:19:25 millert Exp $ */
H A Dcompat_strlcat.c1 /* $Id: compat_strlcat.c,v 1.6 2020/06/15 20:49:57 schwarze Exp $ */
2 /* $OpenBSD: strlcat.c,v 1.19 2019/01/25 00:19:25 millert Exp $ */
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_012_pos.ksh39 zdb -dddddd $dataset $inum | awk -v d=$num_normal '{
80 typeset -l blocks=25
87 ((blocks = blocks + 25))
90 log_must zpool list -v $TESTPOOL
106 log_must zpool list -v $TESTPOOL
/freebsd/share/i18n/esdb/GB/
H A DMakefile1 # $NetBSD: Makefile.inc,v 1.1 2006/11/23 03:25:25 tnozaki Exp $
H A DGBK.src1 # $NetBSD: GBK.src,v 1.1 2006/11/23 03:25:25 tnozaki Exp $
H A DGB18030.src1 # $NetBSD: GB18030.src,v 1.1 2006/11/23 03:25:25 tnozaki Exp $

12345678910>>...48