bin/ksh/c_ksh.c
810
shprintf("-L%d ", vp->u2.field);
bin/ksh/c_ksh.c
812
shprintf("-R%d ", vp->u2.field);
bin/ksh/exec.c
601
if (tp->u2.errno_) {
bin/ksh/exec.c
604
cp, strerror(tp->u2.errno_));
bin/ksh/exec.c
707
if (tp->u2.errno_) {
bin/ksh/exec.c
709
strerror(tp->u2.errno_));
bin/ksh/exec.c
920
tp->u2.errno_ = 0;
bin/ksh/exec.c
923
&tp->u2.errno_);
bin/ksh/exec.c
964
X_OK, &tp->u2.errno_);
bin/ksh/exec.c
976
&tp->u2.errno_)) != (char *) 0)
bin/ksh/table.c
136
p->u2.field = 0;
bin/ksh/table.h
28
} u2;
bin/ksh/var.c
1185
new->u2.field = vp->u2.field;
bin/ksh/var.c
288
vp->u2.field = vq->u2.field;
bin/ksh/var.c
534
if (!vp->u2.field) /* default field width */
bin/ksh/var.c
535
vp->u2.field = olen;
bin/ksh/var.c
536
nlen = vp->u2.field;
bin/ksh/var.c
550
if (slen > vp->u2.field) {
bin/ksh/var.c
551
s += slen - vp->u2.field;
bin/ksh/var.c
552
slen = vp->u2.field;
bin/ksh/var.c
557
vp->u2.field - slen, null, slen, s);
bin/ksh/var.c
566
vp->u2.field, vp->u2.field, s);
bin/ksh/var.c
718
t->u2.field = field;
dist/pf/sbin/pfctl/pfctl_parser.c
377
print_ugid(u_int8_t op, unsigned u1, unsigned u2, const char *t, unsigned umax)
dist/pf/sbin/pfctl/pfctl_parser.c
382
snprintf(a2, sizeof(a2), "%u", u2);
lib/libbluetooth/sdp_match.c
49
uuid_t u1, u2;
lib/libbluetooth/sdp_match.c
54
if (!sdp_get_uuid(&d, &u2)
lib/libbluetooth/sdp_match.c
55
|| !uuid_equal(&u1, &u2, NULL))
lib/libm/ld128/b_logl.c
336
long double F, f, g, q, u, v, u1, u2;
lib/libm/ld128/b_logl.c
365
u2 = (2 * (f - F * u1) - u1 * f) * g;
lib/libm/ld128/b_logl.c
369
u2 += logF_tail[j];
lib/libm/ld128/b_logl.c
370
u2 += q;
lib/libm/ld128/b_logl.c
371
u2 += logF_tail[N] * m;
lib/libm/ld128/b_logl.c
372
r.a = (float)(u1 + u2); /* Only difference is here. */
lib/libm/ld128/b_logl.c
373
r.b = (u1 - r.a) + u2;
lib/libm/ld128/e_lgammal_r.c
109
u2 = 2.96194003481457101058321977413332171e+00L,
lib/libm/ld128/e_lgammal_r.c
289
p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+
lib/libm/ld128/e_rem_pio2l.h
85
union ieee_ext_u u2;
lib/libm/ld128/e_rem_pio2l.h
89
u2.extu_ld = y[0];
lib/libm/ld128/e_rem_pio2l.h
90
ex1 = u2.extu_exp;
lib/libm/ld128/e_rem_pio2l.h
98
u2.extu_ld = y[0];
lib/libm/ld128/e_rem_pio2l.h
99
ex1 = u2.extu_exp;
lib/libm/ld80/b_logl.c
340
long double F, f, g, q, u, v, u1, u2;
lib/libm/ld80/b_logl.c
369
u2 = (2 * (f - F * u1) - u1 * f) * g;
lib/libm/ld80/b_logl.c
373
u2 += logF_tail[j];
lib/libm/ld80/b_logl.c
374
u2 += q;
lib/libm/ld80/b_logl.c
375
u2 += logF_tail[N] * m;
lib/libm/ld80/b_logl.c
376
r.a = (float)(u1 + u2); /* Only difference is here. */
lib/libm/ld80/b_logl.c
377
r.b = (u1 - r.a) + u2;
lib/libm/ld80/e_lgammal_r.c
319
p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*u6))))));
lib/libm/ld80/e_rem_pio2l.h
107
u2.extu_ld = y[0];
lib/libm/ld80/e_rem_pio2l.h
108
ex1 = u2.extu_exp;
lib/libm/ld80/e_rem_pio2l.h
94
union ieee_ext_u u2;
lib/libm/ld80/e_rem_pio2l.h
98
u2.extu_ld = y[0];
lib/libm/ld80/e_rem_pio2l.h
99
ex1 = u2.extu_exp;
lib/libm/noieee_src/n_log.c
380
double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0;
lib/libm/noieee_src/n_log.c
431
u2 = (2.0*(f - F*u1) - u1*f) * g;
lib/libm/noieee_src/n_log.c
439
u2 = (u2 + logF_tail[j]) + q; /* tiny */
lib/libm/noieee_src/n_log.c
440
u2 += logF_tail[N]*m;
lib/libm/noieee_src/n_log.c
441
return (u1 + u2);
lib/libm/noieee_src/n_log.c
452
double F, f, g, q, u, v, u2;
lib/libm/noieee_src/n_log.c
477
u2 = (2.0*(f - F*u1) - u1*f) * g;
lib/libm/noieee_src/n_log.c
481
u2 += logF_tail[j]; u2 += q;
lib/libm/noieee_src/n_log.c
482
u2 += logF_tail[N]*m;
lib/libm/noieee_src/n_log.c
483
r.a = u1 + u2; /* Only difference is here */
lib/libm/noieee_src/n_log.c
485
r.b = (u1 - r.a) + u2;
lib/libm/src/b_log.c
371
double F, f, g, q, u, v, u2;
lib/libm/src/b_log.c
396
u2 = (2.0*(f - F*u1) - u1*f) * g;
lib/libm/src/b_log.c
400
u2 += logF_tail[j]; u2 += q;
lib/libm/src/b_log.c
401
u2 += logF_tail[N]*m;
lib/libm/src/b_log.c
402
r.a = u1 + u2; /* Only difference is here */
lib/libm/src/b_log.c
404
r.b = (u1 - r.a) + u2;
lib/libm/src/e_lgamma_r.c
126
u2 = 1.45492250137234768737e+00, /* 0x3FF7475C, 0xD119BD6F */
lib/libm/src/e_lgamma_r.c
265
p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
lib/libm/src/e_lgammaf_r.c
201
p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
lib/libm/src/e_lgammaf_r.c
62
u2 = 1.4549225569e+00, /* 0x3fba3ae7 */
lib/libm/src/e_rem_pio2l.h
83
union IEEEl2bits u2;
lib/libm/src/e_rem_pio2l.h
87
u2.e = y[0];
lib/libm/src/e_rem_pio2l.h
88
ex1 = u2.xbits.expsign & 0x7fff;
lib/libm/src/e_rem_pio2l.h
96
u2.e = y[0];
lib/libm/src/e_rem_pio2l.h
97
ex1 = u2.xbits.expsign & 0x7fff;
sbin/gpt/gpt_uuid.h
92
gpt_uuid_equal(const gpt_uuid_t u1, const gpt_uuid_t u2) {
sbin/gpt/gpt_uuid.h
93
return memcmp(u1, u2, sizeof(gpt_uuid_t)) == 0;
sbin/gpt/gpt_uuid.h
97
gpt_uuid_copy(gpt_uuid_t u1, const gpt_uuid_t u2) {
sbin/gpt/gpt_uuid.h
98
memcpy(u1, u2, sizeof(gpt_uuid_t));
sys/compat/linux/common/linux_cdrom.c
133
} *u2;
sys/compat/linux/common/linux_cdrom.c
135
#define t_blocks u2->tt_blocks
sys/compat/linux/common/linux_cdrom.c
136
#define t_msf u2->tt_msf
sys/compat/linux/common/linux_cdrom.c
137
#define t_track u2->tt_track
sys/compat/linux/common/linux_cdrom.c
138
#define t_header u2->tt_header
sys/compat/linux/common/linux_cdrom.c
139
#define t_toc_entry u2->tt_toc_entry
sys/compat/linux/common/linux_cdrom.c
140
#define t_subchannel u2->tt_subchannel
sys/compat/linux/common/linux_cdrom.c
141
#define t_vol u2->tt_vol
sys/compat/linux/common/linux_cdrom.c
153
u2 = malloc(sizeof(*u2), M_TEMP, M_WAITOK);
sys/compat/linux/common/linux_cdrom.c
442
free(u2, M_TEMP);
sys/crypto/aes/aes_bear.c
399
uint32_t t0, t1, t2, t3, u0, u1, u2, u3;
sys/crypto/aes/aes_bear.c
450
u0 = t0; u1 = t1; u2 = t2; u3 = t3;
sys/crypto/aes/aes_bear.c
451
aesbear_xts_update(&u0, &u1, &u2, &u3);
sys/crypto/aes/aes_bear.c
460
q[2*2 + 1] = le32dec(in + 16 + 4*2) ^ u2;
sys/crypto/aes/aes_bear.c
475
le32enc(out + 16 + 4*2, q[2*2 + 1] ^ u2);
sys/crypto/aes/aes_bear.c
479
t0 = u0; t1 = u1; t2 = u2; t3 = u3;
sys/crypto/aes/aes_bear.c
503
uint32_t t0, t1, t2, t3, u0, u1, u2, u3;
sys/crypto/aes/aes_bear.c
554
u0 = t0; u1 = t1; u2 = t2; u3 = t3;
sys/crypto/aes/aes_bear.c
555
aesbear_xts_update(&u0, &u1, &u2, &u3);
sys/crypto/aes/aes_bear.c
564
q[2*2 + 1] = le32dec(in + 16 + 4*2) ^ u2;
sys/crypto/aes/aes_bear.c
579
le32enc(out + 16 + 4*2, q[2*2 + 1] ^ u2);
sys/crypto/aes/aes_bear.c
583
t0 = u0; t1 = u1; t2 = u2; t3 = u3;
sys/crypto/aes/aes_bear64.c
449
uint32_t t0, t1, t2, t3, u0, u1, u2, u3;
sys/crypto/aes/aes_bear64.c
472
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < n; i++) {
sys/crypto/aes/aes_bear64.c
475
w[2] = le32dec(in + 16*i + 4*2) ^ u2;
sys/crypto/aes/aes_bear64.c
477
aesbear64_xts_update(&u0, &u1, &u2, &u3);
sys/crypto/aes/aes_bear64.c
489
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < n; i++) {
sys/crypto/aes/aes_bear64.c
493
le32enc(out + 16*i + 4*2, w[2] ^ u2);
sys/crypto/aes/aes_bear64.c
495
aesbear64_xts_update(&u0, &u1, &u2, &u3);
sys/crypto/aes/aes_bear64.c
499
t0 = u0, t1 = u1, t2 = u2, t3 = u3;
sys/crypto/aes/aes_bear64.c
510
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < 4; i++) {
sys/crypto/aes/aes_bear64.c
513
w[2] = le32dec(in + 16*i + 4*2) ^ u2;
sys/crypto/aes/aes_bear64.c
515
aesbear64_xts_update(&u0, &u1, &u2, &u3);
sys/crypto/aes/aes_bear64.c
525
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < 4; i++) {
sys/crypto/aes/aes_bear64.c
529
le32enc(out + 16*i + 4*2, w[2] ^ u2);
sys/crypto/aes/aes_bear64.c
531
aesbear64_xts_update(&u0, &u1, &u2, &u3);
sys/crypto/aes/aes_bear64.c
535
t0 = u0, t1 = u1, t2 = u2, t3 = u3;
sys/crypto/aes/aes_bear64.c
559
uint32_t t0, t1, t2, t3, u0, u1, u2, u3;
sys/crypto/aes/aes_bear64.c
582
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < n; i++) {
sys/crypto/aes/aes_bear64.c
585
w[2] = le32dec(in + 16*i + 4*2) ^ u2;
sys/crypto/aes/aes_bear64.c
587
aesbear64_xts_update(&u0, &u1, &u2, &u3);
sys/crypto/aes/aes_bear64.c
599
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < n; i++) {
sys/crypto/aes/aes_bear64.c
603
le32enc(out + 16*i + 4*2, w[2] ^ u2);
sys/crypto/aes/aes_bear64.c
605
aesbear64_xts_update(&u0, &u1, &u2, &u3);
sys/crypto/aes/aes_bear64.c
609
t0 = u0, t1 = u1, t2 = u2, t3 = u3;
sys/crypto/aes/aes_bear64.c
620
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < 4; i++) {
sys/crypto/aes/aes_bear64.c
623
w[2] = le32dec(in + 16*i + 4*2) ^ u2;
sys/crypto/aes/aes_bear64.c
625
aesbear64_xts_update(&u0, &u1, &u2, &u3);
sys/crypto/aes/aes_bear64.c
635
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < 4; i++) {
sys/crypto/aes/aes_bear64.c
639
le32enc(out + 16*i + 4*2, w[2] ^ u2);
sys/crypto/aes/aes_bear64.c
641
aesbear64_xts_update(&u0, &u1, &u2, &u3);
sys/crypto/aes/aes_bear64.c
645
t0 = u0, t1 = u1, t2 = u2, t3 = u3;
sys/crypto/des/des_locl.h
146
unsigned int u1,u2,u3; \
sys/crypto/des/des_locl.h
148
u2=(int)u>>8L; \
sys/crypto/des/des_locl.h
150
u2&=0xfc; \
sys/crypto/des/des_locl.h
154
LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
sys/crypto/des/des_locl.h
160
u2=(int)t>>8L; \
sys/crypto/des/des_locl.h
162
u2&=0xfc; \
sys/crypto/des/des_locl.h
165
LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
sys/crypto/des/des_locl.h
174
unsigned int u1,u2,s1,s2; \
sys/crypto/des/des_locl.h
176
u2=(int)u>>8L; \
sys/crypto/des/des_locl.h
178
u2&=0xfc; \
sys/crypto/des/des_locl.h
181
LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
sys/crypto/des/des_locl.h
188
u2=(int)t>>8L; \
sys/crypto/des/des_locl.h
190
u2&=0xfc; \
sys/crypto/des/des_locl.h
192
LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
sys/crypto/des/des_locl.h
199
u2=(int)t>>8L; \
sys/crypto/des/des_locl.h
201
u2&=0xfc; \
sys/crypto/des/des_locl.h
203
LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
sys/crypto/des/des_locl.h
230
unsigned int u1,u2,u3; \
sys/crypto/des/des_locl.h
234
u2=(int)u>>8L; \
sys/crypto/des/des_locl.h
236
u2&=0x3f; \
sys/crypto/des/des_locl.h
239
LL^=des_SPtrans[2][u2]; \
sys/crypto/des/des_locl.h
245
u2=(int)t>>8L; \
sys/crypto/des/des_locl.h
247
u2&=0x3f; \
sys/crypto/des/des_locl.h
250
LL^=des_SPtrans[3][u2]; \
sys/crypto/des/des_locl.h
259
unsigned int u1,u2,s1,s2; \
sys/crypto/des/des_locl.h
263
u2=(int)u>>8L; \
sys/crypto/des/des_locl.h
265
u2&=0x3f; \
sys/crypto/des/des_locl.h
267
LL^=des_SPtrans[2][u2]; \
sys/crypto/des/des_locl.h
274
u2=(int)t>>8L; \
sys/crypto/des/des_locl.h
276
u2&=0x3f; \
sys/crypto/des/des_locl.h
278
LL^=des_SPtrans[3][u2]; \
sys/dev/pci/qat/qat_hw17.c
530
auth_param->u2.aad_sz = 0;
sys/dev/pci/qat/qat_hw17reg.h
1935
} u2;
sys/dev/pci/qat/qat_hw17reg.h
1972
} u2;
sys/dev/pci/qat/qat_hw17reg.h
2058
} u2;
sys/dev/pci/qat/qat_hw17reg.h
2091
} u2;
sys/dev/pci/qat/qat_hw17reg.h
2126
} u2;
sys/fs/msdosfs/msdosfs_conv.c
1004
u2 = ucs2fold(*w2);
sys/fs/msdosfs/msdosfs_conv.c
1005
if (u1 != u2)
sys/fs/msdosfs/msdosfs_conv.c
1023
u_int16_t u1, u2;
sys/fs/msdosfs/msdosfs_conv.c
1027
u2 = le16toh(*w2);
sys/fs/msdosfs/msdosfs_conv.c
1028
if (u1 == 0 || u2 == 0)
sys/fs/msdosfs/msdosfs_conv.c
1029
return u1 == u2;
sys/fs/msdosfs/msdosfs_conv.c
1030
if (u1 > 255 || u2 > 255)
sys/fs/msdosfs/msdosfs_conv.c
1033
u2 = u2l[u2 & 0xff];
sys/fs/msdosfs/msdosfs_conv.c
1034
if (u1 != u2)
sys/fs/msdosfs/msdosfs_conv.c
998
u_int16_t u1, u2;
tests/fs/vfs/t_link.c
59
hardlink(const atf_tc_t *tc, const char *mp, uid_t u1, uid_t u2,
tests/fs/vfs/t_link.c
90
if (rump_sys_setuid(u2) == -1)
tests/lib/libc/misc/t_vis.c
49
vis_u32 u1, u2;
tests/lib/libc/misc/t_vis.c
59
memcpy(&u2, &f2, sizeof(f2));
tests/lib/libc/misc/t_vis.c
61
ATF_REQUIRE(u1 == 24 && u2 == 24);
tests/lib/libc/misc/t_vis.c
69
memcpy(&u2, &f2, sizeof(f2));
tests/lib/libc/misc/t_vis.c
71
ATF_REQUIRE(u1 == 20 && u2 == 20);
tests/lib/libprop/t_proplib.c
342
prop_number_t s1, s2, u1, u2, u3, u4;
tests/lib/libprop/t_proplib.c
366
u2 = prop_number_create_unsigned(0);
tests/lib/libprop/t_proplib.c
367
ATF_REQUIRE(u2 != NULL);
tests/lib/libprop/t_proplib.c
368
ATF_REQUIRE(u2 != u1);
tests/lib/libprop/t_proplib.c
369
ATF_REQUIRE(prop_number_unsigned(u2) == true);
tests/lib/libprop/t_proplib.c
370
ATF_REQUIRE(prop_number_unsigned_value(u2) == 0);
tests/lib/libprop/t_proplib.c
387
prop_object_release(u2);
tests/usr.bin/xlint/lint1/init.c
94
union incomplete_union u2 = {
tests/usr.bin/xlint/lint1/init_braces.c
114
unsigned char u2;
tests/usr.bin/xlint/lint1/msg_102.c
28
static struct unrelated *u1, *u2;
tests/usr.bin/xlint/lint1/msg_102.c
36
return u1->bits == u2->bits;
tests/usr.bin/xlint/lint1/msg_132.c
43
unsigned u2:2;
usr.bin/hexdump/display.c
131
uint16_t u2;
usr.bin/hexdump/display.c
197
memmove(&u2, bp, sizeof(u2));
usr.bin/hexdump/display.c
198
(void)printf(pr->fmt, (uint64_t)u2);
usr.bin/rwho/rwho.c
232
const struct my_utmp *u1, *u2;
usr.bin/rwho/rwho.c
236
u2 = v2;
usr.bin/rwho/rwho.c
237
rc = strncmp(u1->myutmp.out_name, u2->myutmp.out_name, 8);
usr.bin/rwho/rwho.c
240
rc = strcmp(u1->myhost, u2->myhost);
usr.bin/rwho/rwho.c
243
return strncmp(u1->myutmp.out_line, u2->myutmp.out_line, 8);
usr.sbin/makefs/ffs/buf.c
201
int u2 __unused)
usr.sbin/makefs/ffs/buf.c
63
bread(struct vnode *vp, daddr_t blkno, int size, int u2 __unused,
usr.sbin/quot/quot.c
282
cmpusers(u1, u2)
usr.sbin/quot/quot.c
283
const void *u1, *u2;
usr.sbin/quot/quot.c
285
return ((const struct user *)u2)->space - ((const struct user *)u1)->space;