Home
last modified time | relevance | path

Searched defs:new_time (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dreporter.cc76 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 Dreporter.cc94 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 Dcore.c326 uint64_t new_time = uv__hrtime(1000); in uv_update_time() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_rsp_utils.c133 ASN1_GENERALIZEDTIME *new_time; in TS_TST_INFO_set_time() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_rsp_utils.c133 ASN1_GENERALIZEDTIME *new_time; in TS_TST_INFO_set_time() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc893 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 Dops.cc887 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 Dstd-ops.cc1111 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 Dfs_ops.cc1043 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 Dfs_ops.cc1039 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 Dmodulo-sched.cc2305 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 Dmodulo-sched.c2304 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 Doperations.cpp1214 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()