Searched defs:new_time (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | reporter.cc | 76 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local 82 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | reporter.cc | 94 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local 100 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | core.c | 326 uint64_t new_time = uv__hrtime(1000); in uv_update_time() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/ |
H A D | ts_rsp_utils.c | 133 ASN1_GENERALIZEDTIME *new_time; in TS_TST_INFO_set_time() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/ |
H A D | ts_rsp_utils.c | 133 ASN1_GENERALIZEDTIME *new_time; in TS_TST_INFO_set_time() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
H A D | ops.cc | 893 fs::last_write_time(const path& p, file_time_type new_time) in last_write_time() 903 file_time_type new_time, error_code& ec) noexcept in last_write_time()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
H A D | ops.cc | 887 fs::last_write_time(const path& p, file_time_type new_time) in last_write_time() 897 file_time_type new_time, error_code& ec) noexcept in last_write_time()
|
H A D | std-ops.cc | 1111 fs::last_write_time(const path& p, file_time_type new_time) in last_write_time() 1121 file_time_type new_time, error_code& ec) noexcept in last_write_time()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | fs_ops.cc | 1043 fs::last_write_time(const path& p, file_time_type new_time) in last_write_time() 1053 file_time_type new_time, error_code& ec) noexcept in last_write_time()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
H A D | fs_ops.cc | 1039 fs::last_write_time(const path& p, file_time_type new_time) in last_write_time() 1049 file_time_type new_time, error_code& ec) noexcept in last_write_time()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | modulo-sched.cc | 2305 int new_time = SCHED_TIME (u) + (SCHED_TIME (u) / ii); in ps_insert_empty_row() local 2326 int new_time = SCHED_TIME (u) + (SCHED_TIME (u) / ii) + 1; in ps_insert_empty_row() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | modulo-sched.c | 2304 int new_time = SCHED_TIME (u) + (SCHED_TIME (u) / ii); in ps_insert_empty_row() local 2325 int new_time = SCHED_TIME (u) + (SCHED_TIME (u) / ii) + 1; in ps_insert_empty_row() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | operations.cpp | 1214 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
|