Searched refs:US_IN_MS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/fst/
H A Dfst.h19 #define US_IN_MS 1000 macro
22 #define FST_LLT_MS_TO_VAL(m) (((u32) (m)) * US_IN_MS / LLT_UNIT_US)
23 #define FST_LLT_VAL_TO_MS(v) (((u32) (v)) * LLT_UNIT_US / US_IN_MS)

Completed in 103 milliseconds