HomeSort by: relevance | last modified time | path
    Searched defs:time1 (Results 1 - 14 of 14) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_cycles_per_loop.c 22 caa_cycles_t time1, time2; local
24 time1 = caa_get_cycles();
27 printf("CPU clock cycles per loop: %g\n", (time2 - time1) /
test_looplen.c 42 caa_cycles_t time1, time2; local
47 time1 = caa_get_cycles();
50 time_tot += time2 - time1;
test_perthreadlock_timing.c 59 caa_cycles_t time1, time2; local
68 time1 = caa_get_cycles();
86 reader_time[tidx] = time2 - time1;
98 caa_cycles_t time1, time2; local
109 time1 = caa_get_cycles();
126 writer_time[(unsigned long)arg] += time2 - time1;
test_rwlock_timing.c 61 caa_cycles_t time1, time2; local
67 time1 = caa_get_cycles();
87 reader_time[(unsigned long)arg] = time2 - time1;
101 caa_cycles_t time1, time2; local
109 time1 = caa_get_cycles();
125 writer_time[(unsigned long)arg] += time2 - time1;
test_urcu_qsbr_timing.c 79 caa_cycles_t time1, time2; local
87 time1 = caa_get_cycles();
103 reader_time[(unsigned long)arg] = time2 - time1;
117 caa_cycles_t time1, time2; local
125 time1 = caa_get_cycles();
142 writer_time[(unsigned long)arg] += time2 - time1;
test_urcu_timing.c 80 caa_cycles_t time1, time2; local
88 time1 = caa_get_cycles();
103 reader_time[(unsigned long)arg] = time2 - time1;
117 caa_cycles_t time1, time2; local
125 time1 = caa_get_cycles();
142 writer_time[(unsigned long)arg] += time2 - time1;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
timer.h 37 u64 time1; member in struct:nvkm_timer_wait
  /src/external/bsd/ntp/dist/libntp/
mktime.c 269 time1( function
290 return time1(tmp);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
pac.c 683 uint32_t time1, time2; local
697 CHECK(ret, krb5_ret_uint32(sp, &time1), out);
703 t2 = ((uint64_t)time2 << 32) | time1;
  /src/lib/libc/time/
localtime.c 2984 time1(struct tm *const tmp, function
3070 return time1(tmp, localsub, sp, setname);
3073 return time1(tmp, gmtsub, gmtptr, 0);
3143 return time1(tmp, gmtsub, gmtptr, (int_fast32_t)offset);
  /src/sys/dev/ic/
hd64570reg.h 58 u_int16_t time1; member in struct:cisco_pkt
  /src/sys/net/
if_spppsubr.c 253 uint16_t time1; member in struct:cisco_packet
  /src/external/gpl3/gcc/dist/gcc/
reload1.cc 5727 int time1;
5752 We compute TIME1 as the time when the register for the prospective
5763 time1 = copy ? 0 : 1;
5766 time1 = copy ? 1 : MAX_RECOG_OPERANDS * 5 + 5;
5775 time1 = opnum * 4 + 2;
5778 time1 = opnum * 4 + 3;
5783 time1 = copy ? opnum * 4 + 4 : MAX_RECOG_OPERANDS * 4 + 3;
5788 time1 = MAX_RECOG_OPERANDS * 4 + 1;
5793 time1 = copy ? MAX_RECOG_OPERANDS * 4 + 2 : MAX_RECOG_OPERANDS * 4 + 3;
5796 time1 = MAX_RECOG_OPERANDS * 4 + 4 + opnum
5705 int time1; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
reload1.cc 5727 int time1;
5752 We compute TIME1 as the time when the register for the prospective
5763 time1 = copy ? 0 : 1;
5766 time1 = copy ? 1 : MAX_RECOG_OPERANDS * 5 + 5;
5775 time1 = opnum * 4 + 2;
5778 time1 = opnum * 4 + 3;
5783 time1 = copy ? opnum * 4 + 4 : MAX_RECOG_OPERANDS * 4 + 3;
5788 time1 = MAX_RECOG_OPERANDS * 4 + 1;
5793 time1 = copy ? MAX_RECOG_OPERANDS * 4 + 2 : MAX_RECOG_OPERANDS * 4 + 3;
5796 time1 = MAX_RECOG_OPERANDS * 4 + 4 + opnum
5705 int time1; local
    [all...]

Completed in 60 milliseconds