Searched refs:v1 (Results 1 - 25 of 243) sorted by relevance

12345678910

/freebsd-13-stable/lib/libc/mips/net/
H A Dhtonl.S40 srl v1, a0, 24 # v1 = 0x00000011
42 or v0, v0, v1
43 and v1, a0, 0xff00
44 sll v1, v1, 8 # v1 = 0x00330000
45 or v0, v0, v1
46 srl v1, a0, 8
47 and v1, v
[all...]
H A Dntohl.S40 srl v1, a0, 24 # v1 = 0x00000011
42 or v0, v0, v1
43 and v1, a0, 0xff00
44 sll v1, v1, 8 # v1 = 0x00330000
45 or v0, v0, v1
46 srl v1, a0, 8
47 and v1, v
[all...]
H A Dhtons.S42 sll v1, a0, 8
43 and v1, v1, 0xff00
44 or v0, v0, v1
H A Dntohs.S41 sll v1, a0, 8
42 and v1, v1, 0xff00
43 or v0, v0, v1
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash_ref.h8 v0 += v1; \
9 v1 = ROTL64(v1, 13); \
10 v1 ^= v0; \
18 v2 += v1; \
19 v1 = ROTL64(v1, 17); \
20 v1 ^= v2; \
/freebsd-13-stable/contrib/netbsd-tests/lib/csu/arch/mips/
H A Dh_initfini_align.S13 andi v1,sp,3
15 andi v1,sp,7
17 sltiu v0,v1,1
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h47 // ASSERT_PRED_FORMAT1(pred_format, v1)
48 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
59 // ASSERT_PRED1(pred, v1)
60 // ASSERT_PRED2(pred, v1, v2)
64 // and the values v1, v2, ..., must support the << operator for
89 const T1& v1) {
90 if (pred(v1)) return AssertionSuccess();
94 << "\n" << e1 << " evaluates to " << v1;
99 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\
100 GTEST_ASSERT_(pred_format(#v1, v
86 AssertPred1Helper(const char* pred_text, const char* e1, Pred pred, const T1& v1) argument
128 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) argument
177 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
233 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
296 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/freebsd-13-stable/usr.sbin/sa/tests/
H A DMakefile8 ${PACKAGE}FILES+= v1-amd64-sav.in
9 ${PACKAGE}FILES+= v1-amd64-sav.out
10 ${PACKAGE}FILES+= v1-amd64-u.out
11 ${PACKAGE}FILES+= v1-amd64-usr.in
12 ${PACKAGE}FILES+= v1-amd64-usr.out
13 ${PACKAGE}FILES+= v1-i386-sav.in
14 ${PACKAGE}FILES+= v1-i386-sav.out
15 ${PACKAGE}FILES+= v1-i386-u.out
16 ${PACKAGE}FILES+= v1-i386-usr.in
17 ${PACKAGE}FILES+= v1
[all...]
H A Dprime.sh27 $SANEW -u $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-u.out
29 $SANEW -i $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-sav.out
30 $SANEW -im $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-usr.out
31 cp $LCDIR/v1-$ARCH-acct.in acct.in
32 rm -f v1-$ARCH-sav.in v1-$ARCH-usr.in
33 $SAOLD -s -P v1
[all...]
H A Dlegacy_test.sh28 install -c -m 644 $LCDIR/v1-$ARCH-acct.in v1-$ARCH-acct.in
34 sa -u v1-$ARCH-acct.in | check 1 $DIR/v1-$ARCH-u.out
38 sa -i v1-$ARCH-acct.in | check 3 $DIR/v1-$ARCH-sav.out
39 sa -im v1-$ARCH-acct.in | check 4 $DIR/v1-$ARCH-usr.out
41 # Backward compatibility of v1 summary files
42 sa -P $DIR/v1
[all...]
/freebsd-13-stable/crypto/openssl/crypto/des/
H A Dofb_enc.c22 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; local
47 c2l(iv, v1);
49 ti[1] = v1;
52 ti[1] = v1;
64 v0 = v1;
65 v1 = vv0;
68 v1 = vv1;
70 v0 = ((v1 >> (num - 32)) | (vv0 << (64 - num))) & 0xffffffffL;
71 v1 = ((vv0 >> (num - 32)) | (vv1 << (64 - num))) & 0xffffffffL;
74 v0 = ((v0 >> num) | (v1 << (3
[all...]
H A Dofb64ede.c22 register DES_LONG v0, v1; local
33 c2l(iv, v1);
35 ti[1] = v1;
38 l2c(v1, dp);
42 /* ti[1]=v1; */
45 v1 = ti[1];
49 l2c(v1, dp);
58 l2c(v1, iv);
60 v0 = v1 = ti[0] = ti[1] = 0;
H A Dcfb_enc.c28 register DES_LONG d0, d1, v0, v1; local
50 c2l(iv, v1);
55 ti[1] = v1;
68 v0 = v1;
69 v1 = d0;
72 v1 = d1;
77 l2c(v1, iv);
81 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
90 v0 = sh[0], v1 = sh[1];
94 c2l(iv, v1);
[all...]
H A Dofb64enc.c21 register DES_LONG v0, v1, t; local
32 c2l(iv, v1);
34 ti[1] = v1;
37 l2c(v1, dp);
53 v1 = ti[1];
56 l2c(v1, iv);
58 t = v0 = v1 = ti[0] = ti[1] = 0;
H A Dcfb64ede.c23 register DES_LONG v0, v1; local
34 c2l(iv, v1);
37 ti[1] = v1;
40 v1 = ti[1];
44 l2c(v1, iv);
56 c2l(iv, v1);
59 ti[1] = v1;
62 v1 = ti[1];
66 l2c(v1, iv);
76 v0 = v1
90 register DES_LONG d0, d1, v0, v1; local
[all...]
/freebsd-13-stable/usr.bin/lastcomm/tests/
H A DMakefile8 ${PACKAGE}FILES+= v1-amd64-acct.in
9 ${PACKAGE}FILES+= v1-amd64.out
10 ${PACKAGE}FILES+= v1-i386-acct.in
11 ${PACKAGE}FILES+= v1-i386.out
12 ${PACKAGE}FILES+= v1-sparc64-acct.in
13 ${PACKAGE}FILES+= v1-sparc64.out
/freebsd-13-stable/tools/regression/include/stdatomic/
H A Dlogic.c59 T v1 = atomic_load(a); \
61 assert(atomic_##name(a, v2) == v1); \
66 T v1 = atomic_load(a); \
70 assert(v1 == v2); \
78 T v1 = rndnum(); \
79 atomic_init(a, v1); \
80 assert(atomic_load(a) == v1); \
83 T v1 = rndnum(); \
84 atomic_store(a, v1); \
85 assert(atomic_load(a) == v1); \
[all...]
/freebsd-13-stable/crypto/openssl/crypto/idea/
H A Di_ofb64.c22 register unsigned long v0, v1, t; local
33 n2l(iv, v1);
35 ti[1] = v1;
38 l2n(v1, dp);
54 v1 = ti[1];
57 l2n(v1, iv);
59 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-13-stable/crypto/openssl/crypto/rc2/
H A Drc2ofb64.c22 register unsigned long v0, v1, t; local
33 c2l(iv, v1);
35 ti[1] = v1;
38 l2c(v1, dp);
54 v1 = ti[1];
57 l2c(v1, iv);
59 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-13-stable/crypto/openssl/crypto/rc5/
H A Drc5ofb64.c22 register unsigned long v0, v1, t; local
33 c2l(iv, v1);
35 ti[1] = v1;
38 l2c(v1, dp);
54 v1 = ti[1];
57 l2c(v1, iv);
59 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-13-stable/contrib/libucl/klib/
H A Dkvec.h87 #define kv_copy_safe(type, v1, v0, el) do { \
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 { \
110 if ((v1).m < (v0).n + (v1).n) \
111 kv_resize_safe(type, v1, (v0).n + (v1)
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bf/
H A Dbf_ofb64.c22 register BF_LONG v0, v1, t; local
33 n2l(iv, v1);
35 ti[1] = v1;
38 l2n(v1, dp);
54 v1 = ti[1];
57 l2n(v1, iv);
59 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-13-stable/crypto/openssl/crypto/cast/
H A Dc_ofb64.c22 register CAST_LONG v0, v1, t; local
33 n2l(iv, v1);
35 ti[1] = v1;
38 l2n(v1, dp);
54 v1 = ti[1];
57 l2n(v1, iv);
59 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-13-stable/contrib/bmake/
H A Denum.h53 #define ENUM__JOIN_STR_1(v1) \
54 #v1
55 #define ENUM__JOIN_STR_2(v1, v2) \
56 ENUM__JOIN_STR_1(v1) ENUM__SEP \
58 #define ENUM__JOIN_STR_4(v1, v2, v3, v4) \
59 ENUM__JOIN_STR_2(v1, v2) ENUM__SEP \
61 #define ENUM__JOIN_STR_8(v1, v2, v3, v4, v5, v6, v7, v8) \
62 ENUM__JOIN_STR_4(v1, v2, v3, v4) ENUM__SEP \
79 #define ENUM__SPEC_1(v1) \
80 { v1, #v
[all...]
/freebsd-13-stable/crypto/openssl/crypto/siphash/
H A Dsiphash_local.h15 uint64_t v1; member in struct:siphash_st

Completed in 159 milliseconds

12345678910