Searched refs:t0 (Results 1 - 25 of 32) sorted by path

12

/haiku/headers/os/interface/
H A DAffineTransform.h267 double t0 = sx * ca - shy * sa; local
273 sx = t0;
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c1035 bigtime_t t0,t1; local
1048 t0 = system_time();
1052 ms = (t1-t0)/1000 + 10; /* we seem to be off by 10ms typically */
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c620 XPP(t0, t1), \
623 XPP(t0, t3), \
633 XPP(t0, t7), \
652 PREC t0, t1, t2, t3, t4, t5, t6, t7, t; local
657 t0 = off;
659 t0 += in[0] * quant[0];
661 out[i] = ITOINT(t0);
668 t0 += in[j] * quant[j];
684 tmpp[0 * 8] = t0;
693 t0
[all...]
/haiku/src/kits/interface/
H A DAffineTransform.cpp479 double t0 = sx * other.sx + shy * other.shx; local
485 sx = t0;
543 double t0 = sy * d; local
548 double t4 = -tx * t0 - ty * shx;
551 sx = t0;
/haiku/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
879 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
884 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
885 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
886 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
887 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
889 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
894 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
895 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
896 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_sqrt.c259 * The calculation `t = y + bit' breaks down into `t0 = y0, ...,
267 #define t0 tt macro
270 /* if (x >= (t0 = y0 | bit)) { */ /* always true */
278 t0 = y0 | bit; /* t = y + bit */
279 if (x0 >= t0) { /* if x >= t then */
280 x0 -= t0; /* x -= t */
287 #undef t0 macro
290 #define t0 y0 macro
298 FPU_SUBC(d0, x0, t0); /* d = x - t */
309 FPU_SUBC(d0, x0, t0);
[all...]
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c237 static double t0 = -1.; local
239 if (t0 < 0.0)
240 t0 = t;
241 dt = t - t0;
242 t0 = t;
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.c51 GLdouble t0, t1; local
56 t0 = glutGet(GLUT_ELAPSED_TIME) * 0.001;
60 CompileTime = t1 - t0;
119 GLdouble t0, t1; local
128 t0 = glutGet(GLUT_ELAPSED_TIME) * 0.001;
132 LinkTime = t1 - t0;
/haiku/headers/libs/agg/
H A Dagg_trans_affine.h339 double t0 = sx * ca - shy * sa; local
345 sx = t0;
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h26 uint64 t0; member in struct:iframe
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c223 if (sched->t0 != 0) {
866 *try0 = mrr ? sn->sched[rix].t0 : ATH_TXMAXTRY;
915 rc[0].tries = sched->t0;
H A Dsample.h72 uint8_t t0, r0; /* series 0: tries, rate code */ member in struct:txschedule
/haiku/src/libs/agg/src/
H A Dagg_trans_affine.cpp72 double t0 = sx * m.sx + shy * m.shx; local
78 sx = t0;
90 double t0 = sy * d; local
95 double t4 = -tx * t0 - ty * shx;
98 sx = t0;
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c113 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
138 t0 = x1 ^ x2;
139 y1 = t0 ^ x7;
149 y10 = y15 ^ t0;
154 y16 = t0 ^ y11;
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h208 uint8 t0 = t[0]; local
214 d[0] = t0;
218 d[0] = ((t0 - d[0]) * t3 + (d[0] << 8)) >> 8;
382 uint32 t0 = (s[0] * wLeft + s[4] * wRight) local
391 t0 += (s[0] * wLeft + s[4] * wRight) * wBottom;
395 d[0] = t0 >> 16;
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.h14 uint64 t0; member in struct:iframe
H A Darch_traps_asm.S16 csrr t0, sepc
17 sd t0, 31*8(sp)
22 ld t0, 31*8(sp)
23 csrw sepc, t0
H A Dentry.S29 mv t0, a2
33 jr t0
/haiku/src/system/boot/platform/riscv/
H A Dentry.S29 mv t0, a2
33 jr t0
H A Dstart.cpp66 bigtime_t t0 = system_time(); local
67 while (system_time() - t0 < 100000) {
H A Dtraps.cpp24 uint64 t0; member in struct:iframe
H A Dtraps_asm.S16 csrr t0, mepc
17 sd t0, 31*8(sp)
22 ld t0, 31*8(sp)
23 csrw mepc, t0
37 csrr t0, mscratch
38 sd t0, 2*8(sp) # save supervisor SP
41 csrr t0, mepc
42 sd t0, 31*8(sp)
44 la t0, MVec
45 csrw mtvec, t0
[all...]
/haiku/src/system/kernel/arch/riscv64/
H A Darch_asm.S90 frcsr t0
91 sd t0, 32*8(a0)
130 ld t0, 32*8(a0)
131 fscsr t0
151 li t0, SYSCALL_EXIT_THREAD
H A Darch_int.cpp156 " tp", " t0", " t1", " t2",
523 uint64 syscall = frame->t0;
H A Darch_thread.cpp193 signalFrameData->context.uc_mcontext.x[ 4] = frame->t0;
278 frame->t0 = signalFrameData->context.uc_mcontext.x[ 4];

Completed in 442 milliseconds

12