Home
last modified time | relevance | path

Searched +full:14 +full:a (Results 1 – 25 of 1133) sorted by relevance

12345678910>>...46

/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dmediatek,mt76.yaml17 wireless device. The node is expected to be specified as a child
97 Phandle to a MTD partition + offset containing EEPROM data
115 Disable/enable radar/CAC detection running on a dedicated offchannel
118 switching on a different channel during CAC detection on the selected
145 Regdomain refers to a legal regulatory region. Different
147 power, time that a channel can be occupied, and different
272 rates-ofdm = /bits/ 8 <14 14 14 14 14 14 14 14>;
273 rates-mcs = /bits/ 8 <4 14 14 14 14 14 14 14 14 14 14>;
275 rates-ru = /bits/ 8 <7 14 14 14 14 14 14 14 14 14 14 14 14>;
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ref.c16 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
17 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 },
18 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 },
19 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 },
20 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 },
21 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 },
22 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 },
23 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 },
24 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 },
25 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 },
[all …]
/freebsd/contrib/bearssl/src/ec/
H A Dec_c25519_m15.c5 * a copy of this software and associated documentation files (the
17 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
74 * that right-shifting a signed negative integer copies the sign bit
90 * Convert an integer from unsigned little-endian encoding to a sequence of
139 * Normalise an array of words to a strict 13 bits per word. Returned
165 * square20() computes the square of a 260-bit integer. Each word must
173 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) in mul20() argument
176 * Two-level Karatsuba: turns a 20x20 multiplication into in mul20()
182 * and one on 14-bit words. in mul20()
187 * * four 5x5 muls on 14-bit words in mul20()
[all …]
H A Dec_p256_m15.c5 * a copy of this software and associated documentation files (the
17 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29 * that right-shifting a signed negative integer copies the sign bit
45 * Convert an integer from unsigned big-endian encoding to a sequence of
94 * Normalise an array of words to a strict 13 bits per word. Returned
120 * square20() computes the square of a 260-bit integer. Each word must
128 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) in mul20() argument
131 * Two-level Karatsuba: turns a 20x20 multiplication into in mul20()
137 * and one on 14-bit words. in mul20()
142 * * four 5x5 muls on 14-bit words in mul20()
[all …]
/freebsd/lib/libmd/
H A Drmdconst.h18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
37 * 4. If you include any Windows specific code (or a derivative thereof) from
43 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
73 #define SL01 14
91 #define SL10 14
98 #define WL14 14
129 #define WL29 14
140 #define WL34 14
145 #define SL36 14
[all …]
/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.rc213 PUSHBUTTON "&Properties",IDC_PROPERTIES,209,125,56,14
214 DEFPUSHBUTTON "&OK",IDOK,268,125,35,14
234 96,14
237 PUSHBUTTON "&Cancel",IDCANCEL,281,179,50,14
249 DEFPUSHBUTTON "OK",IDOK,104,42,50,14
313 PUSHBUTTON "&Browse",IDC_BUTTON_KRB5INI_BROWSE,259,99,50,14,
327 DEFPUSHBUTTON "In&sert",IDC_BUTTON_REALM_HOST_ADD,27,190,34,14
328 PUSHBUTTON "&Remove",ID_BUTTON_REALM_REMOVE,64,190,34,14
329 PUSHBUTTON "Re&name",IDC_BUTTON_REALM_EDIT,102,190,34,14
335 LTEXT "Servers Hosting a KDC",IDC_STATIC,163,11,74,8
[all …]
/freebsd/contrib/bearssl/src/kdf/
H A Dshake.c5 * a copy of this software and associated documentation files (the
17 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
46 * XOR a block of data into the provided state. This supports only
47 * blocks whose length is a multiple of 64 bits.
50 xor_block(uint64_t *A, const void *data, size_t rate) in xor_block() argument
55 A[u >> 3] ^= br_dec64le((const unsigned char *)data + u); in xor_block()
60 * Process a block with the provided data. The data length must be a
64 process_block(uint64_t *A) in process_block() argument
78 tt0 = A[ 1] ^ A[ 6]; in process_block()
79 tt1 = A[11] ^ A[16]; in process_block()
[all …]
/freebsd/sys/opencrypto/
H A Drmd160.c16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
80 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ argument
82 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
161 uint32_t a, b, c, d, e, aa, bb, cc, dd, ee, t, x[16]; in RMD160Transform() local
172 a = state[0]; in RMD160Transform()
179 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform()
180 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform()
181 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform()
182 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform()
183 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform()
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Dpinctrl-sg2000.h14 ((((row) - 'A' + 1) << 8) + ((col) - 1))
16 #define PIN_MIPI_TXM4 PINPOS('A', 2)
17 #define PIN_MIPIRX0N PINPOS('A', 4)
18 #define PIN_MIPIRX3P PINPOS('A', 6)
19 #define PIN_MIPIRX4P PINPOS('A', 7)
20 #define PIN_VIVO_D2 PINPOS('A', 9)
21 #define PIN_VIVO_D3 PINPOS('A', 10)
22 #define PIN_VIVO_D10 PINPOS('A', 12)
23 #define PIN_USB_VBUS_DET PINPOS('A', 13)
50 #define PIN_ETH_RXP PINPOS('C', 14)
[all …]
H A Dpinctrl-cv1812h.h14 ((((row) - 'A' + 1) << 8) + ((col) - 1))
16 #define PIN_MIPI_TXM4 PINPOS('A', 2)
17 #define PIN_MIPIRX0N PINPOS('A', 4)
18 #define PIN_MIPIRX3P PINPOS('A', 6)
19 #define PIN_MIPIRX4P PINPOS('A', 7)
20 #define PIN_VIVO_D2 PINPOS('A', 9)
21 #define PIN_VIVO_D3 PINPOS('A', 10)
22 #define PIN_VIVO_D10 PINPOS('A', 12)
23 #define PIN_USB_VBUS_DET PINPOS('A', 13)
50 #define PIN_ETH_RXP PINPOS('C', 14)
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dutility23 swap(T& a, T& b);
35 swap(T& a, T& b) noexcept(is_nothrow_move_constructible<T>::value &&
40 swap(T (&a)[N], T (&b)[N]) noexcept(noexcept(swap(*a, *b)));
42 …plate <class T> T&& forward(typename remove_reference<T>::type& t) noexcept; // constexpr in C++14
43 …plate <class T> T&& forward(typename remove_reference<T>::type&& t) noexcept; // constexpr in C++14
49 …plate <class T> typename remove_reference<T>::type&& move(T&&) noexcept; // constexpr in C++14
58 move_if_noexcept(T& x) noexcept; // constexpr in C++14
85 … explicit(see-below) pair(const T1& x, const T2& y); // constexpr in C++14
86 … template <class U = T1, class V = T2> explicit(see-below) pair(U&&, V&&); // constexpr in C++14
88 … template <class U, class V> explicit(see-below) pair(const pair<U, V>& p); // constexpr in C++14
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/socionext/
H A Dsocionext,uniphier-dwc3-glue.yaml14 a sideband logic handling signals to DWC3 host controller inside
41 "^reset-controller@[0-9a-f]+$":
44 "^regulator@[0-9a-f]+$":
47 "^phy@[0-9a-f]+$":
72 clocks = <&sys_clk 14>;
74 resets = <&sys_rst 14>;
81 clocks = <&sys_clk 14>;
83 resets = <&sys_rst 14>;
91 clocks = <&sys_clk 14>, <&sys_clk 16>;
93 resets = <&sys_rst 14>, <&sys_rst 16>;
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl5 # this file except in compliance with the License. You can obtain a copy
78 # $output is the last argument if it looks like a file (it has an extension)
91 @Sigma1=(14,18,41);
165 // load A-H
194 A=R[0]; B=R[1]; C=R[2]; D=R[3]; E=R[4]; F=R[5]; G=R[6]; H=R[7]
196 mov A=A_
197 mov ar.lc=14 }
211 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
217 $LDW X[14]=[r8],4*$SZ
245 shrp X[15]=X[15],X[14],56 };;
[all …]
/freebsd/crypto/openssl/test/recipes/15-test_ml_dsa_codecs_data/
H A Dprv-44-seed.txt3 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e:
4 0f:10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d:
7 d7:b2:b4:72:54:aa:e0:db:45:e7:93:0d:4a:98:d2:
10 fe:47:34:bd:95:f4:35:ff:9a:61:3a:a5:4a:a4:1c:
11 2c:69:4c:04:32:9a:07:b1:fa:bb:48:f5:2a:30:9f:
13 be:e3:36:85:85:4a:88:26:9d:a3:20:d5:12:0b:fc:
14 fe:89:a1:8e:30:f7:11:4d:83:aa:40:4a:64:6b:6c:
17 40:28:98:14:61:48:a6:61:4c:42:48:a1:92:08:c2:
19 14:09:14:83:6c:18:a7:80:84:10:6e:c9:c0:70:22:
21 00:46:22:93:20:41:06:2e:42:b6:4c:01:16:49:14:
[all …]
H A Dprv-44-priv.txt3 d7:b2:b4:72:54:aa:e0:db:45:e7:93:0d:4a:98:d2:
6 fe:47:34:bd:95:f4:35:ff:9a:61:3a:a5:4a:a4:1c:
7 2c:69:4c:04:32:9a:07:b1:fa:bb:48:f5:2a:30:9f:
9 be:e3:36:85:85:4a:88:26:9d:a3:20:d5:12:0b:fc:
10 fe:89:a1:8e:30:f7:11:4d:83:aa:40:4a:64:6b:6c:
13 40:28:98:14:61:48:a6:61:4c:42:48:a1:92:08:c2:
15 14:09:14:83:6c:18:a7:80:84:10:6e:c9:c0:70:22:
17 00:46:22:93:20:41:06:2e:42:b6:4c:01:16:49:14:
18 28:4c:41:a8:51:80:46:0a:51:16:51:5a:08:20:02:
22 c8:09:24:c5:84:1a:96:6d:4a:98:2c:99:06:6d:a4:
[all …]
/freebsd/sys/dev/wg/
H A Dwg_crypto.c3 * Copyright (C) 2015-2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
25 #define le32_to_cpup(a) le32toh(*(a)) argument
26 #define cpu_to_le32(a) htole32(a) argument
53 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
54 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 },
55 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 },
56 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 },
57 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 },
58 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 },
59 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 },
[all …]
/freebsd/secure/lib/libcrypt/
H A Dcrypt-des.c13 * a module that can be optionally included in libcrypt.
29 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
50 * attention of the author). A list of errata for this book has been
76 62, 54, 46, 38, 30, 22, 14, 6, 64, 56, 48, 40, 32, 24, 16, 8,
86 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4
95 14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10,
108 14, 4, 13, 1, 2, 15, 11, 8, 3, 10, 6, 12, 5, 9, 0, 7,
109 0, 15, 7, 4, 14, 2, 13, 1, 10, 6, 12, 11, 9, 5, 3, 8,
110 4, 1, 14, 8, 13, 6, 2, 11, 15, 12, 9, 7, 3, 10, 5, 0,
111 15, 12, 8, 2, 4, 9, 1, 7, 5, 11, 3, 14, 10, 0, 6, 13
[all …]
/freebsd/contrib/arm-optimized-routines/math/
H A Derf_data.c18 0x1.f99bddfc1ebe9p-14, -0x1.f42c457cee912p-17, 0x1.b0e414ec20ee9p-20,
38 0x1.b3e6618eee323p-4, 0x1.14af092eb6f33p-1, 0x1.2635cd99fe9a7p-4,
43 /* Generated using Sollya::remez(f(c*x+d), deg, [(a-d)/c;(b-d)/c], 1, 1e-16), [|D ...|] with deg=15…
48 0x1.60692996bf254p-14, -0x1.6e44cb7c1fa2ap-14, 0x1.9d4484ac482b2p-16,
54 /* Generated using Sollya::remez(f(c*x+d), deg, [(a-d)/c;(b-d)/c], 1, 1e-16), [|D ...|] with deg=17…
64 #if ERFC_POLY_E_NCOEFFS == 14
65 /* Generated using Sollya::remez(f(c*x+d), deg, [(a-d)/c;(b-d)/c], 1, 1e-16), [|D ...|] with deg=13…
66 0x1.20c13035539e4p-18, -0x1.e9b5e8d16df7ep-16, 0x1.8de3cd4733bf9p-14,
68 0x1.1459c5d989d23p-12, -0x1.64b28e9f1269p-13, 0x1.57c76d9d05cf8p-14,
75 /* Generated using Sollya::remez(f(c*x+d), deg, [(a-d)/c;(b-d)/c], 1, 1e-16), [|D ...|] with deg=16…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dv3-v360epc-pci.txt12 - interrupts: should contain a reference to the V3 error interrupt
22 be aligned to a 1MB boundary, and may be 1MB, 2MB, 4MB, 8MB, 16MB, 32MB,
27 - syscon: should contain a link to the syscon device node, since
56 0x4800 0 0 1 &pic 13 /* INT A on slot 9 is irq 13 */
57 0x4800 0 0 2 &pic 14 /* INT B on slot 9 is irq 14 */
61 0x5000 0 0 1 &pic 14 /* INT A on slot 10 is irq 14 */
66 0x5800 0 0 1 &pic 15 /* INT A on slot 11 is irq 15 */
69 0x5800 0 0 4 &pic 14 /* INT D on slot 11 is irq 14 */
71 0x6000 0 0 1 &pic 16 /* INT A on slot 12 is irq 16 */
73 0x6000 0 0 3 &pic 14 /* INT C on slot 12 is irq 14 */
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2b_prov.c5 * this file except in compliance with the License. You can obtain a copy
34 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } ,
35 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 } ,
36 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 } ,
37 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 } ,
38 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 } ,
39 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 } ,
40 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } ,
41 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } ,
42 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } ,
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha512-armv7.S7 * You may obtain a copy of the License at
176 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
177 @ LO lo>>14^hi<<18 ^ lo>>18^hi<<14 ^ hi>>9^lo<<23
178 @ HI hi>>14^lo<<18 ^ hi>>18^lo<<14 ^ lo>>9^hi<<23
179 mov r9,r7,lsr#14
181 mov r10,r8,lsr#14
189 eor r9,r9,r8,lsl#14
190 eor r10,r10,r7,lsl#14
248 eor r10,r10,r6,lsl#25 @ Sigma0(a)
251 adc r4,r4,r10 @ T += Sigma0(a)
[all …]
/freebsd/crypto/openssl/crypto/sha/
H A Dsha_local.h5 * this file except in compliance with the License. You can obtain a copy
36 #define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \ argument
37 ix=(a)=ROTATE((a),1) \
76 * in F_40_59, (x&a)|(y&a) -> (x|y)&a
85 # define BODY_00_15(i,a,b,c,d,e,f,xi) \ argument
86 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
91 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
96 (f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
[all …]
/freebsd/contrib/bc/tests/bc/errors/
H A D23.txt3 define z(a[]) {
5 a[i]
10 a[0]
49 10000000000 >> 14
69 10000000000.1 >> 14
89 10000000000.01 >> 14
109 10000000000.001 >> 14
129 10000000000.0001 >> 14
149 10000000000.00001 >> 14
169 10000000000.000001 >> 14
[all …]
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_deltat.c8 * require a specific license from the United States Government.
10 * export to obtain such a license before exporting.
20 * your software as modified software and not distribute it in such a
69 /* XX We might want to require exactly two digits after a colon? */ in main()
88 GOOD ("24855d 3h 14m 7s", 24855 * DAY + 3 * HOUR + 14 * MIN + 7), in main()
89 BAD ("24855d 3h 14m 8s"), in main()
94 GOOD ("596523h 14m 7s", 596523 * HOUR + 14 * MIN + 7), in main()
95 BAD ("596523h 14m 8s"), in main()
114 GOOD ("-24855d -3h -14m -7s", -24855 * DAY - 3 * HOUR - 14 * MIN - 7), in main()
115 BAD ("-24855d -3h -14m -9s"), in main()
[all …]
/freebsd/sys/crypto/openssl/arm/
H A Dsha512-armv4.S5 @ this file except in compliance with the License. You can obtain a copy
21 @ This code is ~4.5 (four and a half) times faster than code generated
222 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
223 @ LO lo>>14^hi<<18 ^ lo>>18^hi<<14 ^ hi>>9^lo<<23
224 @ HI hi>>14^lo<<18 ^ hi>>18^lo<<14 ^ lo>>9^hi<<23
225 mov r9,r7,lsr#14
227 mov r10,r8,lsr#14
235 eor r9,r9,r8,lsl#14
236 eor r10,r10,r7,lsl#14
294 eor r10,r10,r6,lsl#25 @ Sigma0(a)
[all …]

12345678910>>...46