Home
last modified time | relevance | path

Searched refs:m2 (Results 1 – 25 of 223) sorted by relevance

123456789

/freebsd/sys/powerpc/fpu/
H A Dfpu_subr.c74 m2 = fp->fp_mant[2]; in fpu_shr()
99 s |= m3 | m2 | m1; in fpu_shr()
102 s |= m3 | m2; in fpu_shr()
106 m3 = m2, m2 = m1, m1 = m0, m0 = 0; in fpu_shr()
114 m2 = (m2 >> rsh) | (m1 << lsh); in fpu_shr()
150 m0 = m1, m1 = m2, m2 = m3, m3 = 0, exp -= 32; in fpu_norm()
151 else if (m2) in fpu_norm()
152 m0 = m2, m1 = m3, m2 = 0, m3 = 0, exp -= 2 * 32; in fpu_norm()
173 m3 = m2 << lsh; in fpu_norm()
174 m2 = (m2 >> rsh) | (m1 << lsh); in fpu_norm()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dbackingstore2.sh42 m2=$((m1 + 1))
43 mount | grep "$mntpoint$m2" | grep -q md$m2 && umount $mntpoint$m2
44 mdconfig -l | grep -q md$m2 && mdconfig -d -u $m2
48 [ -d $mntpoint$m2 ] || mkdir -p $mntpoint$m2
58 mdconfig -a -t vnode -f $mntpoint$m1/diskimage -u $m2
60 newfs md$m2 > /dev/null 2>&1
61 mount /dev/md$m2 $mntpoint$m2
65 umount -f /dev/md$m2
67 mount | grep "$mntpoint" | grep -q md$m2 && umount $mntpoint$m2
68 mdconfig -l | grep -q md$m2 && mdconfig -d -u $m2
H A Dbackingstore3.sh41 m2=$((m1 + 1))
42 mount | grep "$mntpoint" | grep -q md$m2 && umount $mntpoint$m2
43 mdconfig -l | grep -q md$m2 && mdconfig -d -u $m2
47 [ -d $mntpoint$m2 ] || mkdir -p $mntpoint$m2
57 mdconfig -a -t vnode -f $mntpoint$m1/diskimage -u $m2
59 newfs md$m2 > /dev/null 2>&1
60 mount /dev/md$m2 $mntpoint$m2
62 dd if=/dev/zero of=$mntpoint$m2/file bs=1m > /dev/null 2>&1
66 umount -f /dev/md$m2
68 mount | grep "$mntpoint" | grep -q md$m2 && umount $mntpoint$m2
[all …]
H A Dnfs10.sh41 m2=${mntpoint}2
42 [ -d $m2 ] || mkdir $m2
43 mount | grep "on $m2 " | grep -q nfs && umount $m2
54 mount -t nfs -o nfsv4 -o rw,retrycnt=3 127.0.0.1:$mntpoint $m2
56 export RUNDIR=$m2/stressX
61 umount $m2 2>/dev/null # Test umount of active FS while here
64 while mount | grep "on $m2 " | grep -q nfs; do
65 umount $m2
H A Dnfs13.sh42 m2=${mntpoint}2
43 [ -d $m2 ] || mkdir $m2
44 mount | grep "on $m2 " | grep -q nfs && umount $m2
51 mount -t nfs -o tcp -o rw,retrycnt=1 127.0.0.1:$mntpoint $m2 || s=2
53 export RUNDIR=$m2/stressX
59 while mount | grep "on $m2 " | grep -q nfs; do
60 umount $m2
H A Dnfs11.sh38 m2=${mntpoint}2
39 [ -d $m2 ] || mkdir $m2
40 mount | grep "on $m2 " | grep -q nfs && umount $m2
51 mount -t nfs -o nfsv4 -o rw,retrycnt=3 127.0.0.1:$mntpoint $m2
53 export RUNDIR=$m2/stressX
58 while mount | grep "on $m2 " | grep -q nfs; do
59 umount $m2
H A Dtmpfs18.sh40 m2=${mntpoint}2
41 [ -d $m2 ] || mkdir $m2
42 mount | grep "on $m2 " | grep -q nfs && umount $m2
49 mount -t nfs -o tcp -o rw,retrycnt=1 127.0.0.1:$mntpoint $m2 || s=2
51 while mount | grep "on $m2 " | grep -q nfs; do
52 umount $m2
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc421 EXPECT_TRUE(m2.Matches(2)); in TEST()
437 EXPECT_TRUE(m2.Matches(0)); in TEST()
445 EXPECT_TRUE(m2.Matches(0)); in TEST()
453 EXPECT_TRUE(m2.Matches(0)); in TEST()
462 EXPECT_TRUE(m2.Matches(n)); in TEST()
471 EXPECT_TRUE(m2.Matches(0)); in TEST()
612 Matcher<char> m2; in TEST_P() local
657 EXPECT_TRUE(m2.Matches(n)); in TEST()
833 Matcher<char> m2 = Eq(1); in TEST() local
1483 DescribeNegation(m2)); in TEST()
[all …]
/freebsd/sys/contrib/libb2/
H A Dblake2s-load-sse41.h54 t0 = _mm_unpackhi_epi32(m2,m3); \
60 t0 = _mm_unpacklo_epi32(m2,m0); \
79 t1 = _mm_unpackhi_epi32(t0, m2); \
84 t0 = _mm_slli_si128(m2, 8); \
95 t0 = _mm_unpacklo_epi32(m0,m2); \
96 t1 = _mm_unpackhi_epi32(m1,m2); \
100 t0 = _mm_unpacklo_epi64(m1,m2); \
101 t1 = _mm_unpackhi_epi64(m0,m2); \
112 t1 = _mm_unpackhi_epi64(m2,m0); \
123 t1 = _mm_unpacklo_epi32(m0,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); \
148 b0 = _mm_unpackhi_epi64(m4, m2); \
204 b0 = _mm_unpackhi_epi64(m6, m2); \
213 b1 = _mm_unpacklo_epi64(m7, m2); \
220 b0 = _mm_unpackhi_epi64(m2, m7); \
[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)) ); \
89 buf = _mm_perm_epi8(t1, m2, _mm_set_epi32(TOB(4),TOB(2),TOB(6),TOB(0)) );
[all …]
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_08.H.err2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
11 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
[all …]
H A Dtest_08.HIPx.err2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
11 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
[all …]
H A Dtest_08.HP.err2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
11 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
[all …]
H A Dtest_08.J.err2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
11 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
[all …]
H A Dtest_08.JP.err2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
11 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
[all …]
H A Dtest_08.T.err2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
11 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
[all …]
H A Dtest_08.X.err2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
11 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
[all …]
H A Dtest_08.XP.err2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
11 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
[all …]
H A Dtest_08.E.err2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
11 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
[all …]
H A Dtest_08.JPu.err2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
11 test: close (xo_close_container) fails at marker 'm2'; not found 'data4'
[all …]
/freebsd/sys/contrib/libsodium/test/default/
H A Dbox_easy2.c23 unsigned char *m2; in main() local
35 m2 = (unsigned char *) sodium_malloc(m2_size); in main()
52 if (crypto_box_open_easy(m2, c, in main()
58 printf("%d\n", memcmp(m, m2, mlen)); in main()
89 memset(m2, 0, m2_size); in main()
102 printf("%d\n", memcmp(m, m2, mlen)); in main()
109 memset(m2, 0, m2_size); in main()
124 printf("%d\n", memcmp(m, m2, mlen)); in main()
126 memset(m2, 0, m2_size); in main()
133 printf("%d\n", memcmp(m, m2, mlen)); in main()
[all …]
H A Daead_chacha20poly1305.c65 if (memcmp(m, m2, MLEN) != 0) { in tv()
68 memset(m2, 0, m2len); in tv()
79 if (memcmp(m, m2, MLEN) != 0) { in tv()
113 if (memcmp(m, m2, MLEN) != 0) { in tv()
118 m2, &m2len, NULL, NULL, in tv()
165 sodium_free(m2); in tv()
248 if (memcmp(m, m2, MLEN) != 0) { in tv_ietf()
251 memset(m2, 0, m2len); in tv_ietf()
262 if (memcmp(m, m2, MLEN) != 0) { in tv_ietf()
294 if (memcmp(m, m2, MLEN) != 0) { in tv_ietf()
[all …]
/freebsd/crypto/openssl/test/testutil/
H A Dformat_output.c55 if (m2 == NULL) in test_fail_string_common()
81 b2[i] = isprint((unsigned char)m2[i]) ? m2[i] : '.'; in test_fail_string_common()
104 if (cnt == 0 && (m2 == NULL || *m2 == '\0')) in test_fail_string_common()
113 if (m2 != NULL) in test_fail_string_common()
114 m2 += n2; in test_fail_string_common()
314 m2 = bufp + len; in test_fail_bignum_common()
352 if (m2 != NULL) in test_fail_bignum_common()
440 if (m2 == NULL) in test_fail_memory_common()
453 if (l1 != l2 || (m1 != m2 && memcmp(m1, m2, l1) != 0)) in test_fail_memory_common()
504 if (m2 != NULL) in test_fail_memory_common()
[all …]
/freebsd/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); \
70 b1 = _mm_unpackhi_epi64(m2, m7); \
88 b1 = _mm_alignr_epi8(m2, m0, 8); \
117 b0 = _mm_unpackhi_epi64(m4, m2); \
171 b0 = _mm_unpackhi_epi64(m2, m7); \
201 b0 = _mm_unpackhi_epi64(m2, m7); \
207 b0 = _mm_unpacklo_epi64(m0, m2); \
262 b1 = _mm_unpacklo_epi64(m2, m3); \
[all …]

123456789