Searched refs:t1 (Results 1 - 25 of 47) sorted by path

12

/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c1035 bigtime_t t0,t1; local
1051 t1 = system_time();
1052 ms = (t1-t0)/1000 + 10; /* we seem to be off by 10ms typically */
/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
2371 t1[0]= eep->base_ext1.tempslopextension[3];
2375 t1[1]= eep->base_ext1.tempslopextension[0];
2379 t1[2]= eep->base_ext1.tempslopextension[6];
2383 temp_slope_1=interpolate(frequency, f, t1,3);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp563 BString t1 = BString(login) << ":" local
566 MD5Sum(sum, (unsigned char*)t1.String(), t1.Length());
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c620 XPP(t0, t1), \
624 XPP(t1, t2), \
634 XPP(t1, t6), \
652 PREC t0, t1, t2, t3, t4, t5, t6, t7, t; local
676 t1 = in[j] * quant[j];
685 tmpp[1 * 8] = t1;
697 t1 = tmp[8 * i + 1];
706 out[8 * i + 1] = ITOINT(t1);
/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
16 template<class t> const t abs(const t t1) { return (t1 < 0) ? - t1 : t1; } argument
[all...]
/haiku/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
880 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
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];
890 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
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 >> 8) & 0xff] ^ Te3[t1
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/haiku/src/libs/glut/
H A Dglutint.h76 #define IS_AFTER(t1, t2) ((t2).val > (t1).val)
78 #define IS_AT_OR_AFTER(t1, t2) ((t2).val >= (t1).val)
107 #define IS_AFTER(t1, t2) \
108 (((t2).tv_sec > (t1).tv_sec) || \
109 (((t2).tv_sec == (t1).tv_sec) && \
110 ((t2).tv_usec > (t1).tv_usec)))
111 #define IS_AT_OR_AFTER(t1, t2) \
112 (((t2).tv_sec > (t1)
[all...]
/haiku/src/libs/iconv/
H A Dcp932.h77 t1 := (s1 < 0xE0 ? s1-0x81 : s1-0xC1)
79 c1 := 2*t1 + (t2 < 0x5E ? 0 : 1) + 0x21
82 t1 := (c1 - 0x21) >> 1
84 s1 := (t1 < 0x1F ? t1+0x81 : t1+0xC1)
104 unsigned char t1 = (s1 < 0xe0 ? s1-0x81 : s1-0xc1); local
107 buf[0] = 2*t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
170 unsigned char t1 = (c1 - 0x21) >> 1; local
172 r[0] = (t1 <
[all...]
H A Djohab.h39 t1 := (s1 < 0xE0 ? 2*s1-0x1B2 : 2*s1-0x197)
41 c1 := t1 + (t2 < 0x5E ? 0 : 1) + 0x21
75 unsigned char t1 = (s1 < 0xe0 ? 2*(s1-0xd9) : 2*s1-0x197); local
78 buf[0] = t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
H A Dsjis.h35 t1 := (s1 < 0xE0 ? s1-0x81 : s1-0xC1)
37 c1 := 2*t1 + (t2 < 0x5E ? 0 : 1) + 0x21
40 t1 := (c1 - 0x21) >> 1
42 s1 := (t1 < 0x1F ? t1+0x81 : t1+0xC1)
60 unsigned char t1 = (s1 < 0xe0 ? s1-0x81 : s1-0xc1); local
63 buf[0] = 2*t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
110 unsigned char t1 = (c1 - 0x21) >> 1; local
112 r[0] = (t1 <
[all...]
/haiku/src/libs/mapm/
H A Dmapmfmul.c755 unsigned int *ip, t1, rr[8]; local
770 t1 = (unsigned int)b[jj];
773 *ip-- += t1 * a[3];
774 *ip-- += t1 * a[2];
775 *ip-- += t1 * a[1];
776 *ip += t1 * a[0];
786 t1 = rr[jj] / 100;
787 r[jj] = (UCHAR)(rr[jj] - 100 * t1);
792 rr[--jj] += t1;
/haiku/src/system/boot/platform/amiga_m68k/
H A Drom_calls.h70 #define LP1(offs, rt, name, t1, v1, r1, bt, bn) \
72 t1 _##name##_v1 = (v1); \
79 register t1 _n1 __asm(#r1) = _##name##_v1; \
88 #define LP1NR(offs, name, t1, v1, r1, bt, bn) \
90 t1 _##name##_v1 = (v1); \
97 register t1 _n1 __asm(#r1) = _##name##_v1; \
106 #define LP1A5(offs, rt, name, t1, v1, r1, bt, bn) \
108 t1 _##name##_v1 = (v1); \
115 register t1 _n1 __asm(#r1) = _##name##_v1; \
125 #define LP1NRA5(offs, name, t1, v
[all...]
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_sqrt.c291 #define t1 tt macro
296 t1 = bit;
297 FPU_SUBS(d1, x1, t1);
307 t1 = y1 | bit;
308 FPU_SUBS(d1, x1, t1);
318 #undef t1 macro
321 #define t1 y1 macro
329 FPU_SUBCS(d1, x1, t1);
334 y1 |= 1; /* now t1, y1 are set in concrete */
341 FPU_SUBCS(d1, x1, t1);
[all...]
/haiku/src/system/libroot/posix/crypt/
H A DSHA256.cpp173 uint32 t1 = h + s1 + ch + kRounds[i] + fBuffer[i]; local
178 e = d + t1;
182 a = t1 + t2;
/haiku/src/tests/kits/game/set_mouse_position_test/
H A Dtest_mouse.cpp62 int32 t1 = x; local
66 t1 = int32(t1 - xmin);
67 set_mouse_position(t1,t2);
74 int32 t1 = x; local
78 t1 = int32(t1 + xplus);
79 set_mouse_position(t1,t2);
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.c51 GLdouble t0, t1; local
58 t1 = glutGet(GLUT_ELAPSED_TIME) * 0.001;
60 CompileTime = t1 - t0;
119 GLdouble t0, t1; local
130 t1 = glutGet(GLUT_ELAPSED_TIME) * 0.001;
132 LinkTime = t1 - t0;
/haiku/headers/posix/
H A Dpthread.h244 extern int pthread_equal(pthread_t t1, pthread_t t2);
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h27 uint64 t1; member in struct:iframe
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c227 if (sched->t1 != 0) {
916 rc[1].tries = sched->t1;
946 s1code, sched->t1, /* series 1 */
H A Dsample.h73 uint8_t t1, r1; /* series 1: tries, rate code */ member in struct:txschedule
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dblending.h38 uint16 t1, uint16 t2, uint16 t3, uint8 ta, // top components
43 *d1 = kInverseGammaTable[(b1 * destAlpha + t1 * ta) / 255];
52 *d1 = kInverseGammaTable[(b1 * alphaDest + t1 * alphaSrc) / alphaTemp];
62 uint8 t1, uint8 t2, uint8 t3, uint8 ta, // top components
66 uint16 gt1 = kGammaTable[t1];
242 uint16 t1 = kGammaTable[top[0]]; local
251 bottom[0] = kInverseGammaTable[(b1 * invAlpha + t1 * mergeAlpha) / 255];
271 uint16 t1 = kGammaTable[top[0]]; local
280 dest[0] = kInverseGammaTable[(b1 * invAlpha + t1 * mergeAlpha) / 255];
306 uint16 t1 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
336 uint16 t1 = kGammaTable[top[0]]; local
[all...]
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1041 struct timeval t1, t2; local
1052 (void)gettimeofday(&t1, NULL);
1053 memcpy(&outdata.tv, &t1, sizeof(outdata.tv));
1061 while ((cc = wait_for_reply(s, from, &t1)) != 0) {
1078 T = deltaT(&t1, &t2);
/haiku/src/kits/storage/sniffer/
H A DParser.cpp1042 const Token *t1 = stream.Get(); local
1045 if (t1->Type() == LeftParen) {
1061 } else if (t1->Type() == LeftBracket) {
1065 throw new Err("Sniffer pattern error: missing pattern", t1->Pos()); // Same as R5
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dtime.h70 void timevaladd(struct timeval *t1, const struct timeval *t2);
71 void timevalsub(struct timeval *t1, const struct timeval *t2);
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_time.c96 timevalfix(struct timeval *t1) argument
99 if (t1->tv_usec < 0) {
100 t1->tv_sec--;
101 t1->tv_usec += 1000000;
103 if (t1->tv_usec >= 1000000) {
104 t1->tv_sec++;
105 t1->tv_usec -= 1000000;
117 timevaladd(struct timeval *t1, const struct timeval *t2) argument
120 t1->tv_sec += t2->tv_sec;
121 t1
126 timevalsub(struct timeval *t1, const struct timeval *t2) argument
[all...]

Completed in 462 milliseconds

12