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

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Ddifftime.c3 double difftime(time_t t1, time_t t0) { argument
4 return t1 - t0;
H A D__tz.c415 long long t0 = rule_to_secs(r0, y); local
418 if (t0 < t1) {
420 t0 += __timezone;
423 if (t >= t0 && t < t1)
429 t0 += dst_off;
431 if (t >= t1 && t < t0)
/fuchsia/zircon/system/utest/rtc-lib/
H A Drtc.cpp19 auto t0 = make_rtc(1999, 1, 1, 0, 0, 0); local
20 EXPECT_TRUE(rtc_is_invalid(&t0));
22 t0.year = 2000;
23 EXPECT_FALSE(rtc_is_invalid(&t0));
25 t0.month = 13;
26 EXPECT_TRUE(rtc_is_invalid(&t0));
27 t0.month = 1;
28 t0.day = 32;
29 EXPECT_TRUE(rtc_is_invalid(&t0));
30 t0
46 auto t0 = make_rtc(2018, 8, 4, 1, 19, 1); local
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/src/
H A Dtimer.c6 nstime_init(&timer->t0, 0);
7 nstime_update(&timer->t0);
13 nstime_copy(&timer->t1, &timer->t0);
23 nstime_subtract(&delta, &timer->t0);
30 uint64_t t0 = timer_usec(a); local
37 n = malloc_snprintf(&buf[i], buflen-i, "%"FMTu64, t0 / t1);
51 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10
54 "%"FMTu64, (t0 * mult / t1) % 10 + round);
/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dtimer.h4 nstime_t t0; member in struct:__anon1588
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha1-armv8.pl50 ($t0,$t1,$t2,$K)=map("w$_",(25..28));
71 bic $t0,$d,$b
75 orr $t0,$t0,$t1
79 add $e,$e,$t0 // e+=F(b,c,d)
87 bic $t0,$d,$b
92 orr $t0,$t0,$t1
97 add $e,$e,$t0 // e+=F(b,c,d)
111 orr $t0,
[all...]
H A Dsha512-x86_64.pl751 my ($t0,$t1,$t2,$t3, $t4,$t5) = map("%xmm$_",(4..9));
807 movdqa 0x00($Tbl),$t0
810 paddd @X[0],$t0
817 movdqa $t0,0x00(%rsp)
833 '&movdqa ($t0,@X[1]);',
835 '&palignr ($t0,@X[0],$SZ)', # X[1..4]
837 '&movdqa ($t1,$t0)',
838 '&movdqa ($t2,$t0);',
839 '&psrld ($t0,$sigma0[2])',
844 '&pxor ($t0,
[all...]
H A Dsha512-armv8.pl82 ($t0,$t1,$t2,$t3)=map("$reg_t$_",(16,17,19,28));
118 ror $t0,$e,#$Sigma1[0]
126 eor $t0,$t0,$T0,ror#$Sigma1[1] // Sigma1(e)
130 add $h,$h,$t0 // h+=Sigma1(e)
140 ror $t0,$e,#$Sigma1[0]
148 eor $t0,$t0,$e,ror#$Sigma1[1]
152 eor $t0,$t0,
[all...]
H A Dsha1-x86_64.pl133 $t0="%eax";
154 mov $d,$t0
158 xor $c,$t0
160 and $b,$t0
163 xor $d,$t0
165 add $t0,$e
169 mov $d,$t0
173 xor $c,$t0
176 and $b,$t0
179 xor $d,$t0
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl60 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14));
95 vext.8 $t0,$t2,$xC2,#8 @ t0=0xc2....01
98 vand $t2,$t2,$t0
101 vand $t0,$t0,$t1
103 veor $H,$IN,$t0 @ twisted H
107 vext.8 $t0,$H,$H,#8 @ Karatsuba pre-processing
109 veor $t0,$t0,
[all...]
/fuchsia/zircon/kernel/tests/
H A Dstring_tests.cpp138 zx_time_t t0; local
140 t0 = current_time();
144 return current_time() - t0;
231 zx_time_t t0; local
233 t0 = current_time();
237 return current_time() - t0;
/fuchsia/zircon/system/uapp/iotime/
H A Diotime.c64 zx_time_t t0 = zx_clock_get_monotonic(); local
82 return zx_time_sub_time(t1, t0);
144 zx_time_t t0 = zx_clock_get_monotonic(); local
163 return zx_time_sub_time(t1, t0);
/fuchsia/zircon/system/utest/libfzl/
H A Dfzl-test.cpp18 bool AlmostEqual(T t0, T t1, T e) { argument
22 snprintf(buf, sizeof(buf), "%zu != %zu (within error of %zu)", t0, t1, e);
23 ASSERT_TRUE(fbl::min(t0, t1) + e >= fbl::max(t0, t1), buf);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daes-x86_64.pl65 $t0="%r10d";
106 mov 0($sbox,$acc0,8),$t0
113 xor 3($sbox,$acc0,8),$t0
131 xor 2($sbox,$acc0,8),$t0
138 xor 1($sbox,$acc0,8),$t0
151 xor $t0,$s0
165 movzb 2($sbox,$acc0,8),$t0
173 mov 0($sbox,$acc1,8),$acc1 #$t0
179 xor $acc1,$t0
199 mov 0($sbox,$acc0,8),$acc0 #$t0
[all...]
H A Dbsaes-x86_64.pl229 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
231 my ($x0,$x1,$y0,$y1,$t0)=@_;
233 movdqa $y0, $t0
234 pxor $y1, $t0
235 pand $x0, $t0
240 pxor $t0, $x1
246 my ($x0,$x1,$y0,$y1,$t0)=@_;
248 movdqa $y0, $t0
249 pxor $y1, $t0
250 pand $x0, $t0
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dres_msend.c37 unsigned long t0, t1, t2; local
93 t0 = t2 = mtime();
96 for (; t2 - t0 < timeout; t2 = mtime()) {
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
H A Daes.c685 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
701 t0 = Te0[(s0 >> 24)] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^
715 s0 = Te0[(t0 >> 24)] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^
718 Te3[(t0) & 0xff] ^ rk[1];
719 s2 = Te0[(t2 >> 24)] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^
721 s3 = Te0[(t3 >> 24)] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^
726 s0 = (Te2[(t0 >> 24)] & 0xff000000) ^ (Te3[(t1 >> 16) & 0xff] & 0x00ff0000) ^
731 (Te0[(t3 >> 8) & 0xff] & 0x0000ff00) ^ (Te1[(t0) & 0xff] & 0x000000ff) ^
735 (Te0[(t0 >> 8) & 0xff] & 0x0000ff00) ^ (Te1[(t1) & 0xff] & 0x000000ff) ^
738 s3 = (Te2[(t3 >> 24)] & 0xff000000) ^ (Te3[(t0 >> 1
747 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlgamma_r.c101 t0 = 4.83836122723810047042e-01, /* 0x3FDEF72B, 0xC8EE38A2 */ variable
248 p1 = t0 + w * (t3 + w * (t6 + w * (t9 + w * t12))); /* parallel comp */
H A Dlgammaf_r.c36 t0 = 4.8383611441e-01, /* 0x3ef7b95e */ variable
183 p1 = t0 + w * (t3 + w * (t6 + w * (t9 + w * t12))); /* parallel comp */
/fuchsia/zircon/system/uapp/biotime/
H A Dbiotime.cpp214 zx_time_t t0 = zx_clock_get_monotonic(); local
249 *_res = zx_time_sub_time(t1, t0);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl570 my ($xc,$xc_,$t0,$t1)=map("\"$_\"",$xt0,$xt1,$xt2,$xt3);
607 "&movdqa ($t0,@x[$b0])",
609 "&psrld ($t0,20)",
612 "&por (@x[$b0],$t0)",
614 "&movdqa ($t0,'(%r11)')", # .Lrot24(%rip)
621 "&pshufb (@x[$d0],$t0)",
622 "&pshufb (@x[$d1],$t0)",
631 "&movdqa ($t0,@x[$b1])",
634 "&psrld ($t0,25)",
636 "&por (@x[$b1],$t0)",
[all...]
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp407 zx::time t0 = zx::clock::get_monotonic(); local
412 EXPECT_LE(t0.get(), t1.get());

Completed in 223 milliseconds