Symbol: t0
bin/csh/time.c
238
pdeltat(FILE *fp, int prec, struct timeval *t1, struct timeval *t0)
bin/csh/time.c
242
timersub(t1, t0, &td);
bin/ksh/c_sh.c
731
struct tms t0, t1, tms;
bin/ksh/c_sh.c
737
t0t = times(&t0);
bin/ksh/c_sh.c
759
tms.tms_utime = t0.tms_utime + t0.tms_cutime;
bin/ksh/c_sh.c
760
tms.tms_stime = t0.tms_stime + t0.tms_cstime;
bin/ksh/c_sh.c
762
tms.tms_utime = t1.tms_utime - t0.tms_utime + j_usrtime;
bin/ksh/c_sh.c
763
tms.tms_stime = t1.tms_stime - t0.tms_stime + j_systime;
bin/ksh/jobs.c
1253
struct tms t0, t1;
bin/ksh/jobs.c
1266
times(&t0);
bin/ksh/jobs.c
1286
t0 = t1;
bin/ksh/jobs.c
1290
j->usrtime += t1.tms_cutime - t0.tms_cutime;
bin/ksh/jobs.c
1291
j->systime += t1.tms_cstime - t0.tms_cstime;
bin/ksh/jobs.c
1292
t0 = t1;
crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c
783
char *t0;
crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c
784
if ((t0 = ctime(&t)) == NULL)
crypto/dist/ipsec-tools/src/libipsec/pfkey_dump.c
787
memcpy(buf, t0 + 4, 20);
games/hack/hack.end.c
330
struct toptenentry *t0, *t1, *tprev;
games/hack/hack.end.c
356
t0 = newttentry();
games/hack/hack.end.c
357
t0->level = dlevel;
games/hack/hack.end.c
358
t0->maxlvl = maxdlevel;
games/hack/hack.end.c
359
t0->hp = u.uhp;
games/hack/hack.end.c
360
t0->maxhp = u.uhpmax;
games/hack/hack.end.c
361
t0->points = u.urexp;
games/hack/hack.end.c
362
t0->plchar = pl_character[0];
games/hack/hack.end.c
363
t0->sex = (flags.female ? 'F' : 'M');
games/hack/hack.end.c
364
t0->uid = uid;
games/hack/hack.end.c
365
(void) strncpy(t0->name, plname, NAMSZ);
games/hack/hack.end.c
366
(t0->name)[NAMSZ] = 0;
games/hack/hack.end.c
367
(void) strncpy(t0->death, killer, DTHSZ);
games/hack/hack.end.c
368
(t0->death)[DTHSZ] = 0;
games/hack/hack.end.c
369
(void) strcpy(t0->date, getdatestr());
games/hack/hack.end.c
372
if (t0->points < POINTSMIN)
games/hack/hack.end.c
373
t0->points = 0;
games/hack/hack.end.c
386
if (rank0 < 0 && t1->points < t0->points) {
games/hack/hack.end.c
389
tt_head = t0;
games/hack/hack.end.c
391
tprev->tt_next = t0;
games/hack/hack.end.c
392
t0->tt_next = t1;
games/hack/hack.end.c
401
t1->uid == t0->uid &&
games/hack/hack.end.c
403
strncmp(t1->name, t0->name, NAMSZ) == 0 &&
games/hack/hack.end.c
405
t1->plchar == t0->plchar && --occ_cnt <= 0) {
games/hack/hack.end.c
461
t1->uid != t0->uid))
games/hack/hack.end.c
463
strncmp(t1->name, t0->name, NAMSZ)))
games/hack/hack.end.c
475
int t0lth = outentry(0, t0, -1);
games/hack/hack.end.c
479
(void) outentry(0, t0, t0lth);
games/hack/hack.end.c
484
(void) outentry(0, t0, 1);
games/hack/hack.end.c
486
free(t0);
lib/libc/time/difftime.c
39
double t1 = time1, t0 = time0;
lib/libc/time/difftime.c
40
return t1 - t0;
lib/libc/time/difftime.c
55
uintmax_t t1 = time1, t0 = time0;
lib/libc/time/difftime.c
56
return time0 <= time1 ? t1 - t0 : dminus((double)(t0 - t1));
lib/libc/time/difftime.c
72
long double t1 = time1, t0 = time0;
lib/libc/time/difftime.c
73
return t1 - t0;
lib/libm/ld128/e_lgammal_r.c
282
p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
lib/libm/ld128/e_lgammal_r.c
69
t0 = -1.99238329499314692728655623767019240e-36L,
lib/libm/ld80/e_lgammal_r.c
314
p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
lib/libm/src/e_lgamma_r.c
109
t0 = 4.83836122723810047042e-01, /* 0x3FDEF72B, 0xC8EE38A2 */
lib/libm/src/e_lgamma_r.c
259
p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
lib/libm/src/e_lgammaf_r.c
195
p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
lib/libm/src/e_lgammaf_r.c
45
t0 = 4.8383611441e-01, /* 0x3ef7b95e */
sys/arch/alpha/alpha/db_interface.c
116
DBREG(t0, FRAME_T0),
sys/arch/alpha/include/lock.h
102
: "=&r" (t0), "=m" (*alp)
sys/arch/alpha/include/lock.h
110
unsigned long t0, v0;
sys/arch/alpha/include/lock.h
127
: "=&r" (t0), "=r" (v0), "=m" (*alp)
sys/arch/alpha/include/lock.h
78
unsigned long t0;
sys/arch/arm/sociox/if_scx.c
1139
sc->sc_txdescs[MD_NTXDESC - 1].t0 = htole32(T0_LD); /* tie off */
sys/arch/arm/sociox/if_scx.c
1443
tdes->t0 &= htole32(T0_LD);
sys/arch/arm/sociox/if_scx.c
1444
tdes->t0 |= htole32(tdes0 |
sys/arch/arm/sociox/if_scx.c
1455
sc->sc_txdescs[lasttx].t0 |= htole32(T0_LS);
sys/arch/arm/sociox/if_scx.c
1456
sc->sc_txdescs[sc->sc_txnext].t0 |= htole32(T0_FS | T0_OWN);
sys/arch/arm/sociox/if_scx.c
1578
txstat = le32toh(sc->sc_txdescs[txs->txs_lastdesc].t0);
sys/arch/arm/sociox/if_scx.c
80
uint32_t t0, t1, t2, t3;
sys/arch/evbppc/nintendo/dev/hwaes.c
480
hwaes_xts_update(uint32_t *t0, uint32_t *t1, uint32_t *t2, uint32_t *t3)
sys/arch/evbppc/nintendo/dev/hwaes.c
484
s0 = *t0 >> 31;
sys/arch/evbppc/nintendo/dev/hwaes.c
488
*t0 = (*t0 << 1) ^ (-s3 & 0x87);
sys/arch/hpcmips/tx/tx39clock.c
149
struct txtime t0, t1;
sys/arch/hpcmips/tx/tx39clock.c
152
__tx39timer_rtcget(&t0);
sys/arch/hpcmips/tx/tx39clock.c
169
elapsed = t1.t_lo - t0.t_lo;
sys/arch/hpcmips/vr/vrc4172gpio.c
197
u_int32_t regs[6], t0, t1, t2;
sys/arch/hpcmips/vr/vrc4172gpio.c
222
t0 = read_2(sc, VRC2_EXGPINTLV0L);
sys/arch/hpcmips/vr/vrc4172gpio.c
225
regs[4] = ((t2&0xff00)<<8) | (t1&0xff00) | ((t0&0xff00)>>8);
sys/arch/hpcmips/vr/vrc4172gpio.c
226
regs[5] = ((t2&0xff)<<16) | ((t1&0xff)<<8) | (t0&0xff);
sys/arch/hpcmips/vr/vrc4172gpio.c
271
printf(" EXGPINTLV :%04x %04x %04x\n", t2, t1, t0);
sys/arch/m68k/fpe/fpu_sqrt.c
280
t0 = y0 | bit; /* t = y + 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
311
FPU_SUBC(d0, x0, t0);
sys/arch/m68k/fpe/fpu_sqrt.c
332
FPU_SUBC(d0, x0, t0);
sys/arch/m68k/fpe/fpu_sqrt.c
344
FPU_SUBC(d0, x0, t0);
sys/arch/mips/include/lock.h
75
unsigned long t0, v0;
sys/arch/mips/include/lock.h
97
: "=r" (t0), "=r" (v0), "+m" (*lp)
sys/arch/powerpc/fpu/fpu_sqrt.c
300
t0 = y0 | bit; /* t = y + 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
331
FPU_SUBC(d0, x0, t0);
sys/arch/powerpc/fpu/fpu_sqrt.c
352
FPU_SUBC(d0, x0, t0);
sys/arch/powerpc/fpu/fpu_sqrt.c
364
FPU_SUBC(d0, x0, t0);
sys/arch/powerpc/fpu/fpu_sqrt.c
386
FPU_SUBC(d0, x0, t0);
sys/arch/powerpc/fpu/fpu_sqrt.c
399
FPU_SUBC(d0, x0, t0);
sys/arch/powerpc/ibm4xx/trap.c
789
[t0] "=&r" (t0), [t1] "=&r" (t1), \
sys/arch/powerpc/ibm4xx/trap.c
828
uint32_t t0, t1, t2, t3, t4, t5, t6, t7;
sys/arch/powerpc/mpc5200/mpc5200_ata.c
240
uint8_t t0, t1, t2_8, t2_16, t4, ta;
sys/arch/powerpc/mpc5200/mpc5200_ata.c
247
t0 = mpcata_ns_to_count(t->t0, ipb, 0);
sys/arch/powerpc/mpc5200/mpc5200_ata.c
254
pio1 = ((uint32_t)t0 << 24) | ((uint32_t)t2_8 << 16) |
sys/arch/powerpc/mpc5200/mpc5200_ata.c
93
uint16_t t0; /* cycle time */
sys/arch/sandpoint/stand/altboot/vge.c
328
txd->t0 = htole32(T0_OWN | len << 16);
sys/arch/sandpoint/stand/altboot/vge.c
333
if ((le32toh(txd->t0) & T0_OWN) == 0)
sys/arch/sandpoint/stand/altboot/vge.c
61
uint32_t t0, t1;
sys/arch/sh3/sh3/clock.c
114
uint32_t sr, t0, cnt_1s;
sys/arch/sh3/sh3/clock.c
150
t0 = TMU_ELAPSED(0);
sys/arch/sh3/sh3/clock.c
153
sh_clock.cpucycle_1us = (sh_clock.tmuclk * 10) / t0;
sys/arch/sh3/sh3/clock.c
155
cnt_1s = ((uint64_t)sh_clock.tmuclk * 10000000 * 10 + t0/2) / t0;
sys/arch/sh3/sh3/clock.c
174
t0 = TMU_ELAPSED(0);
sys/arch/sh3/sh3/clock.c
179
= ((uint64_t)t1 * 4 * SH_RTC_CLOCK + t0/2) / t0;
sys/arch/sparc/fpu/fpu_sqrt.c
280
t0 = y0 | bit; /* t = y + 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
311
FPU_SUBC(d0, x0, t0);
sys/arch/sparc/fpu/fpu_sqrt.c
332
FPU_SUBC(d0, x0, t0);
sys/arch/sparc/fpu/fpu_sqrt.c
344
FPU_SUBC(d0, x0, t0);
sys/arch/sparc/fpu/fpu_sqrt.c
366
FPU_SUBC(d0, x0, t0);
sys/arch/sparc/fpu/fpu_sqrt.c
379
FPU_SUBC(d0, x0, t0);
sys/arch/sparc/sparc/timer.c
201
u_int prec = 0, t0;
sys/arch/sparc/sparc/timer.c
217
t0 = *cntreg;
sys/arch/sparc/sparc/timer.c
221
prec |= (t0 ^ t1) | (*cntreg ^ *cntreg);
sys/arch/sparc/sparc/timer.c
226
t0 = (t0 >> TMR_SHIFT) & TMR_MASK;
sys/arch/sparc/sparc/timer.c
229
if (t1 >= t0 + 100)
sys/arch/sparc/sparc/timer.c
234
for (t0 = 0; t0 < TMR_SHIFT; t0++)
sys/arch/sparc/sparc/timer.c
235
if ((1 << t0) & prec)
sys/arch/sparc/sparc/timer.c
240
cntr.shift = t0;
sys/arch/sparc/sparc/timer.c
241
cntr.mask = (1 << (31-t0))-1;
sys/arch/sparc/sparc/timer.c
242
counter_timecounter.tc_frequency = 1000000 * (TMR_SHIFT - t0 + 1);
sys/arch/sparc64/dev/ebus_mainbus.c
307
ih = bus_intr_allocate(t0, handler, arg, sysino, level,
sys/arch/sparc64/sparc64/clock.c
315
register int t0, t1;
sys/arch/sparc64/sparc64/clock.c
321
t0 = *cnt;
sys/arch/sparc64/sparc64/clock.c
328
t0 = (t0 >> TMR_SHIFT) & TMR_MASK;
sys/arch/sparc64/sparc64/clock.c
331
if (t1 >= t0 + 100)
sys/arch/x86/x86/cpu.c
1420
uint64_t freq = 0, t0, t1;
sys/arch/x86/x86/cpu.c
1459
t0 = cpu_counter();
sys/arch/x86/x86/cpu.c
1464
overhead += (t1 - t0);
sys/arch/x86/x86/cpu.c
1475
t0 = cpu_counter();
sys/arch/x86/x86/cpu.c
1479
freq += t1 - t0 - overhead;
sys/arch/x86/x86/lapic.c
667
uint64_t l0, l1, t0, t1;
sys/arch/x86/x86/lapic.c
670
t0 = cpu_counter();
sys/arch/x86/x86/lapic.c
672
t0 += cpu_counter();
sys/arch/x86/x86/lapic.c
678
tmp = (l0 - l1) * cpu_frequency(ci) / ((t1 - t0 + 1) / 2);
sys/arch/zaurus/dev/ztp.c
430
int t0, t1;
sys/arch/zaurus/dev/ztp.c
439
t0 = zssp_ic_send(ZSSP_IC_ADS7846, cmd);
sys/arch/zaurus/dev/ztp.c
440
DPRINTF(("ztp_readpos(): t0 = %d\n", t0));
sys/arch/zaurus/dev/ztp.c
442
down = (t0 >= 10);
sys/arch/zaurus/dev/ztp.c
471
t0 = ztp_sync_ads784x(sc, 1, 1, cmd);
sys/arch/zaurus/dev/ztp.c
473
DPRINTF(("ztp_readpos(): t0 = %d, t1 = %d\n", t0, t1));
sys/arch/zaurus/dev/ztp.c
477
if (t0 == 0 || (pos->x * (t1 - t0) / t0) >= 15000)
sys/crypto/aes/aes_bear.c
345
aesbear_xts_update(uint32_t *t0, uint32_t *t1, uint32_t *t2, uint32_t *t3)
sys/crypto/aes/aes_bear.c
349
s0 = *t0 >> 31;
sys/crypto/aes/aes_bear.c
353
*t0 = (*t0 << 1) ^ (-s3 & 0x87);
sys/crypto/aes/aes_bear.c
373
uint32_t t0, t1, t2, t3;
sys/crypto/aes/aes_bear.c
376
t0 = cases[i].in[0];
sys/crypto/aes/aes_bear.c
380
aesbear_xts_update(&t0, &t1, &t2, &t3);
sys/crypto/aes/aes_bear.c
381
if (t0 != cases[i].out[0] ||
sys/crypto/aes/aes_bear.c
399
uint32_t t0, t1, t2, t3, u0, u1, u2, u3;
sys/crypto/aes/aes_bear.c
411
t0 = le32dec(tweak + 4*0);
sys/crypto/aes/aes_bear.c
421
q[2*0] = le32dec(in + 4*0) ^ t0;
sys/crypto/aes/aes_bear.c
433
le32enc(out + 4*0, q[2*0] ^ t0);
sys/crypto/aes/aes_bear.c
439
aesbear_xts_update(&t0, &t1, &t2, &t3);
sys/crypto/aes/aes_bear.c
450
u0 = t0; u1 = t1; u2 = t2; u3 = t3;
sys/crypto/aes/aes_bear.c
454
q[2*0] = le32dec(in + 4*0) ^ t0;
sys/crypto/aes/aes_bear.c
469
le32enc(out + 4*0, q[2*0] ^ t0);
sys/crypto/aes/aes_bear.c
479
t0 = u0; t1 = u1; t2 = u2; t3 = u3;
sys/crypto/aes/aes_bear.c
480
aesbear_xts_update(&t0, &t1, &t2, &t3);
sys/crypto/aes/aes_bear.c
486
le32enc(tweak + 4*0, t0);
sys/crypto/aes/aes_bear.c
503
uint32_t t0, t1, t2, t3, u0, u1, u2, u3;
sys/crypto/aes/aes_bear.c
515
t0 = le32dec(tweak + 4*0);
sys/crypto/aes/aes_bear.c
525
q[2*0] = le32dec(in + 4*0) ^ t0;
sys/crypto/aes/aes_bear.c
537
le32enc(out + 4*0, q[2*0] ^ t0);
sys/crypto/aes/aes_bear.c
543
aesbear_xts_update(&t0, &t1, &t2, &t3);
sys/crypto/aes/aes_bear.c
554
u0 = t0; u1 = t1; u2 = t2; u3 = t3;
sys/crypto/aes/aes_bear.c
558
q[2*0] = le32dec(in + 4*0) ^ t0;
sys/crypto/aes/aes_bear.c
573
le32enc(out + 4*0, q[2*0] ^ t0);
sys/crypto/aes/aes_bear.c
583
t0 = u0; t1 = u1; t2 = u2; t3 = u3;
sys/crypto/aes/aes_bear.c
584
aesbear_xts_update(&t0, &t1, &t2, &t3);
sys/crypto/aes/aes_bear.c
590
le32enc(tweak + 4*0, t0);
sys/crypto/aes/aes_bear64.c
394
aesbear64_xts_update(uint32_t *t0, uint32_t *t1, uint32_t *t2, uint32_t *t3)
sys/crypto/aes/aes_bear64.c
398
s0 = *t0 >> 31;
sys/crypto/aes/aes_bear64.c
402
*t0 = (*t0 << 1) ^ (-s3 & 0x87);
sys/crypto/aes/aes_bear64.c
422
uint32_t t0, t1, t2, t3;
sys/crypto/aes/aes_bear64.c
425
t0 = cases[i].in[0];
sys/crypto/aes/aes_bear64.c
429
aesbear64_xts_update(&t0, &t1, &t2, &t3);
sys/crypto/aes/aes_bear64.c
430
if (t0 != cases[i].out[0] ||
sys/crypto/aes/aes_bear64.c
449
uint32_t t0, t1, t2, t3, u0, u1, u2, u3;
sys/crypto/aes/aes_bear64.c
462
t0 = le32dec(tweak + 4*0);
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
489
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < n; i++) {
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
525
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < 4; i++) {
sys/crypto/aes/aes_bear64.c
535
t0 = u0, t1 = u1, t2 = u2, t3 = u3;
sys/crypto/aes/aes_bear64.c
541
le32enc(tweak + 4*0, t0);
sys/crypto/aes/aes_bear64.c
559
uint32_t t0, t1, t2, t3, u0, u1, u2, u3;
sys/crypto/aes/aes_bear64.c
572
t0 = le32dec(tweak + 4*0);
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
599
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < n; i++) {
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
635
for (i = 0, u0 = t0, u1 = t1, u2 = t2, u3 = t3; i < 4; i++) {
sys/crypto/aes/aes_bear64.c
645
t0 = u0, t1 = u1, t2 = u2, t3 = u3;
sys/crypto/aes/aes_bear64.c
651
le32enc(tweak + 4*0, t0);
sys/crypto/aes/aes_ct.c
101
y16 = t0 ^ y11;
sys/crypto/aes/aes_ct.c
60
uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9;
sys/crypto/aes/aes_ct.c
85
t0 = x1 ^ x2;
sys/crypto/aes/aes_ct.c
86
y1 = t0 ^ x7;
sys/crypto/aes/aes_ct.c
96
y10 = y15 ^ t0;
sys/crypto/aes/aes_ct64.c
100
t0 = x1 ^ x2;
sys/crypto/aes/aes_ct64.c
101
y1 = t0 ^ x7;
sys/crypto/aes/aes_ct64.c
111
y10 = y15 ^ t0;
sys/crypto/aes/aes_ct64.c
116
y16 = t0 ^ y11;
sys/crypto/aes/aes_ct64.c
75
uint64_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
101
y16 = t0 ^ y11;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
60
__m128i t0, t1, t2, t3, t4, t5, t6, t7, t8, t9;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
85
t0 = x1 ^ x2;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
86
y1 = t0 ^ x7;
sys/crypto/aes/arch/x86/aes_sse2_4x32.c
96
y10 = y15 ^ t0;
sys/crypto/aes/arch/x86/aes_via.c
450
aesvia_xts_update(uint32_t *t0, uint32_t *t1, uint32_t *t2, uint32_t *t3)
sys/crypto/aes/arch/x86/aes_via.c
454
s0 = *t0 >> 31;
sys/crypto/aes/arch/x86/aes_via.c
458
*t0 = (*t0 << 1) ^ (-s3 & 0x87);
sys/crypto/aes/arch/x86/aes_via.c
478
uint32_t t0, t1, t2, t3;
sys/crypto/aes/arch/x86/aes_via.c
481
t0 = cases[i].in[0];
sys/crypto/aes/arch/x86/aes_via.c
485
aesvia_xts_update(&t0, &t1, &t2, &t3);
sys/crypto/aes/arch/x86/aes_via.c
486
if (t0 != cases[i].out[0] ||
sys/crypto/camellia/camellia.c
1001
t0 = io[0];
sys/crypto/camellia/camellia.c
1005
io[2] = t0;
sys/crypto/camellia/camellia.c
1012
uint32_t il,ir,t0,t1; /* temporary variables */
sys/crypto/camellia/camellia.c
1020
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1022
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1024
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1026
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1028
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1030
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1033
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1036
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1038
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1040
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1042
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1044
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1046
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1049
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
105
#define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
sys/crypto/camellia/camellia.c
1052
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1054
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1056
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1058
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1060
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1062
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1068
t0 = io[0];
sys/crypto/camellia/camellia.c
1072
io[2] = t0;
sys/crypto/camellia/camellia.c
1082
uint32_t il,ir,t0,t1; /* temporary variables */
sys/crypto/camellia/camellia.c
109
t0 = il >> 16; \
sys/crypto/camellia/camellia.c
1090
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1092
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1094
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1096
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1098
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1100
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1103
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1106
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1108
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1110
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1112
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1114
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1116
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1119
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1122
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1124
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1126
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1128
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1130
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1132
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1135
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1138
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1140
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1142
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1144
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1146
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1148
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
115
yr = CAMELLIA_SP1110((t0 >> 8) & 0xff) \
sys/crypto/camellia/camellia.c
1154
t0 = io[0];
sys/crypto/camellia/camellia.c
1158
io[2] = t0;
sys/crypto/camellia/camellia.c
116
^ CAMELLIA_SP0222(t0 & 0xff) \
sys/crypto/camellia/camellia.c
1165
uint32_t il,ir,t0,t1; /* temporary variables */
sys/crypto/camellia/camellia.c
1173
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1175
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1177
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1179
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1181
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1183
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1186
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1189
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1191
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1193
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1195
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1197
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1199
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1202
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1205
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1207
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1209
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1211
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1213
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1215
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1218
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
1221
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1223
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1225
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1227
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1229
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1231
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
1237
t0 = io[0];
sys/crypto/camellia/camellia.c
1241
io[2] = t0;
sys/crypto/camellia/camellia.c
125
#define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
sys/crypto/camellia/camellia.c
127
t0 = kll; \
sys/crypto/camellia/camellia.c
129
t0 &= ll; \
sys/crypto/camellia/camellia.c
132
lr ^= CAMELLIA_RL1(t0); \
sys/crypto/camellia/camellia.c
141
#define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
sys/crypto/camellia/camellia.c
440
uint32_t il, ir, t0, t1, w0, w1;
sys/crypto/camellia/camellia.c
479
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
482
kll, klr, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
484
krl, krr, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
487
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
647
uint32_t il, ir, t0, t1, w0, w1; /* temporary variables */
sys/crypto/camellia/camellia.c
701
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
704
kll, klr, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
707
krl, krr, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
710
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
717
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
720
w0, w1, il, ir, t0, t1);
sys/crypto/camellia/camellia.c
945
uint32_t il, ir, t0, t1;
sys/crypto/camellia/camellia.c
953
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
955
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
957
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
959
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
961
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
963
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
966
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
969
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
971
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
973
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
975
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
977
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
979
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
982
t0,t1,il,ir);
sys/crypto/camellia/camellia.c
985
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
987
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
989
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
991
io[0],io[1],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
993
io[2],io[3],il,ir,t0,t1);
sys/crypto/camellia/camellia.c
995
io[0],io[1],il,ir,t0,t1);
sys/crypto/des/des_cbc.c
195
register DES_LONG t0,t1;
sys/crypto/des/des_cbc.c
204
t0=tin0;
sys/crypto/des/des_cbc.c
217
xor0=t0;
sys/crypto/des/des_cbc.c
225
t0=tin0;
sys/crypto/des/des_cbc.c
237
xor0=t0;
sys/dev/kttcp.c
128
struct timeval t0, t1;
sys/dev/kttcp.c
138
microtime(&t0);
sys/dev/kttcp.c
149
timersub(&t1, &t0, &kio->kio_elapsed);
sys/dev/kttcp.c
161
struct timeval t0, t1;
sys/dev/kttcp.c
172
microtime(&t0);
sys/dev/kttcp.c
185
timersub(&t1, &t0, &kio->kio_elapsed);
sys/dev/pci/if_kse.c
1022
sc->sc_txdescs[sc->sc_txnext].t0 = T0_OWN;
sys/dev/pci/if_kse.c
1304
txstat = sc->sc_txdescs[txs->txs_lastdesc].t0;
sys/dev/pci/if_kse.c
154
uint32_t t0, t1, t2, t3;
sys/dev/pci/if_kse.c
999
tdes->t0 = tdes0;
sys/dev/pci/veritefb.c
2600
vfb_stat(struct veritefb_softc *sc, int idx, const struct timeval *t0)
sys/dev/pci/veritefb.c
2607
(uint64_t)(t1.tv_sec - t0->tv_sec) * 1000000 +
sys/dev/pci/veritefb.c
2608
(t1.tv_usec - t0->tv_usec);
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
1375
t0 = fsh(p2+p3); \
sys/dev/stbi/stb_image.c
1377
x0 = t0+t3; \
sys/dev/stbi/stb_image.c
1378
x3 = t0-t3; \
sys/dev/stbi/stb_image.c
1381
t0 = s7; \
sys/dev/stbi/stb_image.c
1385
p3 = t0+t2; \
sys/dev/stbi/stb_image.c
1387
p1 = t0+t3; \
sys/dev/stbi/stb_image.c
1390
t0 = t0*f2f( 0.298631336f); \
sys/dev/stbi/stb_image.c
1401
t0 += p1+p3;
sys/dev/stbi/stb_image.c
1440
v[24] = (x3+t0) >> 10;
sys/dev/stbi/stb_image.c
1441
v[32] = (x3-t0) >> 10;
sys/dev/stbi/stb_image.c
1466
o[3] = clamp((x3+t0) >> 17);
sys/dev/stbi/stb_image.c
1467
o[4] = clamp((x3-t0) >> 17);
sys/dev/stbi/stb_image.c
1869
int i,t0,t1;
sys/dev/stbi/stb_image.c
1878
t0 = t1;
sys/dev/stbi/stb_image.c
1880
out[i*2-1] = div16(3*t0 + t1 + 8);
sys/dev/stbi/stb_image.c
1881
out[i*2 ] = div16(3*t1 + t0 + 8);
sys/dev/tc/if_le_ioasic.c
282
uint16_t t0;
sys/dev/tc/if_le_ioasic.c
286
t0 = *(uint16_t *)(from + 0);
sys/dev/tc/if_le_ioasic.c
293
dst[0] = t0 | (t1 << 16);
sys/dev/tc/if_le_ioasic.c
308
uint32_t t0, t1, t2, t3;
sys/dev/tc/if_le_ioasic.c
310
t0 = src[0]; t1 = src[1]; t2 = src[2]; t3 = src[3];
sys/dev/tc/if_le_ioasic.c
311
dst[0] = t0; dst[1] = t1; dst[2] = t2; dst[3] = t3;
sys/dev/tc/if_le_ioasic.c
362
uint32_t t0, t1, t2, t3;
sys/dev/tc/if_le_ioasic.c
365
t0 = src[0]; t1 = src[1]; t2 = src[2]; t3 = src[3];
sys/dev/tc/if_le_ioasic.c
368
*(uint16_t *)(to + 0) = (uint16_t)t0;
sys/dev/tc/if_le_ioasic.c
369
*(uint32_t *)(to + 2) = (t0 >> 16) | (t1 << 16);
sys/dev/tc/if_le_ioasic.c
383
uint32_t t0, t1, t2, t3;
sys/dev/tc/if_le_ioasic.c
385
t0 = src[0]; t1 = src[1]; t2 = src[2]; t3 = src[3];
sys/dev/tc/if_le_ioasic.c
386
dst[0] = t0; dst[1] = t1; dst[2] = t2; dst[3] = t3;
sys/kern/kern_cctr.c
206
int64_t t0, t1, tcenter = 0;
sys/kern/kern_cctr.c
208
t0 = cpu_counter32();
sys/kern/kern_cctr.c
221
if (t1 < t0) {
sys/kern/kern_cctr.c
227
tcenter = (t0 >> 1) + (t1 >> 1);
sys/kern/kern_cctr.c
228
if ((t0 & 1) + (t1 & 1) == 2)
sys/kern/kern_time.c
454
struct timespec t0;
sys/kern/kern_time.c
462
t = (rmt != NULL) ? rmt : &t0;
sys/kern/subr_autoconf.c
2798
unsigned t0 = getticks();
sys/kern/subr_autoconf.c
2809
if (t1 - t0 >= hz) {
sys/kern/subr_autoconf.c
2813
if (t1 - t0 >= 60*hz) {
sys/kern/subr_autoconf.c
2815
t0 = t1;
tests/lib/libc/stdio/t_fmemopen.c
1104
struct testcase *t0, *t1;
tests/lib/libc/stdio/t_fmemopen.c
1110
for (t0 = &testcases[0]; t0->s != NULL; ++t0) {
tests/lib/libc/stdio/t_fmemopen.c
1111
len0 = strnlen(t0->s, t0->n);
tests/lib/libc/stdio/t_fmemopen.c
1116
memcpy(&buf[0], t0->s, t0->n);
tests/lib/libc/stdio/t_fmemopen.c
1117
fp = fmemopen(&buf[0], t0->n, *p);
tests/lib/libc/stdio/t_fmemopen.c
1123
nleft = t0->n - len0;
tests/lib/libc/string/t_strcat.c
105
a0, a1, t0, t1);
tests/lib/libc/string/t_strcat.c
111
if (memcmp(&buf0[a0] + tab[t0].len,
tests/lib/libc/string/t_strcat.c
116
a0, a1, t0, t1);
tests/lib/libc/string/t_strcat.c
25
unsigned int a0, a1, t0, t1;
tests/lib/libc/string/t_strcat.c
88
for (t0 = 0; t0 < __arraycount(tab); ++t0) {
tests/lib/libc/string/t_strcat.c
91
memcpy(&buf0[a0], tab[t0].val,
tests/lib/libc/string/t_strcat.c
92
tab[t0].len + 1);
tests/lib/libc/sys/t_clock_gettime.c
242
struct timespec mono_t0, t0, mono_d;
tests/lib/libc/sys/t_clock_gettime.c
245
RL(clock_gettime(clockid, &t0));
tests/lib/libc/sys/t_clock_gettime.c
253
ATF_CHECK_MSG(timespeccmp(&t0, &t1, <=),
tests/lib/libc/sys/t_clock_gettime.c
256
(intmax_t)t0.tv_sec, t0.tv_nsec,
tests/lib/libc/sys/t_clock_gettime.c
259
t0 = t1;
tests/lib/libc/sys/t_timer_create.c
130
RL(clock_gettime(cid, &t0));
tests/lib/libc/sys/t_timer_create.c
132
timespecadd(&t0, &tim.it_value, &tim.it_value);
tests/lib/libc/sys/t_timer_create.c
135
(long long)t0.tv_sec, (int)t0.tv_nsec);
tests/lib/libc/sys/t_timer_create.c
142
timespecsub(&t1, &t0, &dt);
tests/lib/libc/sys/t_timer_create.c
191
timespecsub(&t1, &t0, &dt);
tests/lib/libc/sys/t_timer_create.c
69
struct timespec t0, t1, dt;
tests/usr.bin/xlint/lint1/init_braces.c
76
struct time t0;
tests/usr.bin/xlint/lint1/init_braces.c
92
.t0 = { .ns = 0, },
tests/usr.bin/xlint/lint1/init_braces.c
99
return var.times.t0.ns;
usr.sbin/traceroute6/traceroute6.c
866
pr_type(int t0)
usr.sbin/traceroute6/traceroute6.c
868
u_char t = t0 & 0xff;