Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/xz/dist/src/xz/
Dmessage.c387 progress_time(uint64_t mseconds) in progress_time() argument
393 uint32_t seconds = (uint32_t)(mseconds / 1000); in progress_time()