Home
last modified time | relevance | path

Searched +full:- +full:19 +full:v (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/freebsd/contrib/bearssl/src/ec/
H A Dec_c25519_m15.c57 j -= k;
60 tmp[35 - k] |= (unsigned char)w;
61 tmp[34 - k] |= (unsigned char)(w >> 8);
62 tmp[33 - k] |= (unsigned char)(w >> 16);
63 tmp[32 - k] |= (unsigned char)(w >> 24);
74 * that right-shifting a signed negative integer copies the sign bit
75 * (arithmetic right-shift). This is "implementation-defined behaviour",
84 | ((-((uint32_t)(x) >> 31)) << (32 - (n))))
90 * Convert an integer from unsigned little-endian encoding to a sequence of
91 * 13-bit words in little-endian order. The final "partial" word is
[all …]
H A Dec_p256_m15.c29 * that right-shifting a signed negative integer copies the sign bit
30 * (arithmetic right-shift). This is "implementation-defined behaviour",
39 | ((-((uint32_t)(x) >> 31)) << (32 - (n))))
45 * Convert an integer from unsigned big-endian encoding to a sequence of
46 * 13-bit words in little-endian order. The final "partial" word is
57 while (len -- > 0) { in be8_to_le13()
63 acc_len -= 13; in be8_to_le13()
70 * Convert an integer (13-bit words, little-endian) to unsigned
71 * big-endian encoding. The total encoding length is provided; all
82 while (len -- > 0) { in le13_to_be8()
[all …]
/freebsd/contrib/ncurses/man/
H A Dscr_dump.52 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
30 .\" $Id: scr_dump.5,v 1.46 2024/03/23 20:42:29 tom Exp $
31 .TH scr_dump 5 2024-03-23 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "File formats"
48 scr_dump \-
60 A longstanding implementation of screen-dump was
69 This 16-bit number was unused:
78 but to be more certain, this 32-bit number was chosen:
94 # ncurses6 (2015) uses this format, ignoring byte-order
102 so that internal data sizes are not directly related to the dump-format, and
103 enabling the library to read dumps from either narrow- or wide-character-
[all …]
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c157 1ULL << 12, 0) != -1) { in tv2()
161 1, crypto_pwhash_argon2id_alg_argon2id13()) != -1) { in tv2()
165 1ULL << 12, crypto_pwhash_argon2id_alg_argon2id13()) != -1) { in tv2()
169 1ULL << 12, crypto_pwhash_argon2id_alg_argon2id13()) != -1) { in tv2()
173 1ULL << 12, crypto_pwhash_argon2id_alg_argon2id13()) != -1) { in tv2()
177 1ULL << 12, crypto_pwhash_argon2id_alg_argon2id13()) != -1) { in tv2()
181 OPSLIMIT, MEMLIMIT, crypto_pwhash_alg_argon2i13()) == -1); in tv2()
192 …"$argon2id$v=19$m=4096,t=0,p=1$X1NhbHQAAAAAAAAAAAAAAA$bWh++MKN1OiFHKgIWTLvIi1iHicmHH7+Fv3K88ifFfI"… in tv3()
194 …"$argon2id$v=19$m=2048,t=4,p=1$SWkxaUhpY21ISDcrRnYzSw$Mbg/Eck1kpZir5T9io7C64cpffdTBaORgyriLQFgQj8"… in tv3()
196 …"$argon2id$v=19$m=4882,t=2,p=1$bA81arsiXysd3WbTRzmEOw$Nm8QBM+7RH1DXo9rvp5cwKEOOOfD2g6JuxlXihoNcpE"… in tv3()
[all …]
H A Dpwhash_argon2i.c157 1ULL << 12, 0) != -1) { in tv2()
161 1ULL << 12, 0) != -1) { in tv2()
165 1, crypto_pwhash_alg_argon2i13()) != -1) { in tv2()
169 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) { in tv2()
173 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) { in tv2()
177 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) { in tv2()
181 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) { in tv2()
185 OPSLIMIT, MEMLIMIT, crypto_pwhash_alg_argon2id13()) == -1); in tv2()
196 "$argon2i$v=19$m=4096,t=1,p=1$X1NhbHQAAAAAAAAAAAAAAA$bWh++" in tv3()
199 "$argon2i$v=19$m=2048,t=4,p=1$SWkxaUhpY21ISDcrRnYzSw$Mbg/" in tv3()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_powerpc_altivec_common.h9 * or https://opensource.org/licenses/CDDL-1.0.
23 * <romain.dolbeau@european-processor-initiative.eu>
61 #define RVR0_(REG, ...) [w##REG] "v" (w##REG)
62 #define RVR1_(_1, REG, ...) [w##REG] "v" (w##REG)
63 #define RVR2_(_1, _2, REG, ...) [w##REG] "v" (w##REG)
64 #define RVR3_(_1, _2, _3, REG, ...) [w##REG] "v" (w##REG)
65 #define RVR4_(_1, _2, _3, _4, REG, ...) [w##REG] "v" (w##REG)
66 #define RVR5_(_1, _2, _3, _4, _5, REG, ...) [w##REG] "v" (w##REG)
67 #define RVR6_(_1, _2, _3, _4, _5, _6, REG, ...) [w##REG] "v" (w##REG)
68 #define RVR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) [w##REG] "v" (w##REG)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsV.td1 //===-- RISCVInstrFormatsV.td - RISC-V V Instruction Formats -*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file describes the RISC-V V extension instruction formats.
11 //===----------------------------------------------------------------------===//
65 let Inst{29-20} = vtypei{9-0};
66 let Inst{19-15} = uimm;
67 let Inst{14-12} = OPCFG.Value;
68 let Inst{11-7} = rd;
69 let Inst{6-0} = OPC_OP_V.Value;
[all …]
H A DRISCVInstrFormats.td1 //===-- RISCVInstrFormats.td - RISC-V Instruction Formats --*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
12 // description in the RISC-V User-Level ISA specification as closely as
18 // specification describes immediate encoding in terms of bit-slicing
22 // a 21-bit value (where the LSB is always zero), we describe it as an imm20
25 //===----------------------------------------------------------------------===//
29 // definitions must be kept in-sync with RISCVBaseInfo.h.
52 def InstFormatCLH : InstFormat<19>;
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dzip1 #------------------------------------------------------------------------------
2 # $File: zip,v 1.8 2021/10/24 15:53:56 christos Exp $
19 # This is DOS date like: ledate 21:00:48 19 Dec 2001 != DOS 00:00 1 Jan 2010 ~ 0000213C
48 >0 leshort 19 \bIBM LZ77 (z/Architecture)
64 >0 ubyte/10 x v%u
82 # >>0 leshort x v?[%#x]
87 # If the file is compatible with MS-DOS (v 2.04g) then this value will be zero.
101 >1 ubyte 8 Z-System
108 >1 ubyte 19 OS X
110 #>1 ubyte >19 unused %#x
[all …]
H A Dsgml2 #------------------------------------------------------------------------------
3 # $File: sgml,v 1.53 2024/11/10 14:48:55 christos Exp $
7 >14 regex ['"\ \t]*[0-9.]+['"\ \t]*
8 >>19 search/4096 \<svg SVG Scalable Vector Graphics image
12 >>19 search/4096 \<gnc-v2 GnuCash file
13 !:mime application/x-gnucash
18 >14 regex ['"\ \t]*[0-9.]+['"\ \t]*
20 >>19 search/4096 \<urlset XML Sitemap document text
21 !:mime application/xml-sitemap
23 # XML-based format representing braille pages in a digital format.
[all …]
/freebsd/share/doc/usd/21.troff/
H A Dm0a1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
54 .h1 \s-1#\s+1 *
59 \s-1#\s+1Notes are explained at the end of this Summary and Index
66 \fB&ps\fI\|\(+-N\fR 10\|point previous E Point size; also \fB\es\fI\(+-N\fR.\(dg
68 \fB&fz\fI|F|\(+-N\fR off - E font \fIF\fR to point size \fI\(+-N\fR.
70 \fB&fz|S|\fIF|\(+-N\fR off - E Special Font characters to point size \fI\(+-N\fR.
72 \fB&ss\fI|N\fR 12\(sl36\|em ignored E Space-character size
75 \fB&cs\fI|F\|N\|M\fR off - P Constant character
79 \fB&bd\fI|F|N\fR off - P Embolden font \fIF\fR by \fIN\fR\(mi1 units.\(dg
81 \fB&bd|S|\fIF|N\fR off - P Embolden Special Font when current font is \fIF\fR.\(dg
[all …]
/freebsd/crypto/libecc/include/libecc/hash/
H A Dbash.h2 * Copyright (C) 2022 - This file is part of libecc project
18 * following the standard STB 34.101.77-2020 (http://apmi.bsu.by/assets/files/std/bash-spec24.pdf).
22 #define _BASH_ROTHI_(x, y) (((x) << (y)) | ((x) >> ((sizeof(u64) * 8) - (y))))
24 /* We handle the case where one of the shifts is more than 64-bit: in this
62 S[ 8] = S_[17]; S[ 9] = S_[16]; S[10] = S_[19]; S[11] = S_[18]; \
64 S[16] = S_[ 6]; S[17] = S_[ 3]; S[18] = S_[ 0]; S[19] = S_[ 5]; \
103 { 56, 19, 34, 39 },
115 /* The main Bash-f core as descibed in the specification. */
125 unsigned int v; \
126 for(v = 0; v < 8; v++){ \
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dstrpftime-test.c36 #include "strpftime-test.h"
54 {"%C", "19"},
73 {"%V", "01"},
83 {"%C", "19"},
102 {"%V", "01"},
113 {"%C", "19"},
132 {"%V", "01"},
143 {"%C", "19"},
162 {"%V", "01"},
173 {"%C", "19"},
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Dvarsyntax_calc1.tab.c10 #define YYEMPTY (-1)
14 #define YYENOMEM (-2)
180 static const YYINT varsyntax_calc1_lhs[] = { -1,
202 static const YYINT varsyntax_calc1_sindex[] = { -40,
203 -8, -48, -47, 0, -37, -37, 0, 2, 17, 0,
204 -34, -37, 0, 0, 0, 0, -25, 90, -37, -37,
205 -37, -37, 0, -37, -37, -37, -37, 0, -34, -34,
206 25, 125, 31, 0, -34, 0, -11, 37, -11, 37,
208 -34, -34, -34, -34, 0, 0, 118, 69, 69, 0,
215 0, -9, 0, 0, 0, 0, 51, -3, 56, 61,
[all …]
H A Dcalc1.tab.c10 #define YYEMPTY (-1)
14 #define YYENOMEM (-2)
179 static const YYINT calc1_lhs[] = { -1,
201 static const YYINT calc1_sindex[] = { -40,
202 -8, -48, -47, 0, -37, -37, 0, 2, 17, 0,
203 -34, -37, 0, 0, 0, 0, -25, 90, -37, -37,
204 -37, -37, 0, -37, -37, -37, -37, 0, -34, -34,
205 25, 125, 31, 0, -34, 0, -11, 37, -11, 37,
207 -34, -34, -34, -34, 0, 0, 118, 69, 69, 0,
214 0, -9, 0, 0, 0, 0, 51, -3, 56, 61,
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.cpp1 //===-- RegisterContextMinidump_ARM64.cpp ---------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 #include "lldb/lldb-enumerations.h"
50 "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, \
300 DEF_X(19),
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvar-recursive.exp1 make: "var-recursive.mk" line 11: Variable DIRECT is recursive.
4 make: "var-recursive.mk" line 11: <>
5 make: "var-recursive.mk" line 19: Variable INDIRECT1 is recursive.
9 make: "var-recursive.mk" line 19: <>
10 make: "var-recursive.mk" line 26: <ok>
11 make: "var-recursive.mk" line 34: Variable MODIFIERS is recursive.
14 make: "var-recursive.mk" line 34: <Mpattern}>
15 make: "var-recursive.mk" line 43: Variable V is recursive.
16 while evaluating variable "V" with value "$V"
18 make: "var-recursive.mk" line 43: <>
[all …]
/freebsd/contrib/ntp/include/
H A Dascii.h2 * /src/NTP/ntp4-dev/include/ascii.h,v 4.4 2005/04/16 17:32:10 kardel RELEASE_20050508_A
4 * ascii.h,v 4.4 2005/04/16 17:32:10 kardel RELEASE_20050508_A
8 * Copyright (c) 1997-2005 by Frank Kardel <kardel <AT> ntp.org>
60 #define DC3 19
80 * ascii.h,v
90 * Revision 4.0 1998/04/10 19:50:38 kardel
93 * Revision 4.0 1998/04/10 19:50:38 kardel
/freebsd/lib/libc/nls/
H A Dfi_FI.ISO8859-1.msg2 $ Message catalog for fi_FI.ISO8859-1 locale
24 9 Virheellinen tiedosto-osoitin
28 11 Resurssin ristiinlukitus v�ltetty
36 15 Tarvitaan lohko-osoitettava laite
42 18 Laitteiden v�linen linkki
44 19 Laite ei tue toimintoa
82 38 Socket-operaatio muulla kuin socketilla
88 41 V��r� protokolla socketille
94 44 Socket-tyyppi� ei tueta
146 70 Vanhentunut NFS-yhteys
[all …]
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.816 .\" $Id: traceroute.8,v 1.19 2000/09/21 08:44:19 leres Exp $
26 .Bk -words
58 .Bl -tag -width Ds
76 Use fixed destination ports for UDP, UDP-Lite, TCP and SCTP probes.
95 Set the initial time-to-live used in the first outgoing probe packet.
103 This is normally only useful on a multi-homed host.
109 (A synonym for "-P icmp").
111 Set the max time-to-live (max number of hops) used in outgoing probe packets.
117 Set the initial time-to-live value used in outgoing probe packets.
121 (saves a nameserver address-to-name lookup for each gateway found on the path).
[all …]
/freebsd/share/doc/usd/22.trofftut/
H A Dttindex4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
99 break-causing commands 9
103 character set 4,5,19
118 fonts (^ft) 4,19
119 Greek (#(*-) 5,19
134 local motions (#u,#d,#v,#h,#w,#o,#z,#b) 11 ff
161 relative change (\(+-) 6
175 special characters (#(xx) 5,19
184 TROFF examples 19
191 vertical motion (#v) 11
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h1 // SPDX-License-Identifier: GPL-2.0 OR MIT
3 * Copyright (C) 2015-2016 The fiat-crypto Authors.
4 * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
6 * This is a machine-generated formally verified implementation of Curve25519
7 * ECDH from: <https://github.com/mit-plv/fiat-crypto>. Though originally
9 * It is optimized for 32-bit machines and machines that cannot work efficiently
10 * with 128-bit integer types.
13 /* fe means field element. Here the field is \Z/(2^255-19). An element t,
19 typedef struct fe { u32 v[10]; } fe; member
24 typedef struct fe_loose { u32 v[10]; } fe_loose; member
[all …]
/freebsd/sys/dev/usb/wlan/
H A Dif_rumreg.h2 /*-
19 #define RT2573_NOISE_FLOOR -95
151 #define RT2573_DROP_CTL (1 << 19)
162 #define RT2573_MRR_ENABLED (1 << 19)
176 #define RT2573_TBTT_TIMER_EN (1 << 19)
208 /* dual-band RF */
211 /* single-band RF */
233 #define RT2573_QID(v) (v) argument
234 #define RT2573_AIFSN(v) ((v) << 4) argument
235 #define RT2573_LOGCWMIN(v) ((v) << 8) argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleZnver4.td1 //=- X86ScheduleZnver4.td - X86 Znver4 Scheduling ------------*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 // * AMD Software Optimization Guide for AMD Family 19h Processors.
14 //===----------------------------------------------------------------------===//
17 // AMD SOG 19h, 2.9.6 Dispatch
21 // AMD SOG 19h, 2.10.3
23 // outstanding operations (integer, load/store, and floating-point) and is
26 // to 320 macro ops in-flight in non-SMT mode or 160 per thread in SMT mode.
28 // AMD SOG 19h, 2.9.1 Op Cache
[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 */
36 #define JMP_r30 19*REGWIDTH
46 /* r1, r2, r14-r30 */
54 ST_REG 19, JMP_r19(3)
75 /* f14-f31, fpscr */
84 /* r1, r2, r14-r30 */
92 LD_REG 19, JMP_r19(3)
113 /* f14-f31, fpscr */
118 .section .note.GNU-stack,"",%progbits

12345678910>>...44