/freebsd/sys/powerpc/fpu/ |
H A D | fpu_subr.c | 64 u_int m0, m1, m2, m3, s; in fpu_shr() local 74 m2 = fp->fp_mant[2]; in fpu_shr() 80 if ((m0 | m1 | m2 | m3) == 0) in fpu_shr() 88 if ((m0 | m1 | m2 | m3) == 0) in fpu_shr() 99 s |= m3 | m2 | m1; in fpu_shr() 100 m3 = m0, m2 = 0, m1 = 0, m0 = 0; in fpu_shr() 102 s |= m3 | m2; in fpu_shr() 103 m3 = m1, m2 = m0, m1 = 0, m0 = 0; in fpu_shr() 106 m3 = m2, m2 = m1, m1 = m0, m0 = 0; in fpu_shr() 113 m3 = (m3 >> rsh) | (m2 << lsh); in fpu_shr() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | backingstore2.sh | 42 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 D | backingstore3.sh | 41 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 D | nfs10.sh | 41 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 D | nfs13.sh | 42 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 D | nfs11.sh | 38 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 D | tmpfs18.sh | 40 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 D | gmock-matchers-comparisons_test.cc | 220 Matcher<const std::string&> m2 = "hi"; in TEST() local 221 EXPECT_TRUE(m2.Matches("hi")); in TEST() 222 EXPECT_FALSE(m2.Matches("hello")); in TEST() 232 Matcher<const std::string&> m2 = std::string("hi"); in TEST() local 233 EXPECT_TRUE(m2.Matches("hi")); in TEST() 234 EXPECT_FALSE(m2.Matches("hello")); in TEST() 245 Matcher<const internal::StringView&> m2 = "cats"; in TEST() local 246 EXPECT_TRUE(m2.Matches("cats")); in TEST() 247 EXPECT_FALSE(m2.Matches("dogs")); in TEST() 257 Matcher<const internal::StringView&> m2 = std::string("cats"); in TEST() local [all …]
|
/freebsd/sys/contrib/libb2/ |
H A D | blake2s-load-sse41.h | 24 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, 8); \ [all …]
|
H A D | blake2b-load-sse41.h | 21 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, m7, 0xF0); \ [all …]
|
H A D | blake2s-load-xop.h | 37 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_epi32(TOB(0),TOB(0),TOB(1),TOB(5)) ); \ [all …]
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_08.E.err | 2 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 D | test_08.H.err | 2 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 D | test_08.HIPx.err | 2 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 D | test_08.HP.err | 2 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 D | test_08.J.err | 2 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 D | test_08.JP.err | 2 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 D | test_08.JPu.err | 2 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 D | test_08.T.err | 2 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 D | test_08.X.err | 2 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 D | test_08.XP.err | 2 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 D | box_easy2.c | 23 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() 61 if (crypto_box_open_easy(m2, c, (unsigned long long) i, nonce, alicepk, in main() 89 memset(m2, 0, m2_size); in main() 98 m2, c, (unsigned long long) mlen + crypto_box_MACBYTES, nonce, in main() 102 printf("%d\n", memcmp(m, m2, mlen)); in main() 103 if (crypto_box_open_easy_afternm(m2, c, crypto_box_MACBYTES - 1U, nonce, in main() 109 memset(m2, 0, m2_size); in main() [all …]
|
H A D | aead_chacha20poly1305.c | 27 unsigned char *m2 = (unsigned char *) sodium_malloc(MLEN); in tv() local 57 if (crypto_aead_chacha20poly1305_decrypt(m2, &m2len, NULL, c, CLEN, in tv() 65 if (memcmp(m, m2, MLEN) != 0) { in tv() 68 memset(m2, 0, m2len); in tv() 73 if (crypto_aead_chacha20poly1305_decrypt_detached(m2, NULL, in tv() 79 if (memcmp(m, m2, MLEN) != 0) { in tv() 85 if (crypto_aead_chacha20poly1305_decrypt(m2, NULL, NULL, c, CLEN, in tv() 87 == 0 || memcmp(m, m2, MLEN) == 0) { in tv() 106 if (crypto_aead_chacha20poly1305_decrypt(m2, &m2len, NULL, c, CLEN, in tv() 113 if (memcmp(m, m2, MLEN) != 0) { in tv() [all …]
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | format_output.c | 43 const char *m2, size_t l2) in test_fail_string_common() argument 55 if (m2 == NULL) in test_fail_string_common() 58 if ((m1 == NULL) == (m2 == NULL)) { in test_fail_string_common() 63 test_string_null_empty(m2, '+'); in test_fail_string_common() 68 if (l1 != l2 || strncmp(m1, m2, l1) != 0) in test_fail_string_common() 81 b2[i] = isprint((unsigned char)m2[i]) ? m2[i] : '.'; in test_fail_string_common() 89 if (m1[i] == m2[i]) { in test_fail_string_common() 104 if (cnt == 0 && (m2 == NULL || *m2 == '\0')) in test_fail_string_common() 105 test_string_null_empty(m2, '+'); in test_fail_string_common() 113 if (m2 != NULL) in test_fail_string_common() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-load-sse41.h | 22 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, m7, 0xF0); \ [all …]
|