Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 45) sorted by relevance

12

/picolibc-3.7.0-3.6.0/test/
Dtimegm.h36 .time = 1804289383,
50 .time = 846930886,
64 .time = 1681692777,
78 .time = 1714636915,
92 .time = 1957747793,
106 .time = 424238335,
120 .time = 719885386,
134 .time = 1649760492,
148 .time = 596516649,
162 .time = 1189641421,
[all …]
Dtimegm.c45 time_t time; member
59 tests[i].time = random(); in main()
60 gmtime_r(&tests[i].time, &tests[i].tm); in main()
62 printf (" .time = %ld,\n", tests[i].time); in main()
79 time_t time; in main() local
82 time = tests[i].time; in main()
83 ptm = gmtime(&time); in main()
123 time = timegm(&tmp); in main()
124 if (time != tests[i].time) { in main()
125 printf("time: got %ld want %ld\n", (long) time, (long) tests[i].time); in main()
DCMakeLists.txt53 time-tests
/picolibc-3.7.0-3.6.0/newlib/libc/locale/
Dnl_langinfo.c50 const struct lc_time_T * (*time)(struct __locale_t *); member
80 _NLITEM (time, codeset),
81 _NLITEM (time, wmon[0]),
82 _NLITEM (time, wmon[1]),
83 _NLITEM (time, wmon[2]),
84 _NLITEM (time, wmon[3]),
85 _NLITEM (time, wmon[4]),
86 _NLITEM (time, wmon[5]),
87 _NLITEM (time, wmon[6]),
88 _NLITEM (time, wmon[7]),
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dtime.tex18 @chapter Time Functions (@file{time.h})
20 This chapter groups functions used either for reporting on time
21 (elapsed, current, or compute time) or to perform calculations based
22 on time.
24 The header file @file{time.h} defines three types. @code{clock_t} and
25 @code{time_t} are both used for representations of time particularly
31 @file{time.h} also defines the structure @code{tm} for the traditional
32 representation of Gregorian calendar time as a series of numbers, with
68 * asctime:: Format time as string
69 * clock:: Cumulative processor time
[all …]
Dtime.c51 time (time_t * t) in time() function
Dmeson.build52 'time.c',
67 message('libc/time/' + file + ': machine overrides generic')
69 message('libc/time/' + s_file + ': machine overrides generic')
DCMakeLists.txt52 time.c
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dspu_clock_svcs.c78 int64_t time; in spu_clock_read() local
88 time = __spu_tb_val + (__spu_tb_timeout - spu_readch (SPU_RdDec)); in spu_clock_read()
92 return time; in spu_clock_read()
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dtimeb.h56 time_t time; member
DCMakeLists.txt64 time.h
Dmeson.build64 'time.h',
/picolibc-3.7.0-3.6.0/doc/
Dctype.md7 efficient in code space and time for each indivdual test, but the
Dprintf.md12 link time based on knowledge of the requirements of the
39 However, the defsym approach does not work with link-time
49 the picolibc built-time option, `-Dformat-default`, which defaults to
196 There's a build-time option available that enables long-long support
208 In addition to the application build-time options, picolibc includes a
209 number of picolibc build-time options to control the feature set (and
262 requirement for heap support in the run time system. Here are the
/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dwcstrings.tex22 * wcsftime:: Convert date and time to a formatted wide-character string
81 @include time/wcsftime.def
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/
Dstrcmp.S79 # examine full words at a time, favoring strings of a couple dozen chars
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201557 <sys/time.h> to avoid cyclic header file dependencies. Include
61 * libc/include/sys/time.h: Include <sys/select.h> if
389 * libc/time/Makefile.am : Ditto.
399 * libc/time/wcsftime.c: Consistently use an em-dash in FUNCTION
446 * libc/time/strftime.c (__strftime): add support for %s (seconds from
620 * libc/include/sys/time.h: Explicitely include sys/cdefs.h.
687 * libc/time/tzset.c: Add and mark up parameter in SYNOPSIS.
727 * libc/time/gmtime_r.c (gmtime_r): use faster algorithm from
774 * libc/include/sys/time.h: Include sys/select.h on Cygwin. Explain why.
829 * libc/sys/time.h>: Replace __uint32_t with uint32_t and
[all …]
DNEWS61 - move of __tzrules_struct from time.h to internal header
77 - <sys/time.h> and <sys/_timespec.h> synced with FreeBSD
78 - timeval macros moved to <sys/time.h>
107 - locking routine retargetting at link time
/picolibc-3.7.0-3.6.0/newlib/testsuite/
Dmeson.build48 'newlib.time',
/picolibc-3.7.0-3.6.0/newlib/libc/
DCMakeLists.txt52 add_subdirectory(time)
Dmeson.build38 'string', 'time', 'xdr', 'locale']
/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/
DCMakeLists.txt52 time.h
Dmeson.build52 'time.h',
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dtime.h106 time_t time (time_t *_timer);
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/
Dstrncat.S48 …add #0, r14, r3 ; Restore the number of bytes to copy (again), but this time set the Z flag as wel…

12