Home
last modified time | relevance | path

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

/picolibc-latest/test/semihost/
Dsemihost-times.c50 double seconds; in main() local
63 seconds = ((double) (end - begin)) / (double) ticks_per_second; in main()
64 printf("delta %ld seconds %.17g\n", (long) end - (long) begin, seconds); in main()
/picolibc-latest/newlib/libc/machine/spu/
Dsleep.c12 unsigned sleep(unsigned seconds) in sleep() argument
16 ts.tv_sec = seconds; in sleep()
/picolibc-latest/newlib/libc/time/
Dtime.tex28 and quantities of type @code{time_t} resolve to seconds.) @code{size_t}
37 Seconds, between 0 and 60 inclusive (60 allows for leap seconds).
/picolibc-latest/newlib/
DChangeLog-2015446 * libc/time/strftime.c (__strftime): add support for %s (seconds from