Home
last modified time | relevance | path

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

12345678910>>...69

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx2.c24 x, _mm256_set_epi8(13, 12, 15, 14, 9, 8, 11, 10, 5, 4, 7, 6, 1, 0, 3, 2, in rot16()
25 13, 12, 15, 14, 9, 8, 11, 10, 5, 4, 7, 6, 1, 0, 3, 2)); in rot16()
34 x, _mm256_set_epi8(12, 15, 14, 13, 8, 11, 10, 9, 4, 7, 6, 5, 0, 3, 2, 1, in rot8()
35 12, 15, 14, 13, 8, 11, 10, 9, 4, 7, 6, 5, 0, 3, 2, 1)); in rot8()
42 INLINE void round_fn(__m256i v[16], __m256i m[16], size_t r) { in round_fn()
43 v[0] = addv(v[0], m[(size_t)MSG_SCHEDULE[r][0]]); in round_fn()
44 v[1] = addv(v[1], m[(size_t)MSG_SCHEDULE[r][2]]); in round_fn()
45 v[2] = addv(v[2], m[(size_t)MSG_SCHEDULE[r][4]]); in round_fn()
46 v[3] = addv(v[3], m[(size_t)MSG_SCHEDULE[r][6]]); in round_fn()
47 v[0] = addv(v[0], v[4]); in round_fn()
[all …]
H A Dblake3_neon.c36 uint32_t array[4] = {a, b, c, d}; in set4()
66 INLINE void round_fn4(uint32x4_t v[16], uint32x4_t m[16], size_t r) { in round_fn4()
67 v[0] = add_128(v[0], m[(size_t)MSG_SCHEDULE[r][0]]); in round_fn4()
68 v[1] = add_128(v[1], m[(size_t)MSG_SCHEDULE[r][2]]); in round_fn4()
69 v[2] = add_128(v[2], m[(size_t)MSG_SCHEDULE[r][4]]); in round_fn4()
70 v[3] = add_128(v[3], m[(size_t)MSG_SCHEDULE[r][6]]); in round_fn4()
71 v[0] = add_128(v[0], v[4]); in round_fn4()
72 v[1] = add_128(v[1], v[5]); in round_fn4()
73 v[2] = add_128(v[2], v[6]); in round_fn4()
74 v[3] = add_128(v[3], v[7]); in round_fn4()
[all …]
H A Dblake3_avx512.c103 // discussion at https://github.com/sneves/blake2-avx2/pull/4
116 INLINE void compress_pre(__m128i rows[4], const uint32_t cv[8], in compress_pre() argument
120 rows[1] = loadu_128((uint8_t *)&cv[4]); in compress_pre()
134 t0 = _mm_shuffle_ps2(m0, m1, _MM_SHUFFLE(2, 0, 2, 0)); // 6 4 2 0 in compress_pre()
198 // Round 4 in compress_pre()
291 __m128i rows[4]; in blake3_compress_xof_avx512()
296 storeu_128(xor_128(rows[3], loadu_128((uint8_t *)&cv[4])), &out[48]); in blake3_compress_xof_avx512()
303 __m128i rows[4]; in blake3_compress_in_place_avx512()
306 storeu_128(xor_128(rows[1], rows[3]), (uint8_t *)&cv[4]); in blake3_compress_in_place_avx512()
315 INLINE void round_fn4(__m128i v[16], __m128i m[16], size_t r) { in round_fn4()
[all …]
H A Dblake3_sse41.c5 #define DEGREE 4
32 x, _mm_set_epi8(13, 12, 15, 14, 9, 8, 11, 10, 5, 4, 7, 6, 1, 0, 3, 2)); in rot16()
41 x, _mm_set_epi8(12, 15, 14, 13, 8, 11, 10, 9, 4, 7, 6, 5, 0, 3, 2, 1)); in rot8()
70 // discussion at https://github.com/sneves/blake2-avx2/pull/4
83 INLINE void compress_pre(__m128i rows[4], const uint32_t cv[8], in compress_pre() argument
87 rows[1] = loadu((uint8_t *)&cv[4]); in compress_pre()
101 t0 = _mm_shuffle_ps2(m0, m1, _MM_SHUFFLE(2, 0, 2, 0)); // 6 4 2 0 in compress_pre()
165 // Round 4 in compress_pre()
258 __m128i rows[4]; in blake3_compress_in_place_sse41()
261 storeu(xorv(rows[1], rows[3]), (uint8_t *)&cv[4]); in blake3_compress_in_place_sse41()
[all …]
H A Dblake3_sse2.c5 #define DEGREE 4
68 // discussion at https://github.com/sneves/blake2-avx2/pull/4
89 INLINE void compress_pre(__m128i rows[4], const uint32_t cv[8], in compress_pre() argument
93 rows[1] = loadu((uint8_t *)&cv[4]); in compress_pre()
107 t0 = _mm_shuffle_ps2(m0, m1, _MM_SHUFFLE(2, 0, 2, 0)); // 6 4 2 0 in compress_pre()
171 // Round 4 in compress_pre()
264 __m128i rows[4]; in blake3_compress_in_place_sse2()
267 storeu(xorv(rows[1], rows[3]), (uint8_t *)&cv[4]); in blake3_compress_in_place_sse2()
274 __m128i rows[4]; in blake3_compress_xof_sse2()
279 storeu(xorv(rows[3], loadu((uint8_t *)&cv[4])), &out[48]); in blake3_compress_xof_sse2()
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daeskey.c38 * values correspond with Nk values of 4, 6 and 8 respectively.
44 * nk = 4 5 6 7 8
46 * cx->n_col = 4 10 9 8 7 7
58 * 4. Removed always-defined ifdefs FUNCS_IN_C, ENC_KEYING_IN_C,
83 { k[4 * (i) + 4] = ss[0] ^= ls_box(ss[3], 3) ^ t_use(r, c)[i]; \
84 k[4 * (i) + 5] = ss[1] ^= ss[0]; \
85 k[4 * (i) + 6] = ss[2] ^= ss[1]; \
86 k[4 * (i) + 7] = ss[3] ^= ss[2]; \
92 uint32_t ss[4]; in aes_encrypt_key128()
102 ke4(rk, 4); ke4(rk, 5); in aes_encrypt_key128()
[all …]
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daeskey.c53 values correspond with Nk values of 4, 6 and 8 respectively.
59 nk = 4 5 6 7 8
61 cx->n_col = 4 10 9 8 7 7
86 { k[4*(i)+4] = ss[0] ^= ls_box(ss[3],3) ^ t_use(r,c)[i]; \
87 k[4*(i)+5] = ss[1] ^= ss[0]; \
88 k[4*(i)+6] = ss[2] ^= ss[1]; \
89 k[4*(i)+7] = ss[3] ^= ss[2]; \
93 { uint32_t ss[4]; in aes_xi()
103 ke4(cx->ks, 4); ke4(cx->ks, 5); in aes_xi()
137 k[6*(i)+10] = ss[4] ^= ss[3]; \
[all …]
/freebsd/share/doc/psd/04.uprog/
H A Dp9128 .nr PD .4v
151 .nr PD .4v
172 .nr PD .4v
190 .nr PD .4v
201 .nr PD .4v
222 .nr PD .4v
232 .nr PD .4v
244 .nr PD .4v
260 .nr PD .4v
275 .nr PD .4v
[all …]
/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/sys/opencrypto/
H A Dgfmult.c40 /* calculate v * 2 */
42 gf128_mulalpha(struct gf128 v) in gf128_mulalpha() argument
46 mask = !!(v.v[1] & 1); in gf128_mulalpha()
48 v.v[1] = (v.v[1] >> 1) | ((v.v[0] & 1) << 63); in gf128_mulalpha()
49 v.v[0] = (v.v[0] >> 1) ^ ((mask & REV_POLY_REDUCT) << 56); in gf128_mulalpha()
51 return v; in gf128_mulalpha()
73 t->a[nib_rev[i]] = tbl[i].v[0] >> 32; in gf128_genmultable()
74 t->b[nib_rev[i]] = tbl[i].v[0]; in gf128_genmultable()
75 t->c[nib_rev[i]] = tbl[i].v[1] >> 32; in gf128_genmultable()
76 t->d[nib_rev[i]] = tbl[i].v[1]; in gf128_genmultable()
[all …]
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-onecolumn.pem2 Proc-Type: 4,ENCRYPTED
33 4
40 v
89 4
90 V
167 4
193 V
237 4
257 V
301 V
[all …]
H A Dcert-onecolumn.pem61 V
76 V
89 v
99 V
128 V
144 V
153 v
202 V
205 v
246 V
[all …]
/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcstat.in5 # For a definition of fields, or usage, use zarcstat -v
46 # Fields have a fixed width. Every interval, we fill the "v"
47 # hash with its corresponding value (v[field]=value) using calculate().
67 "hits": [4, 1000, "ARC hits per second"],
68 "iohs": [4, 1000, "ARC I/O hits per second"],
69 "miss": [4, 1000, "ARC misses per second"],
70 "read": [4, 1000, "Total ARC accesses per second"],
71 "hit%": [4, 100, "ARC hit percentage"],
72 "ioh%": [4, 100, "ARC I/O hit percentage"],
74 "dhit": [4, 1000, "Demand hits per second"],
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Dvpaes-loongarch64.pl26 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$r$_",(4..11));
57 .align 4
66 vandn.v $vr1,$vr1,$vr0
68 vsrli.w $vr1,$vr1,4
69 vand.v $vr0,$vr0,$vr9
73 vxor.v $vr2,$vr2,$vr5
75 vxor.v $vr0,$vr0,$vr2
79 .align 4
82 vori.b $vr4,$vr13,0 # 4 : sb1u
84 vshuf.b $vr4,$vr18,$vr4,$vr2 # 4 = sb1u
[all …]
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-loongarch64.pl16 my ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$r$_",(4..11));
59 .long 0,1,2,3,4,5,6,7
71 # $a3 = arg #4 (key array)
197 ld.w @x[1],$t8,4 # 'nd 3'
202 ld.w @x[4],$key,4*0
203 ld.w @x[5],$key,4*1
204 ld.w @x[6],$key,4*2
205 ld.w @x[7],$key,4*3
206 ld.w @x[8],$key,4*4
207 ld.w @x[9],$key,4*5
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h72 #define HEXAGON_V64_GET_D(v) (v) argument
73 #define HEXAGON_V64_GET_UD(v) ((unsigned long long)(v)) argument
77 #define HEXAGON_V64_GET_W0(v) \ argument
83 _HEXAGON_V64_internal_union.d = (v); \
86 #define HEXAGON_V64_GET_W1(v) \ argument
92 _HEXAGON_V64_internal_union.d = (v); \
95 #define HEXAGON_V64_GET_UW0(v) \ argument
101 _HEXAGON_V64_internal_union.d = (v); \
104 #define HEXAGON_V64_GET_UW1(v) \ argument
110 _HEXAGON_V64_internal_union.d = (v); \
[all …]
/freebsd/contrib/bc/tests/bc/
H A Derrors.txt1 4 != 0 &^ 34 == 5
2 4 & 5
3 4 != 0 |% 34 == 5
4 4 | 5
6 4 @^ 5
33 --"4"
34 "4"++
35 + 4
37 + 4 + 3
55 ++x += 4
[all …]
/freebsd/contrib/file/tests/
H A Dmatilde.arm.testfile2 <[d��y�����'��P�[<k��0^���<j~yJ/�!ݘG&�� ���e�4ta��+a�<�p�������(����n����{i�/�8A�<� ٫7…
3v��ښ�m�< pq��r�y�+��i1{���/Y?SP�E�����<@�l5v����S�b�mS# ����I�=���<6\��r$���K:�z�Ceo5���…
4 R��0-as�Aꏾ�<�H���Ҵ�_d)Q����A����Kp���@< <J?�9a�V�9u8�9��Fp�ך�"��P<
9 !�:���=K����[��<Ɖ�lH��!L��-��I��w�9:y��<�U'�ԫ�Lc�\vyY>�Ԫ�ϧ�4p<&@i�~#�������)J$��
10 ��[��ơ���<&@�����(�\�W�!"-@��C]�4�<&F����*�2;[��v�w�>�=�����<!x @;����e�R!���F�iW�…
11 …�^��lFaP< ���I�a-��0� Z���p~iz�PP��� �<4xcC��`���x��{��Z\DT�~�;Y��<2�i�'��=�j"\�a�d�>Pa�A…
154{@�U���|B����А��0&��Y�lCZ�<z�����'h(kZ�k)վ` � ���~�<w@~� ��b9�w��⎭������\����0<:@~�e��j…
18 …9�E����U}wT�d��0<�yGPL�Z4�����v��w����+��@<ں}�r4�;@:�h%��@�)���W���b@<<�h5N�C�R��p.…
H A DHWP97.hwp.testfile1v�e�l�e�r�����������������������������������������������������������������������������������������…
5 …��7����{���$��܅y҅���\t�8���#S&O� 貔������ �Z��SV��u�C�:�!g���阔���5*;�L޷4e�<� ������w��N�k��Kf…
6 �1n��n$�d���-%R!6O�B��^묘j���-x��������6��J�}��F ��NK�Y�Q�u�9��F�Ŋ��0��+&�Iw4�I��{�fߍǮ����9…
8 �7�s����-đ��0��uC�D:�:�Yޣ��I�D��~��:��~V��mqL�rQ9L�#������ 9�}\��q]ɰ^6�G�����] ��Փ3Q׻�…
9 Lm����V�_"���M'I�u��c�����Qש��w�U�֐#G
15 �U��s�]�Y �}#�ѽ�k�"!����9v����ߕa�/튏ٰ�������g, ��IL����'.��\`Q�3�kpr��zo�p�s��� ? G.*�
16 �8���%p���c���H�M8<7X��y�r��� H�;��a�7 �� {�oՙ��y�v�VCⶼ��z˶|lP=n�y�<��V˾����;�-d#5�ع��3�…
/freebsd/sys/dev/wg/
H A Dwg_crypto.c53 { 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 },
60 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 },
61 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 },
62 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 },
[all …]
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2s_prov.c29 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } ,
30 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 } ,
31 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 } ,
32 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 } ,
33 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 } ,
34 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 } ,
35 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } ,
36 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } ,
37 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } ,
38 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } ,
[all …]
H A Dblake2b_prov.c34 { 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 } ,
43 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } ,
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dsgi3 # $File: sgi,v 1.24 2021/09/13 13:23:53 christos Exp $
25 >4 byte x - version %d
27 >4 byte x - version %d
35 >4 belong 1 of
39 >4 belong 1 of
43 >4 belong 1 of
58 0 string #Inventor\040V IRIS Inventor 1.0 file
62 4 belong 0x7d000000 GLF_BINARY_LSB_FIRST
64 4 belong 0x0000007d GLF_BINARY_MSB_FIRST
68 4 belong 0x10000000 GLS_BINARY_LSB_FIRST
[all …]
/freebsd/sys/contrib/libb2/
H A Dblake2b-ref.c31 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } ,
32 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 } ,
33 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 } ,
34 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 } ,
35 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 } ,
36 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 } ,
37 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } ,
38 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } ,
39 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } ,
40 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } ,
[all …]
/freebsd/sys/contrib/v4l/
H A Dvideodev2.h90 #define VID_TYPE_TELETEXT 4 /* Does teletext */
123 V4L2_FIELD_INTERLACED = 4, /* both fields interlaced */
161 V4L2_BUF_TYPE_VBI_CAPTURE = 4,
176 V4L2_CTRL_TYPE_BUTTON = 4,
206 V4L2_COLORSPACE_BT878 = 4,
243 * D R I V E R C A P A B I L I T I E S
251 __u32 reserved[4];
277 * V I D E O I M A G E F O R M A T
294 #define V4L2_PIX_FMT_RGB444 v4l2_fourcc('R', '4', '4', '4') /* 16 xxxxrrrr ggggbbbb */
301 #define V4L2_PIX_FMT_BGR32 v4l2_fourcc('B', 'G', 'R', '4') /* 32 BGR-8-8-8-8 */
[all …]

12345678910>>...69