Searched refs:t3 (Results 1 - 22 of 22) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
882 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
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];
892 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15];
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 >> 1
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/haiku/src/libs/mapm/
H A Dmapm5sin.c118 M_APM tmp0, tmp1, t2, t3, t5; local
123 t3 = M_get_stack_var();
130 m_apm_round(t3, (places + 4), tmp1); /* x ^ 3 */
132 m_apm_multiply(t5, t2, t3); /* x ^ 5 */
137 m_apm_multiply(tmp1, t3, MM_5x_Twenty);
/haiku/src/system/boot/platform/amiga_m68k/
H A Drom_calls.h243 #define LP3(offs, rt, name, t1, v1, r1, t2, v2, r2, t3, v3, r3, bt, bn) \
247 t3 _##name##_v3 = (v3); \
256 register t3 _n3 __asm(#r3) = _##name##_v3; \
265 #define LP3NR(offs, name, t1, v1, r1, t2, v2, r2, t3, v3, r3, bt, bn) \
269 t3 _##name##_v3 = (v3); \
278 register t3 _n3 __asm(#r3) = _##name##_v3; \
287 #define LP3UB(offs, rt, name, t1, v1, r1, t2, v2, r2, t3, v3, r3) \
291 t3 _##name##_v3 = (v3); \
299 register t3 _n3 __asm(#r3) = _##name##_v3; \
309 #define LP3NRUB(offs, name, t1, v1, r1, t2, v2, r2, t3, v
[all...]
/haiku/src/system/libroot/posix/musl/math/
H A Dlog2.c30 double_t z, r, r2, r4, y, invc, logc, kd, hi, lo, t1, t2, t3, p; local
109 t3 = kd + logc;
110 hi = t3 + t1;
111 lo = t3 - hi + t1 + t2;
H A Dfma.c31 uint64_t t1,t2,t3; local
37 t3 = xhi*yhi;
39 *hi = t3 + (t2>>32) + (t1 > *lo);
H A Dlgamma_r.c104 t3 = -3.27885410759859649565e-02, /* 0xBFA0C9A8, 0xDF35B713 */ variable
243 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
H A Dlgammaf_r.c39 t3 = -3.2788541168e-02, /* 0xbd064d47 */ variable
178 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.h37 uint64 t3; member in struct:iframe
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_sqrt.c260 * t3 = y3, t? |= bit' for the appropriate word. Since the bit
355 #define t3 tt macro
360 t3 = bit;
361 FPU_SUBS(d3, x3, t3);
373 t3 = y3 | bit;
374 FPU_SUBS(d3, x3, t3);
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dblending.h38 uint16 t1, uint16 t2, uint16 t3, uint8 ta, // top components
45 *d3 = kInverseGammaTable[(b3 * destAlpha + t3 * ta) / 255];
54 *d3 = kInverseGammaTable[(b3 * alphaDest + t3 * alphaSrc) / alphaTemp];
62 uint8 t1, uint8 t2, uint8 t3, uint8 ta, // top components
68 uint16 gt3 = kGammaTable[t3];
244 uint16 t3 = kGammaTable[top[2]]; local
253 bottom[2] = kInverseGammaTable[(b3 * invAlpha + t3 * mergeAlpha) / 255];
273 uint16 t3 = kGammaTable[top[2]]; local
282 dest[2] = kInverseGammaTable[(b3 * invAlpha + t3 * mergeAlpha) / 255];
308 uint16 t3 local
37 blend_gamma(uint16 b1, uint16 b2, uint16 b3, uint8 ba, uint16 t1, uint16 t2, uint16 t3, uint8 ta, uint8* d1, uint8* d2, uint8* d3, uint8* da) argument
61 blend(uint8 b1, uint8 b2, uint8 b3, uint8 ba, uint8 t1, uint8 t2, uint8 t3, uint8 ta, uint8* d1, uint8* d2, uint8* d3, uint8* da) argument
338 uint16 t3 = kGammaTable[top[2]]; local
[all...]
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h49 uint64 t3; member in struct:iframe
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c621 XMP(t2, t3), \
622 t2 = IMULT(t2, IC4) - t3, \
623 XPP(t0, t3), \
636 XPP(t3, t4) \
652 PREC t0, t1, t2, t3, t4, t5, t6, t7, t; local
680 t3 = in[j] * quant[j];
687 tmpp[3 * 8] = t3;
699 t3 = tmp[8 * i + 3];
708 out[8 * i + 3] = ITOINT(t3);
/haiku/src/system/boot/platform/riscv/
H A Dtraps.cpp47 uint64 t3; member in struct:iframe
/haiku/src/system/kernel/arch/riscv64/
H A Darch_user_debugger.cpp77 frame->t3 = cpuState->x[27];
127 cpuState->x[27] = frame->t3;
H A Darch_thread.cpp216 signalFrameData->context.uc_mcontext.x[27] = frame->t3;
301 frame->t3 = signalFrameData->context.uc_mcontext.x[27];
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h211 uint8 t3 = t[3]; local
213 if (t3 == 255) {
218 d[0] = ((t0 - d[0]) * t3 + (d[0] << 8)) >> 8;
219 d[1] = ((t1 - d[1]) * t3 + (d[1] << 8)) >> 8;
220 d[2] = ((t2 - d[2]) * t3 + (d[2] << 8)) >> 8;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h75 uint8_t t3, r3; /* series 3: tries, rate code */ member in struct:txschedule
H A Dsample.c219 * check as it can just NOT populate t2/t3. It also means
235 if (sched->t3 != 0 && (! is_aggr)) {
922 rc[3].tries = sched->t3;
948 s3code, sched->t3); /* series 3 */
/haiku/src/bin/unzip/
H A Dextract.c1120 (G.tz_is_valid ? &((*pdirlist)->u.t3) : NULL),
1122 &((*pdirlist)->u.t3),
1132 (*pdirlist)->u.t3.mtime));
1134 (*pdirlist)->u.t3.mtime = dos_to_unix_time(
1140 (*pdirlist)->u.t3.atime));
1142 (*pdirlist)->u.t3.atime =
1143 (*pdirlist)->u.t3.mtime;
H A Dunzpriv.h1507 iztimes t3; /* mtime, atime, ctime */ member in union:dirtime::__anon4539
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp742 double t3 = (1 - t) * t * t * 3; local
747 + fPath[index + 1].point_in.x * t3
751 + fPath[index + 1].point_in.y * t3
756 + fPath[0].point_in.x * t3 + fPath[0].point.x * t4;
760 + fPath[0].point_in.y * t3 + fPath[0].point.y * t4;
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c113 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
162 t3 = y3 & y6;
163 t4 = t3 ^ t2;

Completed in 193 milliseconds