Searched defs:t2 (Results 1 - 25 of 41) sorted by relevance

12

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.h13 template<class t> const t & max(const t &t1, const t &t2) { return (t1 > t2) ? t1 : t2; } argument
14 template<class t> const t & min(const t &t1, const t &t2) { return (t1 < t2) ? t1 : t2; } argument
/haiku/src/system/libroot/posix/musl/math/
H A Dlog10f.c33 float_t hfsq,f,s,z,R,w,t1,t2,dk,hi,lo; local
H A Dlog1p.c72 double_t hfsq,f,c,s,z,R,w,t1,t2,dk; local
H A Dlog1pf.c27 float_t hfsq,f,c,s,z,R,w,t1,t2,dk; local
H A Dfma.c31 uint64_t t1,t2,t3; local
H A Dlog10.c39 double_t hfsq,f,s,z,R,w,t1,t2,dk,y,hi,lo,val_hi,val_lo; local
H A Dlog2.c30 double_t z, r, r2, r4, y, invc, logc, kd, hi, lo, t1, t2, t3, p; local
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_time.c117 timevaladd(struct timeval *t1, const struct timeval *t2) argument
126 timevalsub(struct timeval *t1, const struct timeval *t2) argument
/haiku/src/libs/iconv/
H A Dcp932.h105 unsigned char t2 local
171 unsigned char t2 = (((c1 - 0x21) & 1) ? 0x5e : 0) + (c2 - 0x21); local
[all...]
H A Djohab.h76 unsigned char t2 local
131 unsigned char t2 = ((t & 1) ? 0x5e : 0) + (c2 - 0x21); local
[all...]
H A Dsjis.h61 unsigned char t2 local
111 unsigned char t2 = (((c1 - 0x21) & 1) ? 0x5e : 0) + (c2 - 0x21); local
[all...]
/haiku/src/libs/mapm/
H A Dmapm5sin.c118 M_APM tmp0, tmp1, t2, t3, t5; local
151 M_APM tmp0, tmp1, t2, t4; local
[all...]
/haiku/src/tests/kits/net/urlRequest/
H A DurlProtocolListener_test.cpp103 TestThread t2; member in class:TestApp
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_sqrt.c322 #define t2 tt macro
351 #undef t2 macro
354 #define t2 y2 macro
[all...]
/haiku/src/system/libroot/posix/crypt/
H A DSHA256.cpp169 uint32 t2 = s0 + maj; local
/haiku/src/libs/agg/src/
H A Dagg_trans_affine.cpp73 double t2 = shx * m.sx + sy * m.shx; local
/haiku/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.h16 uint64 t2; member in struct:iframe
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_traps.h22 sd t2, \extSize + 7*8(sp) variable
59 ld t2, \extSize + 7*8(sp) variable
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp.cpp131 int64 t1, t2; local
/haiku/headers/os/interface/
H A DAffineTransform.h268 double t2 = shx * ca - sy * sa; local
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.cpp324 int64 t1, t2; local
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dblending.h243 uint16 t2 = kGammaTable[top[1]]; local
272 uint16 t2 = kGammaTable[top[1]]; local
307 uint16 t2 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
337 uint16 t2 = kGammaTable[top[1]]; local
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dtraps.cpp26 uint64 t2; member in struct:iframe
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp192 pthread_equal(pthread_t t1, pthread_t t2) argument

Completed in 228 milliseconds

12