Home
last modified time | relevance | path

Searched refs:mseconds (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/xz/src/xz/
H A Dmessage.c373 progress_time(uint64_t mseconds) in progress_time() argument
379 uint32_t seconds = (uint32_t)(mseconds / 1000); in progress_time()