Searched refs:t2 (Results 26 - 48 of 48) sorted by relevance

12

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h210 uint8 t2 = t[2]; local
216 d[2] = t2;
220 d[2] = ((t2 - d[2]) * t3 + (d[2] << 8)) >> 8;
386 uint32 t2 = (s[2] * wLeft + s[6] * wRight) local
393 t2 += (s[2] * wLeft + s[6] * wRight) * wBottom;
397 d[2] = t2 >> 16;
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp.cpp131 int64 t1, t2; local
153 t2 = system_time();
158 = (uint32)((1000000.0/(t2 - t1)) * count);
/haiku/src/system/boot/platform/riscv/
H A Dtraps.cpp26 uint64 t2; member in struct:iframe
/haiku/src/system/libroot/posix/crypt/
H A DSHA256.cpp169 uint32 t2 = s0 + maj; local
182 a = t1 + t2;
/haiku/src/system/libroot/posix/musl/math/
H A Dlgamma_r.c103 t2 = 6.46249402391333854778e-02, /* 0x3FB08B42, 0x94D5419B */ variable
245 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
H A Dlgammaf_r.c38 t2 = 6.4624942839e-02, /* 0x3d845a15 */ variable
180 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
/haiku/src/system/kernel/arch/riscv64/
H A Darch_user_debugger.cpp56 frame->t2 = cpuState->x[ 6];
106 cpuState->x[ 6] = frame->t2;
H A Darch_thread.cpp195 signalFrameData->context.uc_mcontext.x[ 6] = frame->t2;
280 frame->t2 = signalFrameData->context.uc_mcontext.x[ 6];
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp192 pthread_equal(pthread_t t1, pthread_t t2) argument
194 return t1 == t2;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h74 uint8_t t2, r2; /* series 2: tries, rate code */ member in struct:txschedule
H A Dsample.c219 * check as it can just NOT populate t2/t3. It also means
231 if (sched->t2 != 0 && (! is_aggr)) {
921 rc[2].tries = sched->t2;
947 s2code, sched->t2, /* series 2 */
/haiku/headers/libs/agg/
H A Dagg_trans_affine.h340 double t2 = shx * ca - sy * sa; local
346 shx = t2;
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.cpp324 int64 t1, t2; local
344 t2 = system_time();
349 = (uint32)((1000000.0/(t2 - t1)) * count);
/haiku/headers/os/interface/
H A DAffineTransform.h268 double t2 = shx * ca - sy * sa; local
274 shx = t2;
/haiku/src/kits/storage/sniffer/
H A DParser.cpp1046 const Token *t2 = stream.Get(); local
1048 const Token *tokenOfInterest = (t2->Type() == CaseInsensitiveFlag) ? stream.Get() : t2;
1049 if (t2 != tokenOfInterest)
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c113 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
161 t2 = y12 & y15;
163 t4 = t3 ^ t2;
165 t6 = t5 ^ t2;
/haiku/headers/posix/
H A Dpthread.h244 extern int pthread_equal(pthread_t t1, pthread_t t2);
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp741 double t2 = (1 - t) * (1 - t) * t * 3; local
746 point.x = fPath[index].point.x * t1 + fPath[index].point_out.x * t2
750 point.y = fPath[index].point.y * t1 + fPath[index].point_out.y * t2
755 + fPath[fPointCount - 1].point_out.x * t2
759 + fPath[fPointCount - 1].point_out.y * t2
/haiku/src/kits/interface/
H A DAffineTransform.cpp480 double t2 = shx * other.sx + sy * other.shx; local
486 shx = t2;
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1041 struct timeval t1, t2; local
1065 (void)gettimeofday(&t2, NULL);
1078 T = deltaT(&t1, &t2);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c2305 int32_t f[8], t[8],t1[3], t2[3]; local
2372 t2[0]= eep->base_ext1.tempslopextension[4];
2376 t2[1]= eep->base_ext1.tempslopextension[1];
2380 t2[2]= eep->base_ext1.tempslopextension[7];
2384 temp_slope_2=interpolate(frequency, f, t2,3);
/haiku/src/bin/unzip/
H A Dbeos.c968 if (utime(d->fn, (const struct utimbuf *)&d->u.t2)) {
H A Dunzpriv.h1508 ztimbuf t2; /* modtime, actime */ member in union:dirtime::__anon4539

Completed in 169 milliseconds

12