| /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/ |
| test_cycles_per_loop.c | 22 caa_cycles_t time1, time2; local 26 time2 = caa_get_cycles(); 27 printf("CPU clock cycles per loop: %g\n", (time2 - time1) /
|
| test_looplen.c | 42 caa_cycles_t time1, time2; local 49 time2 = caa_get_cycles(); 50 time_tot += time2 - time1;
|
| test_perthreadlock_timing.c | 59 caa_cycles_t time1, time2; local 84 time2 = caa_get_cycles(); 86 reader_time[tidx] = time2 - time1; 98 caa_cycles_t time1, time2; local 125 time2 = caa_get_cycles(); 126 writer_time[(unsigned long)arg] += time2 - time1;
|
| test_rwlock_timing.c | 61 caa_cycles_t time1, time2; local 85 time2 = caa_get_cycles(); 87 reader_time[(unsigned long)arg] = time2 - time1; 101 caa_cycles_t time1, time2; local 124 time2 = caa_get_cycles(); 125 writer_time[(unsigned long)arg] += time2 - time1;
|
| test_urcu_qsbr_timing.c | 79 caa_cycles_t time1, time2; local 99 time2 = caa_get_cycles(); 103 reader_time[(unsigned long)arg] = time2 - time1; 117 caa_cycles_t time1, time2; local 141 time2 = caa_get_cycles(); 142 writer_time[(unsigned long)arg] += time2 - time1;
|
| test_urcu_timing.c | 80 caa_cycles_t time1, time2; local 99 time2 = caa_get_cycles(); 103 reader_time[(unsigned long)arg] = time2 - time1; 117 caa_cycles_t time1, time2; local 141 time2 = caa_get_cycles(); 142 writer_time[(unsigned long)arg] += time2 - time1;
|
| /src/external/bsd/ntp/dist/libntp/ |
| mktime.c | 184 time2( function 278 t = time2(tmp, &okay, 1); 305 t = time2(tmp, &okay, 0);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| pac.c | 683 uint32_t time1, time2; local 698 CHECK(ret, krb5_ret_uint32(sp, &time2), out); 703 t2 = ((uint64_t)time2 << 32) | time1;
|
| /src/lib/libc/time/ |
| localtime.c | 2965 time2(struct tm * const tmp, function 3007 t = time2(tmp, funcp, sp, offset, &okay); 3050 t = time2(tmp, funcp, sp, offset, &okay);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| reload1.cc | 5753 new reload ceases to be live, and TIME2 for each existing 5822 int time2; 5826 time2 = 0; 5850 time2 = rld[i].opnum * 4 + 2; 5857 time2 = rld[i].opnum * 4 + 3; 5860 time2 = rld[i].opnum * 4 + 4; 5870 time2 = MAX_RECOG_OPERANDS * 4 + 1; 5873 time2 = MAX_RECOG_OPERANDS * 4 + 2; 5877 time2 = MAX_RECOG_OPERANDS * 4 + 3; 5882 time2 = MAX_RECOG_OPERANDS * 4 + 4 5800 int time2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| reload1.cc | 5753 new reload ceases to be live, and TIME2 for each existing 5822 int time2; 5826 time2 = 0; 5850 time2 = rld[i].opnum * 4 + 2; 5857 time2 = rld[i].opnum * 4 + 3; 5860 time2 = rld[i].opnum * 4 + 4; 5870 time2 = MAX_RECOG_OPERANDS * 4 + 1; 5873 time2 = MAX_RECOG_OPERANDS * 4 + 2; 5877 time2 = MAX_RECOG_OPERANDS * 4 + 3; 5882 time2 = MAX_RECOG_OPERANDS * 4 + 4 5800 int time2; local [all...] |