/src/lib/libc/time/ |
difftime.c | 39 double t1 = time1, t0 = time0; local in function:difftime 40 return t1 - t0; 55 uintmax_t t1 = time1, t0 = time0; local in function:difftime 56 return time0 <= time1 ? t1 - t0 : dminus((double)(t0 - t1)); 72 long double t1 = time1, t0 = time0; local in function:difftime 73 return t1 - t0;
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
tsan_thread.cc | 17 MainThread t0; local in function:TEST 19 t0.Write1(l); 24 t0.Write1(l);
|
tsan_mutex.cc | 97 MainThread t0; local in function:__tsan::TEST 98 t0.Create(m); 113 MainThread t0; local in function:__tsan::TEST 114 t0.Create(m); 129 MainThread t0; local in function:__tsan::TEST 130 t0.Create(m);
|
tsan_mop.cc | 70 MainThread t0; local in function:TEST 71 t0.Create(m); 84 t0.Destroy(m); 89 MainThread t0; local in function:TEST 90 t0.Create(m); 103 t0.Destroy(m);
|
/src/sys/arch/alpha/include/ |
lock.h | 78 unsigned long t0; local in function:__cpu_simple_lock 102 : "=&r" (t0), "=m" (*alp) 110 unsigned long t0, v0; local in function:__cpu_simple_lock_try 127 : "=&r" (t0), "=r" (v0), "=m" (*alp)
|
/src/sys/arch/mips/include/ |
lock.h | 75 unsigned long t0, v0; local in function:__cpu_simple_lock_try 97 : "=r" (t0), "=r" (v0), "+m" (*lp)
|
/src/sys/crypto/des/ |
des_cbc.c | 195 register DES_LONG t0,t1; local in function:des_ede3_cbc_encrypt 204 t0=tin0; 217 xor0=t0; 225 t0=tin0; 237 xor0=t0;
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_51/ |
fe.h | 105 uint64_t t0, t1, t2, t3; local in function:fe25519_tobytes 108 t0 = t[0] | (t[1] << 51); 112 STORE64_LE(s + 0, t0);
|
/src/tests/lib/libc/string/ |
t_strcat.c | 25 unsigned int a0, a1, t0, t1; local in function:ATF_TC_BODY 88 for (t0 = 0; t0 < __arraycount(tab); ++t0) { 91 memcpy(&buf0[a0], tab[t0].val, 92 tab[t0].len + 1); 104 "t0 %d, t1 %d\n", 105 a0, a1, t0, t1); 111 if (memcmp(&buf0[a0] + tab[t0].len, 115 "t0 %d, t1 %d\n" [all...] |
/src/sys/kern/ |
kern_cctr.c | 50 * T0 = local CC 59 * Tavg = (T0 + T1) / 2 65 * because T0->Tavg involves a single store-release on the secondary, and 206 int64_t t0, t1, tcenter = 0; local in function:cc_get_delta 208 t0 = cpu_counter32(); 221 if (t1 < t0) { 226 /* average t0 and t1 without overflow: */ 227 tcenter = (t0 >> 1) + (t1 >> 1); 228 if ((t0 & 1) + (t1 & 1) == 2)
|
/src/sys/arch/m68k/fpe/ |
fpu_sqrt.c | 261 * The calculation `t = y + bit' breaks down into `t0 = y0, ..., 269 #define t0 tt macro 272 /* if (x >= (t0 = y0 | bit)) { */ /* always true */ 280 t0 = y0 | bit; /* t = y + bit */ 281 if (x0 >= t0) { /* if x >= t then */ 282 x0 -= t0; /* x -= t */ 289 #undef t0 292 #define t0 y0 macro 300 FPU_SUBC(d0, x0, t0); /* d = x - t */ 311 FPU_SUBC(d0, x0, t0); [all...] |
/src/sys/arch/powerpc/fpu/ |
fpu_sqrt.c | 281 * The calculation `t = y + bit' breaks down into `t0 = y0, ..., 289 #define t0 tt macro 292 /* if (x >= (t0 = y0 | bit)) { */ /* always true */ 300 t0 = y0 | bit; /* t = y + bit */ 301 if (x0 >= t0) { /* if x >= t then */ 302 x0 -= t0; /* x -= t */ 309 #undef t0 312 #define t0 y0 macro 320 FPU_SUBC(d0, x0, t0); /* d = x - t */ 331 FPU_SUBC(d0, x0, t0); [all...] |
/src/sys/arch/sparc/fpu/ |
fpu_sqrt.c | 261 * The calculation `t = y + bit' breaks down into `t0 = y0, ..., 269 #define t0 tt macro 272 /* if (x >= (t0 = y0 | bit)) { */ /* always true */ 280 t0 = y0 | bit; /* t = y + bit */ 281 if (x0 >= t0) { /* if x >= t then */ 282 x0 -= t0; /* x -= t */ 289 #undef t0 292 #define t0 y0 macro 300 FPU_SUBC(d0, x0, t0); /* d = x - t */ 311 FPU_SUBC(d0, x0, t0); [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_perf.c | 118 ktime_t t0, t1; local in function:live_noa_delay 179 t0 = poll_status(rq, 0x100); 184 ktime_sub(t1, t0), expected);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
blake2b-compress-sse41.c | 43 __m128i t0, t1; local in function:blake2b_compress_sse41
|
blake2b-compress-ssse3.c | 37 __m128i t0, t1; local in function:blake2b_compress_ssse3
|
/src/sys/arch/sh3/sh3/ |
clock.c | 114 uint32_t sr, t0, cnt_1s; local in function:sh_clock_init 150 t0 = TMU_ELAPSED(0); 153 sh_clock.cpucycle_1us = (sh_clock.tmuclk * 10) / t0; 155 cnt_1s = ((uint64_t)sh_clock.tmuclk * 10000000 * 10 + t0/2) / t0; 174 t0 = TMU_ELAPSED(0); 179 = ((uint64_t)t1 * 4 * SH_RTC_CLOCK + t0/2) / t0;
|
/src/sys/arch/sparc/sparc/ |
timer.c | 201 u_int prec = 0, t0; local in function:timerattach 217 t0 = *cntreg; 221 prec |= (t0 ^ t1) | (*cntreg ^ *cntreg); 226 t0 = (t0 >> TMR_SHIFT) & TMR_MASK; 229 if (t1 >= t0 + 100) 234 for (t0 = 0; t0 < TMR_SHIFT; t0++) 235 if ((1 << t0) & prec [all...] |
/src/sys/dev/tc/ |
if_le_ioasic.c | 282 uint16_t t0; local in function:le_ioasic_copytobuf_gap16 286 t0 = *(uint16_t *)(from + 0); 293 dst[0] = t0 | (t1 << 16); 308 uint32_t t0, t1, t2, t3; local in function:le_ioasic_copytobuf_gap16 310 t0 = src[0]; t1 = src[1]; t2 = src[2]; t3 = src[3]; 311 dst[0] = t0; dst[1] = t1; dst[2] = t2; dst[3] = t3; 362 uint32_t t0, t1, t2, t3; local in function:le_ioasic_copyfrombuf_gap16 365 t0 = src[0]; t1 = src[1]; t2 = src[2]; t3 = src[3]; 368 *(uint16_t *)(to + 0) = (uint16_t)t0; 369 *(uint32_t *)(to + 2) = (t0 >> 16) | (t1 << 16) 383 uint32_t t0, t1, t2, t3; local in function:le_ioasic_copyfrombuf_gap16 [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
selftest_engine_heartbeat.c | 203 ktime_t t0, t1; local in function:__live_heartbeat_fast 240 t0 = ktime_get(); 246 times[i] = ktime_us_delta(t1, t0);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
poly1305_donna64.h | 37 unsigned long long t0, t1; local in function:poly1305_init 40 t0 = LOAD64_LE(&key[0]); 44 st->r[0] = (t0) &0xffc0fffffff; 45 st->r[1] = ((t0 >> 44) | (t1 << 20)) & 0xfffffc0ffff; 85 unsigned long long t0, t1; local in function:poly1305_blocks 88 t0 = LOAD64_LE(&m[0]); 91 h0 += ((t0) &0xfffffffffff); 92 h1 += (((t0 >> 44) | (t1 << 20)) & 0xfffffffffff); 140 unsigned long long t0, t1; local in function:poly1305_finish 199 t0 = st->pad[0] [all...] |
/src/tests/lib/libc/stdio/ |
t_fmemopen.c | 1104 struct testcase *t0, *t1; local in function:ATF_TC_BODY 1110 for (t0 = &testcases[0]; t0->s != NULL; ++t0) { 1111 len0 = strnlen(t0->s, t0->n); 1116 memcpy(&buf[0], t0->s, t0->n); 1117 fp = fmemopen(&buf[0], t0->n, *p); 1123 nleft = t0->n - len0 [all...] |
/src/sys/dev/ |
kttcp.c | 128 struct timeval t0, t1; local in function:kttcp_send 138 microtime(&t0); 149 timersub(&t1, &t0, &kio->kio_elapsed); 161 struct timeval t0, t1; local in function:kttcp_recv 172 microtime(&t0); 185 timersub(&t1, &t0, &kio->kio_elapsed);
|
/src/tests/usr.bin/xlint/lint1/ |
init_braces.c | 76 struct time t0; member in struct:init_anonymous_struct_and_union::times 92 .t0 = { .ns = 0, }, 99 return var.times.t0.ns;
|
/src/tests/lib/libc/sys/ |
t_timer_create.c | 67 struct timespec t0, t1, dt; local in function:timer_signal_create 128 RL(clock_gettime(cid, &t0)); 130 timespecadd(&t0, &tim.it_value, &tim.it_value); 133 (long long)t0.tv_sec, (int)t0.tv_nsec); 140 timespecsub(&t1, &t0, &dt); 189 timespecsub(&t1, &t0, &dt);
|