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

12345678910

/freebsd-10.1-release/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-10.1-release/sys/contrib/dts/arm/
H A Dusb_a9g20.dts8 /dts-v1/;
H A Dat91sam9g15ek.dts9 /dts-v1/;
H A Dtny_a9260.dts8 /dts-v1/;
H A Dtny_a9g20.dts8 /dts-v1/;
H A Dat91sam9g25ek.dts9 /dts-v1/;
H A Dat91sam9g35ek.dts9 /dts-v1/;
H A Dat91sam9x35ek.dts9 /dts-v1/;
/freebsd-10.1-release/sys/boot/powerpc/ps3/
H A Dps3repo.c58 uint64_t v1, v2; local
62 make_n("type", 0), 0, 0, &v1, &v2);
64 *bus_type = v1;
71 uint64_t v1, v2; local
75 make_n("id", 0), 0, 0, &v1, &v2);
77 *bus_id = v1;
84 uint64_t v1, v2; local
88 make_n("num_dev", 0), 0, 0, &v1, &v2);
90 *num_dev = v1;
97 uint64_t v1, v local
110 uint64_t v1, v2; local
123 uint64_t v1, v2; local
136 uint64_t v1, v2; local
149 uint64_t v1, v2; local
163 uint64_t v1, v2; local
177 uint64_t v1, v2; local
191 uint64_t v1, v2; local
[all...]
/freebsd-10.1-release/usr.sbin/sa/tests/
H A DMakefile8 FILES= v1-amd64-sav.in
9 FILES+= v1-amd64-sav.out
10 FILES+= v1-amd64-u.out
11 FILES+= v1-amd64-usr.in
12 FILES+= v1-amd64-usr.out
13 FILES+= v1-i386-sav.in
14 FILES+= v1-i386-sav.out
15 FILES+= v1-i386-u.out
16 FILES+= v1-i386-usr.in
17 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-10.1-release/crypto/openssl/crypto/des/
H A Dofb_enc.c71 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; local
96 c2l(iv, v1);
98 ti[1] = v1;
101 ti[1] = v1;
113 v0 = v1;
114 v1 = vv0;
117 v1 = vv1;
119 v0 = ((v1 >> (num - 32)) | (vv0 << (64 - num))) & 0xffffffffL;
120 v1 = ((vv0 >> (num - 32)) | (vv1 << (64 - num))) & 0xffffffffL;
123 v0 = ((v0 >> num) | (v1 << (3
[all...]
H A Dofb64ede.c71 register DES_LONG v0, v1; local
82 c2l(iv, v1);
84 ti[1] = v1;
87 l2c(v1, dp);
91 /* ti[1]=v1; */
94 v1 = ti[1];
98 l2c(v1, dp);
106 v1=ti[1];*/
109 l2c(v1, iv);
111 v0 = v1
[all...]
H A Dcfb_enc.c77 register DES_LONG d0, d1, v0, v1; local
99 c2l(iv, v1);
104 ti[1] = v1;
117 v0 = v1;
118 v1 = d0;
121 v1 = d1;
126 l2c(v1, iv);
130 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
139 v0 = sh[0], v1 = sh[1];
143 c2l(iv, v1);
[all...]
/freebsd-10.1-release/usr.bin/lastcomm/tests/
H A DMakefile8 FILES= v1-amd64-acct.in
9 FILES+= v1-amd64.out
10 FILES+= v1-i386-acct.in
11 FILES+= v1-i386.out
12 FILES+= v1-sparc64-acct.in
13 FILES+= v1-sparc64.out
/freebsd-10.1-release/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-10.1-release/crypto/openssl/crypto/bf/
H A Dbf_ofb64.c71 register BF_LONG v0, v1, t; local
82 n2l(iv, v1);
84 ti[1] = v1;
87 l2n(v1, dp);
103 v1 = ti[1];
106 l2n(v1, iv);
108 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-10.1-release/crypto/openssl/crypto/cast/
H A Dc_ofb64.c71 register CAST_LONG v0, v1, t; local
82 n2l(iv, v1);
84 ti[1] = v1;
87 l2n(v1, dp);
103 v1 = ti[1];
106 l2n(v1, iv);
108 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-10.1-release/crypto/openssl/crypto/rc5/
H A Drc5ofb64.c71 register unsigned long v0, v1, t; local
82 c2l(iv, v1);
84 ti[1] = v1;
87 l2c(v1, dp);
103 v1 = ti[1];
106 l2c(v1, iv);
108 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-10.1-release/crypto/openssl/crypto/idea/
H A Di_ofb64.c71 register unsigned long v0, v1, t; local
82 n2l(iv, v1);
84 ti[1] = v1;
87 l2n(v1, dp);
103 v1 = ti[1];
106 l2n(v1, iv);
108 t = v0 = v1 = ti[0] = ti[1] = 0;
/freebsd-10.1-release/crypto/openssl/crypto/rc2/
H A Drc2ofb64.c71 register unsigned long v0, v1, t; local
82 c2l(iv, v1);
84 ti[1] = v1;
87 l2c(v1, dp);
103 v1 = ti[1];
106 l2c(v1, iv);
108 t = v0 = v1 = ti[0] = ti[1] = 0;

Completed in 273 milliseconds

12345678910