Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dtime.c12 ulong total_seconds, remainder; in report_time() local
14 total_seconds = cycles / CONFIG_SYS_HZ; in report_time()
16 minutes = total_seconds / 60; in report_time()
17 seconds = total_seconds % 60; in report_time()
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilder.py338 seconds = delta.total_seconds()