Searched refs:m2 (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-12-stable/lib/libc/sparc64/fpu/
H A Dfpu_subr.c70 u_int m0, m1, m2, m3, s; local
80 m2 = fp->fp_mant[2];
86 if ((m0 | m1 | m2 | m3) == 0)
94 if ((m0 | m1 | m2 | m3) == 0)
105 s |= m3 | m2 | m1;
106 m3 = m0, m2 = 0, m1 = 0, m0 = 0;
108 s |= m3 | m2;
109 m3 = m1, m2 = m0, m1 = 0, m0 = 0;
112 m3 = m2, m2
144 u_int m0, m1, m2, m3, top, sup, nrm; local
[all...]
/freebsd-12-stable/sys/powerpc/fpu/
H A Dfpu_subr.c70 u_int m0, m1, m2, m3, s; local
80 m2 = fp->fp_mant[2];
86 if ((m0 | m1 | m2 | m3) == 0)
94 if ((m0 | m1 | m2 | m3) == 0)
105 s |= m3 | m2 | m1;
106 m3 = m0, m2 = 0, m1 = 0, m0 = 0;
108 s |= m3 | m2;
109 m3 = m1, m2 = m0, m1 = 0, m0 = 0;
112 m3 = m2, m2
144 u_int m0, m1, m2, m3, top, sup, nrm; local
[all...]
/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A Dsecretbox7.c9 static unsigned char m2[10000]; variable
23 if (crypto_secretbox_open(m2, c, mlen + crypto_secretbox_ZEROBYTES, n,
26 if (m2[i] != m[i]) {
H A Dsecretbox_easy2.c9 unsigned char *m2; local
19 m2 = (unsigned char *) sodium_malloc(mlen);
29 m2, c, (unsigned long long) mlen + crypto_secretbox_MACBYTES, nonce,
33 printf("%d\n", memcmp(m, m2, mlen));
36 if (crypto_secretbox_open_easy(m2, c, (unsigned long long) i, nonce,
47 if (crypto_secretbox_open_detached(m2, c, mac, (unsigned long long) mlen,
51 printf("%d\n", memcmp(m, m2, mlen));
65 sodium_free(m2);
H A Dbox7.c16 unsigned char *m2; local
24 m2 = (unsigned char *) sodium_malloc(mlen_max);
33 if (crypto_box_open(m2, c, mlen + crypto_box_ZEROBYTES, n, alicepk,
36 if (m2[i] != m[i]) {
47 sodium_free(m2);
H A Dbox8.c16 unsigned char *m2; local
25 m2 = (unsigned char *) sodium_malloc(mlen_max);
40 if (crypto_box_open(m2, c, mlen + crypto_box_ZEROBYTES, n, alicepk,
43 if (m2[i] != m[i]) {
55 sodium_free(m2);
H A Dbox_seal.c12 unsigned char *m2; local
20 m2 = (unsigned char *) sodium_malloc(m_len);
27 if (crypto_box_seal_open(m2, c, c_len, pk, sk) != 0) {
31 printf("%d\n", memcmp(m, m2, m_len));
39 sodium_free(m2);
H A Dsecretbox8.c9 static unsigned char m2[10000]; variable
27 if (crypto_secretbox_open(m2, c, mlen + crypto_secretbox_ZEROBYTES,
30 if (m2[i] != m[i]) {
H A Dbox_easy2.c23 unsigned char *m2; local
35 m2 = (unsigned char *) sodium_malloc(m2_size);
52 if (crypto_box_open_easy(m2, c,
58 printf("%d\n", memcmp(m, m2, mlen));
61 if (crypto_box_open_easy(m2, c, (unsigned long long) i, nonce, alicepk,
89 memset(m2, 0, m2_size);
98 m2, c, (unsigned long long) mlen + crypto_box_MACBYTES, nonce,
102 printf("%d\n", memcmp(m, m2, mlen));
103 if (crypto_box_open_easy_afternm(m2, c, crypto_box_MACBYTES - 1U, nonce,
109 memset(m2,
[all...]
H A Daead_chacha20poly1305.c27 unsigned char *m2 = (unsigned char *) sodium_malloc(MLEN); local
57 if (crypto_aead_chacha20poly1305_decrypt(m2, &m2len, NULL, c, CLEN,
65 if (memcmp(m, m2, MLEN) != 0) {
66 printf("m != m2\n");
68 memset(m2, 0, m2len);
73 if (crypto_aead_chacha20poly1305_decrypt_detached(m2, NULL,
79 if (memcmp(m, m2, MLEN) != 0) {
80 printf("detached m != m2\n");
85 if (crypto_aead_chacha20poly1305_decrypt(m2, NULL, NULL, c, CLEN,
87 == 0 || memcmp(m, m2, MLE
208 unsigned char *m2 = (unsigned char *) sodium_malloc(MLEN); local
[all...]
H A Daead_xchacha20poly1305.c34 unsigned char *m2 = (unsigned char *) sodium_malloc(MLEN); local
67 if (crypto_aead_xchacha20poly1305_ietf_decrypt(m2, &m2len, NULL, c, CLEN, ad,
74 if (memcmp(m, m2, MLEN) != 0) {
75 printf("m != m2\n");
77 memset(m2, 0, m2len);
78 if (crypto_aead_xchacha20poly1305_ietf_decrypt_detached(m2, NULL,
84 if (memcmp(m, m2, MLEN) != 0) {
85 printf("detached m != m2\n");
90 if (crypto_aead_xchacha20poly1305_ietf_decrypt(m2, NULL, NULL, c, CLEN,
92 == 0 || memcmp(m, m2, MLE
[all...]
/freebsd-12-stable/tests/sys/geom/class/mirror/
H A D8_test.sh12 m2=`mktemp $base.XXXXXX` || exit 1
15 dd if=/dev/zero of=$m2 bs=$ddbs count=1024 >/dev/null 2>&1
18 us1=$(mdconfig -t vnode -f $m2) || exit 1
37 us1=$(attach_md -t vnode -f $m2) || exit 1
45 if cmp -s ${m1} ${m2}; then
51 rm -f $m1 $m2
H A D10_test.sh15 m2=$(mktemp $base.XXXXXX)
18 dd if=/dev/zero of=$m2 bs=$ddbs count=1024 >/dev/null 2>&1
21 us1=$(attach_md -t vnode -f $m2)
56 us1=$(attach_md -t vnode -f $m2)
69 rm -f $m1 $m2 $tmp1 $tmp2
H A D12_test.sh15 m2=$(mktemp $base.XXXXXX)
18 dd if=/dev/zero of=$m2 bs=$ddbs count=1024 >/dev/null 2>&1
21 us1=$(attach_md -t vnode -f $m2)
55 us1=$(attach_md -t vnode -f $m2)
68 rm -f $m1 $m2 $tmp1 $tmp2
/freebsd-12-stable/share/doc/usd/21.troff/
H A DMakefile5 SRCS= m.mac m0 m0a m1 m2 m3 m4 m5 table1 table2
/freebsd-12-stable/sys/contrib/libb2/
H A Dblake2s-load-sse41.h24 buf = TOI(_mm_shuffle_ps(TOF(m2), TOF(m3), _MM_SHUFFLE(2,0,2,0)));
27 buf = TOI(_mm_shuffle_ps(TOF(m2), TOF(m3), _MM_SHUFFLE(3,1,3,1)));
30 t0 = _mm_blend_epi16(m1, m2, 0x0C); \
36 t0 = _mm_shuffle_epi32(m2,_MM_SHUFFLE(0,0,2,0)); \
43 t1 = _mm_blend_epi16(m2, t0, 0x30); \
54 t0 = _mm_unpackhi_epi32(m2,m3); \
60 t0 = _mm_unpacklo_epi32(m2,m0); \
66 t0 = _mm_blend_epi16(m0, m2, 0x3C); \
79 t1 = _mm_unpackhi_epi32(t0, m2); \
84 t0 = _mm_slli_si128(m2,
[all...]
H A Dblake2b-load-sse41.h21 b1 = _mm_unpacklo_epi64(m2, m3); \
29 b1 = _mm_unpackhi_epi64(m2, m3); \
52 b0 = _mm_unpacklo_epi64(m7, m2); \
69 b1 = _mm_unpackhi_epi64(m5, m2); \
85 b1 = _mm_unpackhi_epi64(m2, m7); \
109 b1 = _mm_alignr_epi8(m2, m0, 8); \
132 b0 = _mm_blend_epi16(m1, m2, 0xF0); \
133 b1 = _mm_blend_epi16(m2, m7, 0xF0); \
148 b0 = _mm_unpackhi_epi64(m4, m2); \
157 b1 = _mm_blend_epi16(m2, m
[all...]
H A Dblake2s-load-xop.h37 buf = _mm_perm_epi8(m2, m3, _mm_set_epi32(TOB(6),TOB(4),TOB(2),TOB(0)) );
40 buf = _mm_perm_epi8(m2, m3, _mm_set_epi32(TOB(7),TOB(5),TOB(3),TOB(1)) );
43 t0 = _mm_perm_epi8(m1, m2, _mm_set_epi32(TOB(0),TOB(5),TOB(0),TOB(0)) ); \
47 t1 = _mm_perm_epi8(m1, m2, _mm_set_epi32(TOB(2),TOB(0),TOB(4),TOB(6)) ); \
52 buf = _mm_perm_epi8(t0, m2, _mm_set_epi32(TOB(3),TOB(7),TOB(1),TOB(0)) );
59 t0 = _mm_perm_epi8(m1, m2, _mm_set_epi32(TOB(0),TOB(1),TOB(0),TOB(7)) ); \
63 t1 = _mm_perm_epi8(m0, m2, _mm_set_epi32(TOB(0),TOB(2),TOB(0),TOB(4)) ); \
68 buf = _mm_perm_epi8(t0, m2, _mm_set_epi32(TOB(5),TOB(2),TOB(1),TOB(6)) );
76 t0 = _mm_perm_epi8(t0, m2, _mm_set_epi32(TOB(7),TOB(2),TOB(1),TOB(0)) ); \
80 t1 = _mm_perm_epi8(m0, m2, _mm_set_epi3
[all...]
H A Dblake2s-load-sse2.h17 #define LOAD_MSG_0_1(buf) buf = _mm_set_epi32(m6,m4,m2,m0)
24 #define LOAD_MSG_1_4(buf) buf = _mm_set_epi32(m3,m7,m2,m12)
26 #define LOAD_MSG_2_2(buf) buf = _mm_set_epi32(m13,m2,m0,m8)
31 #define LOAD_MSG_3_3(buf) buf = _mm_set_epi32(m15,m4,m5,m2)
33 #define LOAD_MSG_4_1(buf) buf = _mm_set_epi32(m10,m2,m5,m9)
37 #define LOAD_MSG_5_1(buf) buf = _mm_set_epi32(m8,m0,m6,m2)
44 #define LOAD_MSG_6_4(buf) buf = _mm_set_epi32(m11,m2,m3,m7)
47 #define LOAD_MSG_7_3(buf) buf = _mm_set_epi32(m2,m8,m15,m5)
52 #define LOAD_MSG_8_4(buf) buf = _mm_set_epi32(m5,m4,m7,m2)
54 #define LOAD_MSG_9_2(buf) buf = _mm_set_epi32(m5,m6,m4,m2)
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdb_indent.sh40 m2=2
46 * ) echo "error: GNU indent $m1.$m2.$m3 expected" 1>&2 ; exit 1;;
52 if test $m1 -ne $v1 -o $m2 -ne $v2 -o $m3 -gt $v3
54 echo "error: Must be GNU indent version $m1.$m2.$m3 or later" 1>&2
60 echo "warning: GNU indent version $m1.$m2.$m3 recommended" 1>&2
/freebsd-12-stable/contrib/netbsd-tests/dev/fss/
H A Dt_fss.sh40 mkdir ./m2
55 mount -o rdonly /dev/fss0 ./m2
63 read test_data < ./m2/text
/freebsd-12-stable/crypto/openssh/regress/
H A Dmodpipe.c47 u_int8_t m1, m2; member in struct:modification
54 int n, m1, m2; local
58 what, &m->offset, &m1, &m2)) < 3)
72 if (m2 < 0 || m2 > 0xff)
76 m->m2 = m2;
125 buf[mods[i].offset - total] |= mods[i].m2;
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-load-sse41.h22 b1 = _mm_unpacklo_epi64(m2, m3); \
28 b1 = _mm_unpackhi_epi64(m2, m3); \
45 b0 = _mm_unpacklo_epi64(m7, m2); \
58 b1 = _mm_unpackhi_epi64(m5, m2); \
70 b1 = _mm_unpackhi_epi64(m2, m7); \
88 b1 = _mm_alignr_epi8(m2, m0, 8); \
105 b0 = _mm_blend_epi16(m1, m2, 0xF0); \
106 b1 = _mm_blend_epi16(m2, m7, 0xF0); \
117 b0 = _mm_unpackhi_epi64(m4, m2); \
124 b1 = _mm_blend_epi16(m2, m
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h237 __m64_union m1, m2, res;
240 m2.as_m64 = __m2;
243 res.as_char[1] = m2.as_char[4];
245 res.as_char[3] = m2.as_char[5];
247 res.as_char[5] = m2.as_char[6];
249 res.as_char[7] = m2.as_char[7];
266 __m64_union m1, m2, res; local
269 m2.as_m64 = __m2;
272 res.as_short[1] = m2.as_short[2];
274 res.as_short[3] = m2
289 __m64_union m1, m2, res; local
346 __m64_union m1, m2, res; local
370 __m64_union m1, m2, res; local
[all...]
/freebsd-12-stable/usr.bin/cmp/
H A Dregular.c67 u_char ch, *p1, *p2, *m1, *m2, *e1, *e2; local
95 if ((m2 = remmap(NULL, fd2, off2)) == NULL) {
116 e2 = m2 + MMAP_CHUNK;
118 p2 = m2 + (skip2 - off2);
139 munmap(m2, MMAP_CHUNK);
146 if ((p2 = m2 = remmap(m2, fd2, off2)) == NULL) {
150 e2 = m2 + MMAP_CHUNK;
154 munmap(m2, MMAP_CHUNK);

Completed in 289 milliseconds

123456