Home
last modified time | relevance | path

Searched defs:SEC_TO_US (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_time.py24 SEC_TO_US = 10 ** 6 variable
/external/python/cpython3/Python/
Dpytime.c26 #define SEC_TO_US (SEC_TO_MS * MS_TO_US) macro
/external/python/cpython3/Modules/
Dfaulthandler.c649 #define SEC_TO_US (1000 * 1000) macro
/external/iperf3/src/
Diperf.h375 #define SEC_TO_US 1000000LL macro