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

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A D__secs_to_tm.c12 long long days, secs, years; local
23 secs = t - LEAPOCH;
24 days = secs / 86400;
25 remsecs = secs % 86400;
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in182 --seconds=<n> Length of time for dynamic profiles [default=30 secs]

Completed in 126 milliseconds