Home
last modified time | relevance | path

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

/dflybsd-src/contrib/xz/src/xz/
H A Dmessage.c393 progress_time(uint64_t mseconds) in progress_time() argument
399 uint32_t seconds = (uint32_t)(mseconds / 1000); in progress_time()