| /freebsd/contrib/bearssl/src/ec/ |
| H A D | ec_c25519_m15.c | 193 uint32_t u[45], v[45], w[90]; in mul20() local 259 memcpy(v, b, 20 * sizeof *b); in mul20() 260 ZADD(v, 4, b, 0, b, 1); in mul20() 261 ZADD(v, 5, b, 2, b, 3); in mul20() 262 ZADD(v, 6, b, 0, b, 2); in mul20() 263 ZADD(v, 7, b, 1, b, 3); in mul20() 264 ZADD(v, 8, v, 6, v, 7); in mul20() 272 w[(i << 1) + 0] = MUL15(u[i + 0], v[i + 0]); in mul20() 273 w[(i << 1) + 1] = MUL15(u[i + 0], v[i + 1]) in mul20() 274 + MUL15(u[i + 1], v[i + 0]); in mul20() [all …]
|
| H A D | ec_p256_m15.c | 148 uint32_t u[45], v[45], w[90]; in mul20() local 214 memcpy(v, b, 20 * sizeof *b); in mul20() 215 ZADD(v, 4, b, 0, b, 1); in mul20() 216 ZADD(v, 5, b, 2, b, 3); in mul20() 217 ZADD(v, 6, b, 0, b, 2); in mul20() 218 ZADD(v, 7, b, 1, b, 3); in mul20() 219 ZADD(v, 8, v, 6, v, 7); in mul20() 227 w[(i << 1) + 0] = MUL15(u[i + 0], v[i + 0]); in mul20() 228 w[(i << 1) + 1] = MUL15(u[i + 0], v[i + 1]) in mul20() 229 + MUL15(u[i + 1], v[i + 0]); in mul20() [all …]
|
| /freebsd/usr.sbin/fdcontrol/ |
| H A D | fdcontrol.8 | 38 .Op Fl v 86 .Fl v 96 .Fl v , 122 1476 18 2 (512) 82 500 2 MFM 123 1440 18 2 (512) 80 500 2 MFM 139 1476 18 2 (512) 82 500 2 MFM 140 1440 18 2 (512) 80 500 2 MFM 257 $ fdcontrol -v /dev/fd0 258 /dev/fd0: 1.44M drive (3.5" high-density) 264 18,512,0xff,0x1b,80,500,2,0x6c,1,0,+mfm [all …]
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 62 #define RVR0_(REG, ...) [w##REG] "v" (w##REG) 63 #define RVR1_(_1, REG, ...) [w##REG] "v" (w##REG) 64 #define RVR2_(_1, _2, REG, ...) [w##REG] "v" (w##REG) 65 #define RVR3_(_1, _2, _3, REG, ...) [w##REG] "v" (w##REG) 66 #define RVR4_(_1, _2, _3, _4, REG, ...) [w##REG] "v" (w##REG) 67 #define RVR5_(_1, _2, _3, _4, _5, REG, ...) [w##REG] "v" (w##REG) 68 #define RVR6_(_1, _2, _3, _4, _5, _6, REG, ...) [w##REG] "v" (w##REG) 69 #define RVR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) [w##REG] "v" (w##REG) 80 #define RVR(X) [w##X] "v" (w##X) 82 #define WVR0_(REG, ...) [w##REG] "=v" (w##REG) [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | coff | 3 # $File: coff,v 1.15 2024/11/10 18:54:33 christos Exp $ 35 # executable (RISC System/6000 V3.1) or obj module (./ibm6000 v 1.15), not PE/COFF 60 >0 uleshort 0x5032 RISC-V 32-bit 61 >0 uleshort 0x5064 RISC-V 64-bit 62 >0 uleshort 0x5128 RISC-V 128-bit 83 >18 uleshort&0x8080 0 92 >>>>18 leshort ^0x0002 object file 97 >>>>18 leshort &0x0002 executable 103 >>>>18 leshort &0x0001 \b, no relocation info 105 >>>>18 leshort &0x0004 \b, no line number info [all …]
|
| H A D | elf | 3 # $File: elf,v 1.91 2024/11/09 23:52:23 christos Exp $ 25 >0 lelong&0xf0000000 0x40000000 MIPS-V 76 >>18 leshort !8 processor-specific, 77 >>18 leshort 8 81 >18 clear x 82 >18 leshort 0 no machine, 83 >18 leshort 1 AT&T WE32100, 84 >18 leshort 2 SPARC, 85 >18 leshort 3 Intel i386, 86 >18 leshort 4 Motorola m68k, [all …]
|
| H A D | adi | 3 # $File: adi,v 1.4 2009/09/19 16:28:07 christos Exp $ 8 >18 lelong &02 executable, 9 >18 lelong ^02 10 >>18 lelong &01 static object, 11 >>18 lelong ^01 relocatable object, 12 >18 lelong &010 stripped 13 >18 lelong ^010 not stripped
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/ |
| H A D | core_hsalsa20_ref2.c | 14 #define U32C(v) (v##U) argument 54 x0 ^= ROTL32(x12 + x8, 18); in crypto_core_hsalsa20() 58 x5 ^= ROTL32(x1 + x13, 18); in crypto_core_hsalsa20() 62 x10 ^= ROTL32(x6 + x2, 18); in crypto_core_hsalsa20() 66 x15 ^= ROTL32(x11 + x7, 18); in crypto_core_hsalsa20() 70 x0 ^= ROTL32(x3 + x2, 18); in crypto_core_hsalsa20() 74 x5 ^= ROTL32(x4 + x7, 18); in crypto_core_hsalsa20() 78 x10 ^= ROTL32(x9 + x8, 18); in crypto_core_hsalsa20() 82 x15 ^= ROTL32(x14 + x13, 18); in crypto_core_hsalsa20()
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/ |
| H A D | pwhash_scryptsalsa208sha256_nosse.c | 127 x[0] ^= R(x[12] + x[8], 18); in salsa20_8() 132 x[5] ^= R(x[1] + x[13], 18); in salsa20_8() 137 x[10] ^= R(x[6] + x[2], 18); in salsa20_8() 142 x[15] ^= R(x[11] + x[7], 18); in salsa20_8() 148 x[0] ^= R(x[3] + x[2], 18); in salsa20_8() 153 x[5] ^= R(x[4] + x[7], 18); in salsa20_8() 158 x[10] ^= R(x[9] + x[8], 18); in salsa20_8() 163 x[15] ^= R(x[14] + x[13], 18); in salsa20_8() 220 * smix(B, r, N, V, XY): 222 * the temporary storage V must be 128rN bytes in length; the temporary [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVCallingConv.td | 1 //===-- RISCVCallingConv.td - Calling Conventions RISC-V ---*- tablegen -*-===// 9 // This describes the calling conventions for the RISC-V architecture. 13 // The RISC-V calling convention is handled with custom code in 19 : CalleeSavedRegs<(add CSR_ILP32E_LP64E, (sequence "X%u", 18, 27))>; 23 F8_F, F9_F, (sequence "F%u_F", 18, 27))>; 27 F8_D, F9_D, (sequence "F%u_D", 18, 27))>; 29 defvar CSR_V = (add (sequence "V%u", 1, 7), (sequence "V%u", 24, 31),
|
| /freebsd/sys/dev/etherswitch/mtkswitch/ |
| H A D | mtkswitch_mt7620.h | 58 #define MTKSWITCH_VTIM(v) ((((v) >> 1) * 4) + 0x100) argument 59 #define VTIM_OFF(v) (((v) & 1) ? 12 : 0) argument 66 #define PIAC_MDIO_CMD_WRITE (1u<<18) 67 #define PIAC_MDIO_CMD_READ (2u<<18) 81 #define PPBV_VID(v) (((v)<<16) | (v)) argument 97 #define PMCR_IPG_CFG_RND (1u<<18) 116 #define MTKSWITCH_VAL_LO(v) ((v) & 0xffff) argument 117 #define MTKSWITCH_VAL_HI(v) (((v) >> 16) & 0xffff) argument
|
| /freebsd/share/doc/psd/15.yacc/ |
| H A D | ref.bib | 10 %A A. V. Aho 13 %V 6 19 %A A. V. Aho 24 %V 18 29 %A A. V. Aho 60 %V 18
|
| /freebsd/lib/libc/rpc/ |
| H A D | netconfig.5 | 1 .\" $NetBSD: netconfig.5,v 1.2 2000/11/08 13:18:28 lukem Exp $ 2 .\" $NetBSD: netconfig.5,v 1.2 2000/11/08 13:18:28 lukem Exp $ 51 .It Sy v 92 udp6 tpi_clts v inet6 udp - - 93 tcp6 tpi_cots_ord v inet6 tcp - - 94 udp tpi_clts v inet udp - - 95 tcp tpi_cots_ord v inet tcp - -
|
| /freebsd/share/doc/psd/01.cacm/ |
| H A D | ref.bib | 6 %V 10 22 %V 18 32 %V 57 49 %V 57 59 %V 57 74 %V 1 83 %V 57 99 %D October 18-20, 1971 108 %V 15
|
| /freebsd/contrib/netbsd-tests/lib/libc/arch/i386/ |
| H A D | return_one.S | 1 /* $NetBSD: return_one.S,v 1.1 2011/07/18 23:16:09 jym Exp $ */ 5 RCSID("$NetBSD: return_one.S,v 1.1 2011/07/18 23:16:09 jym Exp $");
|
| /freebsd/contrib/netbsd-tests/lib/libc/arch/x86_64/ |
| H A D | return_one.S | 1 /* $NetBSD: return_one.S,v 1.1 2011/07/18 23:16:11 jym Exp $ */ 5 RCSID("$NetBSD: return_one.S,v 1.1 2011/07/18 23:16:11 jym Exp $");
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM64.cpp | 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, \ 299 DEF_X(18), 373 DEF_W(18), 439 DEF_V(18), 472 DEF_D(18), 505 DEF_S(18), [all …]
|
| /freebsd/contrib/netbsd-tests/lib/csu/arch/i386/ |
| H A D | h_initfini_align.S | 1 /* $NetBSD: h_initfini_align.S,v 1.2 2010/12/12 18:21:21 joerg Exp $ */ 5 RCSID("$NetBSD: h_initfini_align.S,v 1.2 2010/12/12 18:21:21 joerg Exp $")
|
| /freebsd/lib/libc/nls/ |
| H A D | fi_FI.ISO8859-1.msg | 28 11 Resurssin ristiinlukitus v�ltetty 42 18 Laitteiden v�linen linkki 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 204 18 Pys�ytetty 228 30 K�ytt�j�n m��ritelt�v� signaali 1 [all …]
|
| /freebsd/contrib/netbsd-tests/lib/csu/arch/x86_64/ |
| H A D | h_initfini_align.S | 1 /* $NetBSD: h_initfini_align.S,v 1.2 2010/12/12 18:21:21 joerg Exp $ */ 5 RCSID("$NetBSD: h_initfini_align.S,v 1.2 2010/12/12 18:21:21 joerg Exp $")
|
| /freebsd/crypto/openssl/crypto/ml_dsa/ |
| H A D | ml_dsa_encoders.c | 155 * See FIPS 204, Algorithm 18, SimpleBitUnpack(v, b) where b = 10. 165 uint32_t v, w, mask = 0x3ff; /* 10 bits */ in poly_decode_10_bits() local 172 in = OPENSSL_load_u32_le(&v, in); in poly_decode_10_bits() 175 *out++ = v & mask; in poly_decode_10_bits() 176 *out++ = (v >> 10) & mask; in poly_decode_10_bits() 177 *out++ = (v >> 20) & mask; in poly_decode_10_bits() 178 *out++ = (v >> 30) | (w << 2); in poly_decode_10_bits() 217 * See FIPS 204, Algorithm 19, BitUnpack(v, a, b) where a = b = 4. 228 uint32_t v, *out = p->coeff; in poly_decode_signed_4() local 235 in = OPENSSL_load_u32_le(&v, in); in poly_decode_signed_4() [all …]
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
| H A D | qcom,pmic-gpio.h | 21 * only S3 and L2 options (1.8V) 33 * only L11 and L4 options (1.8V) 54 * only L2(1.15V) and L5(1.8V) options 76 * Note: PM8941 gpios from 15 to 18 are supporting 77 * only S3 and L6 options (1.8V) 85 * Note: PMA8084 gpios from 15 to 18 are supporting 86 * only S4 and L6 options (1.8V)
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | setjmp.S | 1 /* 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 */ 35 #define JMP_r29 18*REGWIDTH 52 ST_REG 18, JMP_r18(3) 90 LD_REG 18, JMP_r18(3)
|
| /freebsd/stand/libsa/powerpc/ |
| H A D | _setjmp.S | 1 /* 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 */ 35 #define JMP_r29 18*REGWIDTH 53 ST_REG 18, JMP_r18(3) 91 LD_REG 18, JMP_r18(3)
|
| /freebsd/sys/arm/nvidia/drm2/ |
| H A D | tegra_dc_reg.h | 65 #define PM1_ENABLE (1 << 18) 136 #define V_PULSE2_ENABLE (1 << 18) 241 #define NON_BASE_COLOR (1 << 18) 274 #define CURSOR_POSITION(h, v) ((((h) & 0x3fff) << 0) | \ argument 275 (((v) & 0x3fff) << 16)) 309 #define CSC_ENABLE (1 << 18) 339 #define WIN_COLOR_DEPTH_YCbCr420P 18 349 #define WIN_POSITION(h, v) ((((h) & 0x1fff) << 0) | \ argument 350 (((v) & 0x1fff) << 16)) 353 #define WIN_SIZE(h, v) ((((h) & 0x1fff) << 0) | \ argument [all …]
|