Symbol: x0
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
105
mov x4, x0 /* need x0 for return value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
115
mov x4, x0 /* need x0 for return value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
127
mov x4, x0 ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
137
mov x4, x0 ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
149
mov x4, x0 /* need x0 for return value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
159
mov x4, x0 /* need x0 for return value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
171
mov x4, x0 ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
172
1: ldxr x0, [x4] /* load old value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
173
INSN x2, x0, x1 /* calculate new value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
181
mov x4, x0 ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
183
1: ldxr x0, [x4] /* load old value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
184
INSN x2, x0, x1 /* calculate new value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
193
mov x4, x0 /* need x0 for return value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
194
1: ldxr x0, [x4] /* load old value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
195
INSN x0, x0, x1 /* calc new (return) value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
196
stxr w3, x0, [x4] /* try to store */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
203
mov x4, x0 /* need x0 for return value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
205
1: ldxr x0, [x4] /* load old value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
206
INSN x0, x0, x1 /* calc new (return) value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
207
stxr w3, x0, [x4] /* try to store */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
39
mov x4, x0 ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
49
mov x4, x0 ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
61
mov x4, x0 /* need x0 for return value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
71
mov x4, x0 /* need x0 for return value */ ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
83
mov x4, x0 ;\
common/lib/libc/arch/aarch64/atomic/atomic_op_asm.h
93
mov x4, x0 ;\
games/hack/hack.c
566
int x, y, i, x0 = 0, y0 = 0, m0 = 0, i0 = 9;
games/hack/hack.c
610
if (corrct == 1 && DIST(x, y, x0, y0) != 1)
games/hack/hack.c
614
x0 = x;
games/hack/hack.c
647
if (u.dx == y0 - u.uy && u.dy == u.ux - x0)
games/hack/hack.c
658
if ((x0 - u.ux == y0 - u.uy && !u.dy) ||
games/hack/hack.c
659
(x0 - u.ux != y0 - u.uy && u.dy))
games/hack/hack.c
667
u.dx = x0 - u.ux, u.dy = y0 - u.uy;
games/hack/hack.mkshop.c
362
dist2(int x0, int y0, int x1, int y1)
games/hack/hack.mkshop.c
364
return ((x0 - x1) * (x0 - x1) + (y0 - y1) * (y0 - y1));
games/sail/pl_7.c
218
mvaddselstr(int y, int x0, int item, int curitem,
games/sail/pl_7.c
225
move(y, x0);
games/sail/pl_7.c
242
mvselprintw(int y, int x0, int item, int curitem,
games/sail/pl_7.c
248
move(y, x0);
games/sail/pl_7.c
256
for (x = getcurx(stdscr); x < x0 + width; x++) {
lib/libc/gdtoa/gdtoa.c
45
ULong *be, *x, *x0;
lib/libc/gdtoa/gdtoa.c
61
x = x0 = b->x;
lib/libc/gdtoa/gdtoa.c
68
ptrdiff_t td = x - x0;
lib/libc/gdtoa/gdtoa.c
71
while(!x0[--i])
lib/libc/gdtoa/hexnan.c
120
if (x <= x0)
lib/libc/gdtoa/hexnan.c
131
if (x > x0) {
lib/libc/gdtoa/hexnan.c
132
x1 = x0;
lib/libc/gdtoa/hexnan.c
146
if (x1 == x0) {
lib/libc/gdtoa/hexnan.c
56
hexnan(sp, fpi, x0)
lib/libc/gdtoa/hexnan.c
57
CONST char **sp; CONST FPI *fpi; ULong *x0;
lib/libc/gdtoa/hexnan.c
59
hexnan( CONST char **sp, CONST FPI *fpi, ULong *x0)
lib/libc/gdtoa/hexnan.c
69
x = x0 + ((unsigned int)nbits >> kshift);
lib/libc/gdtoa/hexnan.c
88
if (x <= x0) {
lib/libc/gdtoa/smisc.c
182
ULong *x, *x0, x1, x2;
lib/libc/gdtoa/smisc.c
196
x0 = x;
lib/libc/gdtoa/smisc.c
198
while(x > x0)
lib/libc/gen/arc4random.c
136
uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
lib/libc/gen/arc4random.c
140
j0 = x0 = crypto_le32dec(c + 0);
lib/libc/gen/arc4random.c
158
QUARTERROUND( x0, x4, x8,x12);
lib/libc/gen/arc4random.c
162
QUARTERROUND( x0, x5,x10,x15);
lib/libc/gen/arc4random.c
168
crypto_le32enc(out + 0, x0 + j0);
lib/libm/ld80/b_tgammal.c
256
if (y <= 1 + (left + x0)) {
lib/libm/ld80/b_tgammal.c
257
yy = ratfun_gam(y - x0, 0);
lib/libm/ld80/b_tgammal.c
267
for (ym1 = y - 1; ym1 > left + x0; y = ym1--, yy.a--) {
lib/libm/ld80/b_tgammal.c
275
yy = ratfun_gam(y - x0, 0);
lib/libm/ld80/b_tgammal.c
289
if (x < x0 + left) {
lib/libm/ld80/b_tgammal.c
297
t = 1 - x0;
lib/libm/ld80/b_tgammal.c
299
d = 1 - x0;
lib/libm/ld80/b_tgammal.c
306
t = x - x0;
lib/libm/ld80/b_tgammal.c
307
d = - x0 - t;
lib/libm/ld80/b_tgammal.c
398
if (x >= 1 + left + x0)
lib/libm/noieee_src/n_gamma.c
151
} else if (x >= 1.0 + LEFT + x0) {
lib/libm/noieee_src/n_gamma.c
209
if (y <= 1.0 + (LEFT + x0)) {
lib/libm/noieee_src/n_gamma.c
210
yy = ratfun_gam(y - x0, 0);
lib/libm/noieee_src/n_gamma.c
219
for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
lib/libm/noieee_src/n_gamma.c
227
yy = ratfun_gam(y - x0, 0);
lib/libm/noieee_src/n_gamma.c
240
if (x < x0 + LEFT) {
lib/libm/noieee_src/n_gamma.c
246
t = (one-x0); t += x;
lib/libm/noieee_src/n_gamma.c
247
d = (one-x0); d -= t; d += x;
lib/libm/noieee_src/n_gamma.c
252
t = x - x0;
lib/libm/noieee_src/n_gamma.c
253
d = (-x0 -t); d += x;
lib/libm/noieee_src/n_lgamma.c
221
t = y - x0;
lib/libm/noieee_src/n_lgamma.c
225
t = y +(1.0-x0);
lib/libm/noieee_src/n_lgamma.c
90
#define LEFT (1.0 - (x0 + .25))
lib/libm/noieee_src/n_lgamma.c
91
#define RIGHT (x0 - .218)
lib/libm/src/b_tgamma.c
144
} else if (x >= 1.0 + LEFT + x0)
lib/libm/src/b_tgamma.c
195
if (y <= 1.0 + (LEFT + x0)) {
lib/libm/src/b_tgamma.c
196
yy = ratfun_gam(y - x0, 0);
lib/libm/src/b_tgamma.c
205
for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
lib/libm/src/b_tgamma.c
213
yy = ratfun_gam(y - x0, 0);
lib/libm/src/b_tgamma.c
226
if (x < x0 + LEFT) {
lib/libm/src/b_tgamma.c
232
t = (one-x0); t += x;
lib/libm/src/b_tgamma.c
233
d = (one-x0); d -= t; d += x;
lib/libm/src/b_tgamma.c
238
t = x - x0;
lib/libm/src/b_tgamma.c
239
d = (-x0 -t); d += x;
sbin/nvmectl/bignum.c
2097
mp_int x0, x1, y0, y1, t1, x0y0, x1y1;
sbin/nvmectl/bignum.c
2111
if (mp_init_size(&x0, B) != MP_OKAY) {
sbin/nvmectl/bignum.c
2134
x0.used = y0.used = B;
sbin/nvmectl/bignum.c
2148
tmpx = x0.dp;
sbin/nvmectl/bignum.c
2169
trim_unused_digits(&x0);
sbin/nvmectl/bignum.c
2174
if (signed_multiply(&x0, &y0, &x0y0) != MP_OKAY) {
sbin/nvmectl/bignum.c
2181
if (basic_add(&x1, &x0, &t1) != MP_OKAY) {
sbin/nvmectl/bignum.c
2184
if (basic_add(&y1, &y0, &x0) != MP_OKAY) {
sbin/nvmectl/bignum.c
2187
if (signed_multiply(&t1, &x0, &t1) != MP_OKAY) {
sbin/nvmectl/bignum.c
2191
if (signed_add(&x0y0, &x1y1, &x0) != MP_OKAY) {
sbin/nvmectl/bignum.c
2194
if (basic_subtract(&t1, &x0, &t1) != MP_OKAY) {
sbin/nvmectl/bignum.c
2226
mp_clear(&x0);
sbin/nvmectl/bignum.c
2942
mp_int x0, x1, t1, t2, x0x0, x1x1;
sbin/nvmectl/bignum.c
2954
if (mp_init_size(&x0, B) != MP_OKAY) {
sbin/nvmectl/bignum.c
2974
memcpy(x0.dp, a->dp, B * sizeof(*x0.dp));
sbin/nvmectl/bignum.c
2977
x0.used = B;
sbin/nvmectl/bignum.c
2980
trim_unused_digits(&x0);
sbin/nvmectl/bignum.c
2983
if (square(&x0, &x0x0) != MP_OKAY) {
sbin/nvmectl/bignum.c
2990
if (basic_add(&x1, &x0, &t1) != MP_OKAY) {
sbin/nvmectl/bignum.c
3029
mp_clear(&x0);
sys/arch/cobalt/stand/boot/tlp.c
396
uint32_t val, x1, x0, bit;
sys/arch/cobalt/stand/boot/tlp.c
407
x0 = val | D0; /* 0 */
sys/arch/cobalt/stand/boot/tlp.c
410
bit = (idx & cnt) ? x1 : x0;
sys/arch/ews4800mips/stand/common/cons_fb.c
132
fb_copy(int x0, int y0, int x1, int y1, int w, int h)
sys/arch/ews4800mips/stand/common/cons_fb.c
140
x0 = MINMAX(x0, 0, FB_WIDTH);
sys/arch/ews4800mips/stand/common/cons_fb.c
148
q = fb.fb_addr + x0 + y0 * FB_LINEBYTES;
sys/arch/m68k/fpe/fpu_cordic.c
327
fpu_cordit1(struct fpemu *fe, struct fpn *x0, struct fpn *y0, struct fpn *z0,
sys/arch/m68k/fpe/fpu_cordic.c
339
CPYFPN(&x, x0);
sys/arch/m68k/fpe/fpu_cordic.c
409
CPYFPN(x0, &x);
sys/arch/m68k/fpe/fpu_mul.c
103
uint32_t a2, a1, a0, x2, x1, x0, bit, m;
sys/arch/m68k/fpe/fpu_mul.c
145
x0 = x->fp_mant[0];
sys/arch/m68k/fpe/fpu_mul.c
151
FPU_ADDC(a0, a0, x0)
sys/arch/m68k/fpe/fpu_sqrt.c
193
uint32_t x0, x1, x2;
sys/arch/m68k/fpe/fpu_sqrt.c
226
FPU_ADDCS(x1, x1, x1); FPU_ADDC(x0, x0, x0); \
sys/arch/m68k/fpe/fpu_sqrt.c
230
x0 = (x0 << 1) | (x1 >> 31); x1 = (x1 << 1) | (x2 >> 31); \
sys/arch/m68k/fpe/fpu_sqrt.c
241
x0 = x->fp_mant[0];
sys/arch/m68k/fpe/fpu_sqrt.c
274
x0 -= bit;
sys/arch/m68k/fpe/fpu_sqrt.c
281
if (x0 >= t0) { /* if x >= t then */
sys/arch/m68k/fpe/fpu_sqrt.c
282
x0 -= t0; /* x -= t */
sys/arch/m68k/fpe/fpu_sqrt.c
300
FPU_SUBC(d0, x0, t0); /* d = x - t */
sys/arch/m68k/fpe/fpu_sqrt.c
302
x0 = d0, x1 = d1; /* x -= t */
sys/arch/m68k/fpe/fpu_sqrt.c
311
FPU_SUBC(d0, x0, t0);
sys/arch/m68k/fpe/fpu_sqrt.c
313
x0 = d0, x1 = d1;
sys/arch/m68k/fpe/fpu_sqrt.c
332
FPU_SUBC(d0, x0, t0);
sys/arch/m68k/fpe/fpu_sqrt.c
334
x0 = d0, x1 = d1, x2 = d2;
sys/arch/m68k/fpe/fpu_sqrt.c
344
FPU_SUBC(d0, x0, t0);
sys/arch/m68k/fpe/fpu_sqrt.c
346
x0 = d0, x1 = d1, x2 = d2;
sys/arch/m68k/fpe/fpu_sqrt.c
359
x->fp_sticky = x0 | x1 | x2;
sys/arch/powerpc/fpu/fpu_mul.c
109
u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m;
sys/arch/powerpc/fpu/fpu_mul.c
166
x0 = x->fp_mant[0];
sys/arch/powerpc/fpu/fpu_mul.c
173
FPU_ADDC(a0, a0, x0)
sys/arch/powerpc/fpu/fpu_sqrt.c
197
u_int x0, x1, x2, x3;
sys/arch/powerpc/fpu/fpu_sqrt.c
245
FPU_ADDCS(x1, x1, x1); FPU_ADDC(x0, x0, x0); \
sys/arch/powerpc/fpu/fpu_sqrt.c
249
x0 = (x0 << 1) | (x1 >> 31); x1 = (x1 << 1) | (x2 >> 31); \
sys/arch/powerpc/fpu/fpu_sqrt.c
260
x0 = x->fp_mant[0];
sys/arch/powerpc/fpu/fpu_sqrt.c
294
x0 -= bit;
sys/arch/powerpc/fpu/fpu_sqrt.c
301
if (x0 >= t0) { /* if x >= t then */
sys/arch/powerpc/fpu/fpu_sqrt.c
302
x0 -= t0; /* x -= t */
sys/arch/powerpc/fpu/fpu_sqrt.c
320
FPU_SUBC(d0, x0, t0); /* d = x - t */
sys/arch/powerpc/fpu/fpu_sqrt.c
322
x0 = d0, x1 = d1; /* x -= t */
sys/arch/powerpc/fpu/fpu_sqrt.c
331
FPU_SUBC(d0, x0, t0);
sys/arch/powerpc/fpu/fpu_sqrt.c
333
x0 = d0, x1 = d1;
sys/arch/powerpc/fpu/fpu_sqrt.c
352
FPU_SUBC(d0, x0, t0);
sys/arch/powerpc/fpu/fpu_sqrt.c
354
x0 = d0, x1 = d1, x2 = d2;
sys/arch/powerpc/fpu/fpu_sqrt.c
364
FPU_SUBC(d0, x0, t0);
sys/arch/powerpc/fpu/fpu_sqrt.c
366
x0 = d0, x1 = d1, x2 = d2;
sys/arch/powerpc/fpu/fpu_sqrt.c
386
FPU_SUBC(d0, x0, t0);
sys/arch/powerpc/fpu/fpu_sqrt.c
388
x0 = d0, x1 = d1, x2 = d2; x3 = d3;
sys/arch/powerpc/fpu/fpu_sqrt.c
399
FPU_SUBC(d0, x0, t0);
sys/arch/powerpc/fpu/fpu_sqrt.c
401
x0 = d0, x1 = d1, x2 = d2; x3 = d3;
sys/arch/powerpc/fpu/fpu_sqrt.c
413
x->fp_sticky = x0 | x1 | x2 | x3;
sys/arch/sparc/fpu/fpu_mul.c
105
u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m;
sys/arch/sparc/fpu/fpu_mul.c
149
x0 = x->fp_mant[0];
sys/arch/sparc/fpu/fpu_mul.c
156
FPU_ADDC(a0, a0, x0)
sys/arch/sparc/fpu/fpu_sqrt.c
193
u_int x0, x1, x2, x3;
sys/arch/sparc/fpu/fpu_sqrt.c
225
FPU_ADDCS(x1, x1, x1); FPU_ADDC(x0, x0, x0); \
sys/arch/sparc/fpu/fpu_sqrt.c
229
x0 = (x0 << 1) | (x1 >> 31); x1 = (x1 << 1) | (x2 >> 31); \
sys/arch/sparc/fpu/fpu_sqrt.c
240
x0 = x->fp_mant[0];
sys/arch/sparc/fpu/fpu_sqrt.c
274
x0 -= bit;
sys/arch/sparc/fpu/fpu_sqrt.c
281
if (x0 >= t0) { /* if x >= t then */
sys/arch/sparc/fpu/fpu_sqrt.c
282
x0 -= t0; /* x -= t */
sys/arch/sparc/fpu/fpu_sqrt.c
300
FPU_SUBC(d0, x0, t0); /* d = x - t */
sys/arch/sparc/fpu/fpu_sqrt.c
302
x0 = d0, x1 = d1; /* x -= t */
sys/arch/sparc/fpu/fpu_sqrt.c
311
FPU_SUBC(d0, x0, t0);
sys/arch/sparc/fpu/fpu_sqrt.c
313
x0 = d0, x1 = d1;
sys/arch/sparc/fpu/fpu_sqrt.c
332
FPU_SUBC(d0, x0, t0);
sys/arch/sparc/fpu/fpu_sqrt.c
334
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc/fpu/fpu_sqrt.c
344
FPU_SUBC(d0, x0, t0);
sys/arch/sparc/fpu/fpu_sqrt.c
346
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc/fpu/fpu_sqrt.c
366
FPU_SUBC(d0, x0, t0);
sys/arch/sparc/fpu/fpu_sqrt.c
369
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc/fpu/fpu_sqrt.c
379
FPU_SUBC(d0, x0, t0);
sys/arch/sparc/fpu/fpu_sqrt.c
381
x0 = d0, x1 = d1, x2 = d2;
sys/arch/sparc/fpu/fpu_sqrt.c
393
x->fp_sticky = x0 | x1 | x2 | x3;
sys/crypto/aes/aes_ct.c
103
y18 = x0 ^ y16;
sys/crypto/aes/aes_ct.c
54
uint32_t x0, x1, x2, x3, x4, x5, x6, x7;
sys/crypto/aes/aes_ct.c
69
x0 = q[7];
sys/crypto/aes/aes_ct.c
82
y13 = x0 ^ x6;
sys/crypto/aes/aes_ct.c
83
y9 = x0 ^ x3;
sys/crypto/aes/aes_ct.c
84
y8 = x0 ^ x5;
sys/crypto/aes/aes_ct.c
89
y2 = y1 ^ x0;
sys/crypto/aes/aes_ct64.c
104
y2 = y1 ^ x0;
sys/crypto/aes/aes_ct64.c
118
y18 = x0 ^ y16;
sys/crypto/aes/aes_ct64.c
269
uint64_t x0, x1, x2, x3;
sys/crypto/aes/aes_ct64.c
271
x0 = w[0];
sys/crypto/aes/aes_ct64.c
275
x0 |= (x0 << 16);
sys/crypto/aes/aes_ct64.c
279
x0 &= (uint64_t)0x0000FFFF0000FFFF;
sys/crypto/aes/aes_ct64.c
283
x0 |= (x0 << 8);
sys/crypto/aes/aes_ct64.c
287
x0 &= (uint64_t)0x00FF00FF00FF00FF;
sys/crypto/aes/aes_ct64.c
291
*q0 = x0 | (x2 << 8);
sys/crypto/aes/aes_ct64.c
299
uint64_t x0, x1, x2, x3;
sys/crypto/aes/aes_ct64.c
301
x0 = q0 & (uint64_t)0x00FF00FF00FF00FF;
sys/crypto/aes/aes_ct64.c
305
x0 |= (x0 >> 8);
sys/crypto/aes/aes_ct64.c
309
x0 &= (uint64_t)0x0000FFFF0000FFFF;
sys/crypto/aes/aes_ct64.c
313
w[0] = (uint32_t)x0 | (uint32_t)(x0 >> 16);
sys/crypto/aes/aes_ct64.c
413
uint64_t x0, x1, x2, x3;
sys/crypto/aes/aes_ct64.c
415
x0 = x1 = x2 = x3 = comp_skey[u];
sys/crypto/aes/aes_ct64.c
416
x0 &= (uint64_t)0x1111111111111111;
sys/crypto/aes/aes_ct64.c
423
skey[v + 0] = (x0 << 4) - x0;
sys/crypto/aes/aes_ct64.c
46
uint32_t x0 = *p8++;
sys/crypto/aes/aes_ct64.c
51
*p32++ = x0 | (x1 << 8) | (x2 << 16) | (x3 << 24);
sys/crypto/aes/aes_ct64.c
69
uint64_t x0, x1, x2, x3, x4, x5, x6, x7;
sys/crypto/aes/aes_ct64.c
84
x0 = q[7];
sys/crypto/aes/aes_ct64.c
97
y13 = x0 ^ x6;
sys/crypto/aes/aes_ct64.c
98
y9 = x0 ^ x3;
sys/crypto/aes/aes_ct64.c
99
y8 = x0 ^ x5;
sys/crypto/aes/arch/arm/aes_neon.c
604
uint8x16_t x0 = x.val[0], x1 = x.val[1];
sys/crypto/aes/arch/arm/aes_neon.c
608
x0 = aes_schedule_transform(x0, ipt);
sys/crypto/aes/arch/arm/aes_neon.c
610
x0 ^= loadroundkey(rk32);
sys/crypto/aes/arch/arm/aes_neon.c
616
subbytes(&io0, &jo0, x0, inv_, inva_);
sys/crypto/aes/arch/arm/aes_neon.c
634
x0 = A2_B_D_0 ^ vqtbl1q_u8(A2_B_0, mc_forward[rmod4]);
sys/crypto/aes/arch/arm/aes_neon.c
637
x0 = vqtbl1q_u8(sbo[0], io0) ^ vqtbl1q_u8(sbo[1], jo0);
sys/crypto/aes/arch/arm/aes_neon.c
639
x0 ^= loadroundkey(rk32);
sys/crypto/aes/arch/arm/aes_neon.c
642
[0] = vqtbl1q_u8(x0, sr[rmod4]),
sys/crypto/aes/arch/arm/aes_neon.c
693
uint8x16_t x0 = x.val[0], x1 = x.val[1];
sys/crypto/aes/arch/arm/aes_neon.c
696
x0 = aes_schedule_transform(x0, dipt);
sys/crypto/aes/arch/arm/aes_neon.c
698
x0 ^= loadroundkey(rk32);
sys/crypto/aes/arch/arm/aes_neon.c
704
subbytes(&io0, &jo0, x0, inv_, inva_);
sys/crypto/aes/arch/arm/aes_neon.c
709
x0 = vqtbl1q_u8(dsb9[0], io0) ^ vqtbl1q_u8(dsb9[1], jo0);
sys/crypto/aes/arch/arm/aes_neon.c
711
x0 ^= loadroundkey(rk32);
sys/crypto/aes/arch/arm/aes_neon.c
715
x0 = vqtbl1q_u8(x0, mc);
sys/crypto/aes/arch/arm/aes_neon.c
717
x0 ^= vqtbl1q_u8(dsbd[0], io0) ^ vqtbl1q_u8(dsbd[1], jo0);
sys/crypto/aes/arch/arm/aes_neon.c
720
x0 = vqtbl1q_u8(x0, mc);
sys/crypto/aes/arch/arm/aes_neon.c
722
x0 ^= vqtbl1q_u8(dsbb[0], io0) ^ vqtbl1q_u8(dsbb[1], jo0);
sys/crypto/aes/arch/arm/aes_neon.c
725
x0 = vqtbl1q_u8(x0, mc);
sys/crypto/aes/arch/arm/aes_neon.c
727
x0 ^= vqtbl1q_u8(dsbe[0], io0) ^ vqtbl1q_u8(dsbe[1], jo0);
sys/crypto/aes/arch/arm/aes_neon.c
732
x0 = vqtbl1q_u8(dsbo[0], io0) ^ vqtbl1q_u8(dsbo[1], jo0);
sys/crypto/aes/arch/arm/aes_neon.c
734
x0 ^= loadroundkey(rk32);
sys/crypto/aes/arch/arm/aes_neon.c
737
[0] = vqtbl1q_u8(x0, sr[i]),
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
103
y18 = x0 ^ y16;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
54
__m128i x0, x1, x2, x3, x4, x5, x6, x7;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
69
x0 = q[7];
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
82
y13 = x0 ^ x6;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
83
y9 = x0 ^ x3;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
84
y8 = x0 ^ x5;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
89
y2 = y1 ^ x0;
sys/crypto/chacha/arch/x86/chacha_sse2.c
199
__m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
sys/crypto/chacha/arch/x86/chacha_sse2.c
207
x0 = load1_epi32(chacha_const32 + 0);
sys/crypto/chacha/arch/x86/chacha_sse2.c
227
y0 = x0;
sys/crypto/chacha/arch/x86/chacha_sse2.c
253
y0 = _mm_add_epi32(y0, x0);
sys/crypto/chacha/arch/x86/chacha_sse2.c
355
__m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
sys/crypto/chacha/arch/x86/chacha_sse2.c
363
x0 = load1_epi32(chacha_const32 + 0);
sys/crypto/chacha/arch/x86/chacha_sse2.c
383
y0 = x0;
sys/crypto/chacha/arch/x86/chacha_sse2.c
409
y0 = _mm_add_epi32(y0, x0);
sys/crypto/chacha/chacha_ref.c
101
le32enc(out + 0, x0 + y0);
sys/crypto/chacha/chacha_ref.c
129
uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
sys/crypto/chacha/chacha_ref.c
133
x0 = le32dec(c + 0);
sys/crypto/chacha/chacha_ref.c
151
y0 = x0;
sys/crypto/chacha/chacha_ref.c
177
le32enc(s + 0, x0 + y0);
sys/crypto/chacha/chacha_ref.c
198
y0 = x0;
sys/crypto/chacha/chacha_ref.c
224
le32enc(buf + 0, x0 + y0);
sys/crypto/chacha/chacha_ref.c
252
uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
sys/crypto/chacha/chacha_ref.c
256
x0 = le32dec(c + 0);
sys/crypto/chacha/chacha_ref.c
274
y0 = x0;
sys/crypto/chacha/chacha_ref.c
300
le32enc(s + 0, (x0 + y0) ^ le32dec(p + 0));
sys/crypto/chacha/chacha_ref.c
321
y0 = x0;
sys/crypto/chacha/chacha_ref.c
347
le32enc(buf + 0, x0 + y0);
sys/crypto/chacha/chacha_ref.c
70
uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
sys/crypto/chacha/chacha_ref.c
73
x0 = y0 = le32dec(c + 0);
sys/dev/hpc/video_subr.c
116
linebpp##b(struct video_chip *vc, int x0, int y0, int x1, int y1) \
sys/dev/hpc/video_subr.c
122
x = x1 - x0; \
sys/dev/hpc/video_subr.c
126
xbase = x0; \
sys/dev/hpc/video_subr.c
235
int x0, int y0,
sys/dev/hpc/video_subr.c
273
video_line(struct video_chip *vc, int x0, int y0, int x1, int y1)
sys/dev/hpc/video_subr.c
276
vc->vc_drawline(vc, x0, y0, x1, y1);
sys/dev/ipmi.c
1350
poly(int64_t x0, int64_t x, int64_t a[], int n)
sys/dev/ipmi.c
1355
z = fixmul(x0, a[0]);
sys/dev/ipmi.c
1357
x0 = fixmul(x0, x);
sys/dev/ipmi.c
1358
z = fixmul(x0, a[i]) + z;
sys/dev/pci/if_sip.c
501
sip_cdtxsync(struct sip_softc *sc, const int x0, const int n0, const int ops)
sys/dev/pci/if_sip.c
505
x = x0;
sys/dev/stbi/stb_image.c
1367
int t0,t1,t2,t3,p1,p2,p3,p4,p5,x0,x1,x2,x3; \
sys/dev/stbi/stb_image.c
1377
x0 = t0+t3; \
sys/dev/stbi/stb_image.c
1433
x0 += 512; x1 += 512; x2 += 512; x3 += 512;
sys/dev/stbi/stb_image.c
1434
v[ 0] = (x0+t3) >> 10;
sys/dev/stbi/stb_image.c
1435
v[56] = (x0-t3) >> 10;
sys/dev/stbi/stb_image.c
1454
x0 += 65536 + (128<<17);
sys/dev/stbi/stb_image.c
1460
o[0] = clamp((x0+t3) >> 17);
sys/dev/stbi/stb_image.c
1461
o[7] = clamp((x0-t3) >> 17);
tests/usr.bin/xlint/lint1/msg_187.c
16
char x0[3] = "x\0";
usr.sbin/tpctl/fb.c
293
fb_drawline(struct fb *fb, int x0, int y0, int x1, int y1, fb_pixel_t pixel)
usr.sbin/tpctl/fb.c
297
dx = ABS(x1 - x0);
usr.sbin/tpctl/fb.c
301
SWAP(x0, x1);
usr.sbin/tpctl/fb.c
304
if (x0 < x1)
usr.sbin/tpctl/fb.c
312
fb_drawpixel(fb, x0, i, pixel);
usr.sbin/tpctl/fb.c
316
x0 += incdec;
usr.sbin/tpctl/fb.c
320
if (x1 < x0) {
usr.sbin/tpctl/fb.c
321
SWAP(x0, x1);
usr.sbin/tpctl/fb.c
331
for (i = x0; i <= x1; i++) {