Home
last modified time | relevance | path

Searched full:v1 (Results 1 – 25 of 2650) sorted by relevance

12345678910>>...106

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h48 // ASSERT_PRED_FORMAT1(pred_format, v1)
49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
60 // ASSERT_PRED1(pred, v1)
61 // ASSERT_PRED2(pred, v1, v2)
65 // and the values v1, v2, ..., must support the << operator for
88 Pred pred, const T1& v1) { in AssertPred1Helper() argument
89 if (pred(v1)) return AssertionSuccess(); in AssertPred1Helper()
94 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper()
99 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure) \ argument
100 GTEST_ASSERT_(pred_format(#v1, v1), on_failure)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvelintrin_approx.h12 static inline __vr _vel_approx_vfdivs_vvvl(__vr v0, __vr v1, int l) { in _vel_approx_vfdivs_vvvl() argument
15 v5 = _vel_vrcps_vvl(v1, l); in _vel_approx_vfdivs_vvvl()
17 v4 = _vel_vfnmsbs_vsvvl(s0, v1, v5, l); in _vel_approx_vfdivs_vvvl()
20 v4 = _vel_vfnmsbs_vvvvl(v0, v2, v1, l); in _vel_approx_vfdivs_vvvl()
22 v0 = _vel_vfnmsbs_vvvvl(v0, v2, v1, l); in _vel_approx_vfdivs_vvvl()
27 static inline __vr _vel_approx_pvfdiv_vvvl(__vr v0, __vr v1, int l) { in _vel_approx_pvfdiv_vvvl() argument
30 v5 = _vel_pvrcp_vvl(v1, l); in _vel_approx_pvfdiv_vvvl()
32 v4 = _vel_pvfnmsb_vsvvl(s0, v1, v5, l); in _vel_approx_pvfdiv_vvvl()
35 v4 = _vel_pvfnmsb_vvvvl(v0, v2, v1, l); in _vel_approx_pvfdiv_vvvl()
37 v0 = _vel_pvfnmsb_vvvvl(v0, v2, v1, l); in _vel_approx_pvfdiv_vvvl()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/
H A Dmapfile.csv15 0x00000000410fd020,v1,arm/cortex-a34,core
16 0x00000000410fd030,v1,arm/cortex-a53,core
17 0x00000000420f1000,v1,arm/cortex-a53,core
18 0x00000000410fd040,v1,arm/cortex-a35,core
19 0x00000000410fd050,v1,arm/cortex-a55,core
20 0x00000000410fd060,v1,arm/cortex-a65,core
21 0x00000000410fd070,v1,arm/cortex-a57-a72,core
22 0x00000000410fd080,v1,arm/cortex-a57-a72,core
23 0x00000000410fd090,v1,arm/cortex-a73,core
24 0x00000000410fd0a0,v1,arm/cortex-a75,core
[all …]
/freebsd/sys/crypto/openssl/aarch64/
H A Daesv8-armx.S41 ld1 {v1.4s,v2.4s},[x3],#32
59 eor v6.16b,v6.16b,v1.16b
61 shl v1.16b,v1.16b,#1
65 ld1 {v1.4s},[x3]
76 eor v6.16b,v6.16b,v1.16b
78 shl v1.16b,v1.16b,#1
90 eor v6.16b,v6.16b,v1.16b
126 eor v6.16b,v6.16b,v1.16b
128 shl v1.16b,v1.16b,#1
157 eor v6.16b,v6.16b,v1.16b
[all …]
H A Dghashv8-armx.S34 pmull v1.1q,v16.1d,v16.1d
38 eor v1.16b,v1.16b,v17.16b
39 eor v1.16b,v1.16b,v18.16b
42 ins v2.d[0],v1.d[1]
43 ins v1.d[1],v0.d[0]
44 eor v0.16b,v1.16b,v18.16b
60 pmull v1.1q,v16.1d,v17.1d
66 eor v1.16b,v1.16b,v16.16b
69 eor v1.16b,v1.16b,v18.16b
74 ins v2.d[0],v1.d[1]
[all …]
H A Daes-gcm-armv8_64.S62 fmov v1.d[1], x9 //CTR block 1
82 aese v1.16b, v18.16b
83 aesmc v1.16b, v1.16b //AES block 1 - round 0
109 aese v1.16b, v19.16b
110 aesmc v1.16b, v1.16b //AES block 1 - round 1
121 aese v1.16b, v20.16b
122 aesmc v1.16b, v1.16b //AES block 1 - round 2
138 aese v1.16b, v21.16b
139 aesmc v1.16b, v1.16b //AES block 1 - round 3
174 aese v1.16b, v22.16b
[all …]
/freebsd/usr.sbin/sa/tests/
H A Dlegacy_test.sh27 install -c -m 644 $LCDIR/v1-$ARCH-acct.in v1-$ARCH-acct.in
33 sa -u v1-$ARCH-acct.in | check 1 $DIR/v1-$ARCH-u.out
37 sa -i v1-$ARCH-acct.in | check 3 $DIR/v1-$ARCH-sav.out
38 sa -im v1-$ARCH-acct.in | check 4 $DIR/v1-$ARCH-usr.out
40 # Backward compatibility of v1 summary files
41 sa -P $DIR/v1-$ARCH-sav.in -U $DIR/v1-$ARCH-usr.in /dev/null |
42 check 5 $DIR/v1-$ARCH-sav.out
43 sa -m -P $DIR/v1-$ARCH-sav.in -U $DIR/v1-$ARCH-usr.in /dev/null |
44 check 6 $DIR/v1-$ARCH-usr.out
47 install -c -m 644 $DIR/v1-$ARCH-sav.in v2c-$ARCH-sav.in
[all …]
H A Dprime.sh26 $SANEW -u $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-u.out
28 $SANEW -i $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-sav.out
29 $SANEW -im $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-usr.out
30 cp $LCDIR/v1-$ARCH-acct.in acct.in
31 rm -f v1-$ARCH-sav.in v1-$ARCH-usr.in
32 $SAOLD -s -P v1-$ARCH-sav.in -U v1-$ARCH-usr.in acct.in >/dev/null
33 cp $LCDIR/v1-$ARCH-acct.in acct.in
H A DMakefile6 ${PACKAGE}FILES+= v1-amd64-sav.in
7 ${PACKAGE}FILES+= v1-amd64-sav.out
8 ${PACKAGE}FILES+= v1-amd64-u.out
9 ${PACKAGE}FILES+= v1-amd64-usr.in
10 ${PACKAGE}FILES+= v1-amd64-usr.out
11 ${PACKAGE}FILES+= v1-i386-sav.in
12 ${PACKAGE}FILES+= v1-i386-sav.out
13 ${PACKAGE}FILES+= v1-i386-u.out
14 ${PACKAGE}FILES+= v1-i386-usr.in
15 ${PACKAGE}FILES+= v1-i386-usr.out
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse2.S23 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3
82 eor v1.16b, v3.16b, v1.16b
109 mov v1.s[1], w5
114 and v0.8b, v1.8b, v0.8b
119 uzp1 v1.4s, v0.4s, v6.4s
121 add v2.4s, v2.4s, v1.4s
122 uzp1 v18.4s, v1.4s, v1.4s
165 ext v17.16b, v18.16b, v1
[all...]
H A Db3_aarch64_sse41.S23 * Based on BLAKE3 v1.3.1, https://github.com/BLAKE3-team/BLAKE3
82 eor v1.16b, v3.16b, v1.16b
142 mov v1.s[1], w5
147 and v0.8b, v1.8b, v0.8b
150 mov v1.d[1], v0.d[0]
159 eor v1.16b, v16.16b, v1.16b
161 tbl v1.16b, { v1
[all...]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dinterlaken-lac-portals.dtsi39 compatible = "fsl,interlaken-lac-portal-v1.0";
44 compatible = "fsl,interlaken-lac-portal-v1.0";
49 compatible = "fsl,interlaken-lac-portal-v1.0";
54 compatible = "fsl,interlaken-lac-portal-v1.0";
59 compatible = "fsl,interlaken-lac-portal-v1.0";
64 compatible = "fsl,interlaken-lac-portal-v1.0";
69 compatible = "fsl,interlaken-lac-portal-v1.0";
74 compatible = "fsl,interlaken-lac-portal-v1.0";
79 compatible = "fsl,interlaken-lac-portal-v1.0";
84 compatible = "fsl,interlaken-lac-portal-v1.0";
[all …]
/freebsd/crypto/openssl/crypto/des/
H A Dcfb64ede.c29 register DES_LONG v0, v1; in DES_ede3_cfb64_encrypt() local
40 c2l(iv, v1); in DES_ede3_cfb64_encrypt()
43 ti[1] = v1; in DES_ede3_cfb64_encrypt()
46 v1 = ti[1]; in DES_ede3_cfb64_encrypt()
50 l2c(v1, iv); in DES_ede3_cfb64_encrypt()
62 c2l(iv, v1); in DES_ede3_cfb64_encrypt()
65 ti[1] = v1; in DES_ede3_cfb64_encrypt()
68 v1 = ti[1]; in DES_ede3_cfb64_encrypt()
72 l2c(v1, iv); in DES_ede3_cfb64_encrypt()
82 v0 = v1 = ti[0] = ti[1] = c = cc = 0; in DES_ede3_cfb64_encrypt()
[all …]
H A Dcfb_enc.c34 register DES_LONG d0, d1, v0, v1; in DES_cfb_encrypt() local
56 c2l(iv, v1); in DES_cfb_encrypt()
61 ti[1] = v1; in DES_cfb_encrypt()
74 v0 = v1; in DES_cfb_encrypt()
75 v1 = d0; in DES_cfb_encrypt()
78 v1 = d1; in DES_cfb_encrypt()
83 l2c(v1, iv); in DES_cfb_encrypt()
87 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1; in DES_cfb_encrypt()
96 v0 = sh[0], v1 = sh[1]; in DES_cfb_encrypt()
100 c2l(iv, v1); in DES_cfb_encrypt()
[all …]
H A Dofb_enc.c28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
53 c2l(iv, v1); in DES_ofb_encrypt()
55 ti[1] = v1; in DES_ofb_encrypt()
58 ti[1] = v1; in DES_ofb_encrypt()
70 v0 = v1; in DES_ofb_encrypt()
71 v1 = vv0; in DES_ofb_encrypt()
74 v1 = vv1; in DES_ofb_encrypt()
76 v0 = ((v1 >> (num - 32)) | (vv0 << (64 - num))) & 0xffffffffL; in DES_ofb_encrypt()
77 v1 = ((vv0 >> (num - 32)) | (vv1 << (64 - num))) & 0xffffffffL; in DES_ofb_encrypt()
80 v0 = ((v0 >> num) | (v1 << (32 - num))) & 0xffffffffL; in DES_ofb_encrypt()
[all …]
/freebsd/contrib/libucl/klib/
H A Dkvec.h87 #define kv_copy_safe(type, v1, v0, el) do { \ argument
88 if ((v1).m < (v0).n) kv_resize_safe(type, v1, (v0).n, el); \
89 (v1).n = (v0).n; \
90 memcpy((v1).a, (v0).a, sizeof(type) * (v0).n); \
109 #define kv_concat_safe(type, v1, v0, el) do { \ argument
110 if ((v1).m < (v0).n + (v1).n) \
111 kv_resize_safe(type, v1, (v0).n + (v1).n, el); \
112 memcpy((v1).a + (v1).n, (v0).a, sizeof(type) * (v0).n); \
113 (v1).n = (v0).n + (v1).n; \
133 #define kv_copy(type, v1, v0) do { \ argument
[all …]
/freebsd/lib/libc/quad/
H A Dmuldi3.c48 * v = 2^n v1 * v0
52 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0
53 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0
55 * Now add 2^n u1 v1 to the first term and subtract it from the middle,
59 * uv = (2^2n + 2^n) (u1 v1) +
60 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
65 * uv = (2^2n + 2^n) (u1 v1) + [u1v1 = high]
66 * (2^n) (u1 - u0) (v0 - v1) + [(u1-u0)... = mid]
69 * The terms (u1 v1), (u1 - u0) (v0 - v1), and (u0 v0) can all be done
71 * of (u1 - u0) or (v0 - v1) may be negative.)
[all …]
/freebsd/sys/libkern/arm/
H A Dmuldi3.c50 * v = 2^n v1 * v0
54 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0
55 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0
57 * Now add 2^n u1 v1 to the first term and subtract it from the middle,
61 * uv = (2^2n + 2^n) (u1 v1) +
62 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
67 * uv = (2^2n + 2^n) (u1 v1) + [u1v1 = high]
68 * (2^n) (u1 - u0) (v0 - v1) + [(u1-u0)... = mid]
71 * The terms (u1 v1), (u1 - u0) (v0 - v1), and (u0 v0) can all be done
73 * of (u1 - u0) or (v0 - v1) may be negative.)
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/
H A Dmapfile.csv13 GenuineIntel-6-7A,v1,goldmontplus,core
36 GenuineIntel-6-55-[01234],v1,skylakex,core
37 GenuineIntel-6-55-[56789ABCDEF],v1,cascadelakex,core
38 GenuineIntel-6-7D,v1,icelake,core
39 GenuineIntel-6-7E,v1,icelake,core
40 GenuineIntel-6-8[CD],v1,tigerlake,core
41 GenuineIntel-6-A7,v1,icelake,core
42 GenuineIntel-6-6A,v1,icelakex,core
43 GenuineIntel-6-6C,v1,icelakex,core
44 GenuineIntel-6-86,v1,tremont
[all...]
/freebsd/sys/sys/
H A Dktr.h145 #define KTR_EVENT2(m, egroup, ident, etype, edat, a0, v0, a1, v1) \ argument
147 ident, edat, (v0), (v1))
148 #define KTR_EVENT3(m, egroup, ident, etype, edat, a0, v0, a1, v1, a2, v2)\ argument
150 ident, edat, (v0), (v1), (v2))
152 a0, v0, a1, v1, a2, v2, a3, v3) \ argument
154 ident, edat, (v0), (v1), (v2), (v3))
163 #define KTR_STATE2(m, egroup, ident, state, a0, v0, a1, v1) \ argument
164 KTR_EVENT2(m, egroup, ident, "state:\"%s\"", state, a0, (v0), a1, (v1))
165 #define KTR_STATE3(m, egroup, ident, state, a0, v0, a1, v1, a2, v2) \ argument
167 state, a0, (v0), a1, (v1), a2, (v2))
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,bcm4708.yaml31 - linksys,ea6300-v1
33 - luxul,xap-1510-v1
35 - netgear,r6250-v1
47 - luxul,xap-1410-v1
48 - luxul,xwr-1200-v1
61 - tplink,archer-c9-v1
74 - luxul,abr-4500-v1
75 - luxul,xap-1610-v1
76 - luxul,xbr-4500-v1
77 - luxul,xwc-2000-v1
[all...]
/freebsd/tools/regression/include/stdatomic/
H A Dlogic.c57 T v1 = atomic_load(a); \
59 assert(atomic_##name(a, v2) == v1); \
64 T v1 = atomic_load(a); \
68 assert(v1 == v2); \
76 T v1 = rndnum(); \
77 atomic_init(a, v1); \
78 assert(atomic_load(a) == v1); \
81 T v1 = rndnum(); \
82 atomic_store(a, v1); \
83 assert(atomic_load(a) == v1); \
[all …]
/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c52 v0 += v1; \
53 v1 = ROTL(v1, 13); \
54 v1 ^= v0; \
62 v2 += v1; \
63 v1 = ROTL(v1, 17); \
64 v1 ^= v2; \
94 * we need to adjust v1 (see SipHash_Init(). in SipHash_set_hash_size()
100 /* Now, adjust ctx->v1 if the old and the new size differ */ in SipHash_set_hash_size()
102 ctx->v1 ^= 0xee; in SipHash_set_hash_size()
129 ctx->v1 = 0x646f72616e646f6dULL ^ k1; in SipHash_Init()
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmulq.c140 uint64_t v0, v1, v2; in poly1305_inner_big() local
144 v1 = br_dec64le(buf + 8); in poly1305_inner_big()
145 v2 = v1 >> 24; in poly1305_inner_big()
146 v1 = ((v0 >> 44) | (v1 << 20)) & MASK44; in poly1305_inner_big()
149 a1 += v1; in poly1305_inner_big()
159 v1 = br_dec64le(buf + 24); in poly1305_inner_big()
160 v2 = v1 >> 24; in poly1305_inner_big()
161 v1 = ((v0 >> 44) | (v1 << 20)) & MASK44; in poly1305_inner_big()
164 a1 += v1; in poly1305_inner_big()
174 v1 = br_dec64le(buf + 40); in poly1305_inner_big()
[all …]
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i15_privexp.c65 uint32_t r, a, b, u0, v0, u1, v1, he, hr; in br_rsa_i15_compute_privexp() local
161 * u0, u1, v0 and v1. Initial values are: in br_rsa_i15_compute_privexp()
163 * b = r u1 = r v1 = e-1 in br_rsa_i15_compute_privexp()
166 * b = u1*e - v1*r in br_rsa_i15_compute_privexp()
172 * 0 <= v1 <= e in br_rsa_i15_compute_privexp()
175 * adjust u0, u1, v0 and v1 to maintain the invariants: in br_rsa_i15_compute_privexp()
182 * key or public exponent is not valid). The (u0,v0) or (u1,v1) in br_rsa_i15_compute_privexp()
192 * - When b is divided by 2, u1 and v1 must be divided by 2. in br_rsa_i15_compute_privexp()
193 * - When b is subtracted from a, u1 and v1 are subtracted from in br_rsa_i15_compute_privexp()
196 * u1 and v1, respectively. in br_rsa_i15_compute_privexp()
[all …]

12345678910>>...106