Home
last modified time | relevance | path

Searched refs:now (Results 1 – 22 of 22) sorted by relevance

/picolibc-latest/newlib/libc/machine/nvptx/
Dclock.c11 unsigned long long now; in clock() local
13 asm volatile("mov.u64 %0, %%globaltimer;" : "=r"(now)); in clock()
14 return now/((1000000000ull)/CLOCKS_PER_SEC); in clock()
16 asm volatile("mov.u64 %0, %%clock64;" : "=r"(now)); in clock()
18 return now/((1250000000ull)/CLOCKS_PER_SEC); in clock()
/picolibc-latest/newlib/libc/time/
Dtime.c52 struct timeval now; in time() local
54 if (gettimeofday (&now, NULL) < 0) in time()
55 now.tv_sec = (time_t) -1; in time()
58 *t = now.tv_sec; in time()
59 return now.tv_sec; in time()
/picolibc-latest/test/semihost/
Dsemihost-time.c44 uintptr_t now = sys_semihost_time(); in main() local
46 if (now < NOT_BEFORE) { in main()
47 printf("time %ld is too old\n", (long) now); in main()
/picolibc-latest/newlib/libm/test/
Ddcvt.c211 char *now, in dcvt_round() argument
219 now --; in dcvt_round()
229 for (p = now;!ok && p >= start; p--) in dcvt_round()
249 p = now; in dcvt_round()
/picolibc-latest/newlib/libc/machine/i960/
Dstrdup.S64 mov r3,g1 # Original string addr is now src for copy
Dmemset.S99 mov g4,g5 # now have a longword of char
/picolibc-latest/newlib/libc/machine/rx/
Dmemchr.S23 sub #1, r1 ; We have found a match, bit now R1 points to the byte after the match.
/picolibc-latest/newlib/libc/machine/m32c/
Dsetjmp.S131 ;; now return to our caller with this newly restored frame
/picolibc-latest/
DREADME.md250 strict standards conformance, there's now an option that enables
254 present. This is required by the latest qemu which now more
418 now, that's only arm platforms where any soft float implementations
508 raise now directly invokes _exit. This makes using assert and abort
543 code now detects all of that at compile time rather than build time
561 can now build and run the dhrystone benchmark without any further
709 to check for out-of-memory. Picolibc now passes all of the glibc
715 15. Tinystdio version of fcvt now has a static buffer large enough to
884 spec. All architectures now fall back to the default code
922 all now verified to match the C19 and Posix standards in this
[all …]
DCONTRIBUTING.md80 We're using the issue tracker on Github for now; if you have issues,
DCMakeLists.txt79 # Set all configure values to defaults for now
/picolibc-latest/.github/workflows/
Dhead18 # CCache is disabled for the Linux jobs for now.
/picolibc-latest/newlib/libc/machine/rl78/
Dsetjmp.S117 ;; The sp we have now includes one more pushed reg, plus $PC
/picolibc-latest/doc/
Dembedsource.md16 Your source directory could now look something like this:
Dprintf.md25 * Printf uses within picolibc (which are all integer-only) now share
29 * Printf optimizations in the compiler which map to puts or fputs now
165 Selecting the long-long variant reduces the size further, but now the
175 Going to integer-only reduces the size even further, but now it
/picolibc-latest/newlib/libc/machine/arc64/
Dmemcpy.S138 bmsk_s r2, r2, 4 ; From now on, we only care for the remainder % 32
Dmemchr.S52 ; r1 is now setup with the special 4 byte repetition of the target byte
181 ; r1 is now setup with the special 4 byte repetition of the target byte
Dmemmove.S256 bmsk_s r2, r2, 4 ; From now on, we only care for the remainder % 32
Dstrcat.S246 ; r11 now contains the data to write
480 ; r11 now contains the data to write
/picolibc-latest/newlib/
DNEWS72 - nanf() and HUGE_VALF now used in libm float routines to reduce size
348 _reent. These are no longer necessary since there are now functions
355 * Cross compiler target libraries are now built in a subdir of the top level
DChangeLog-20151390 the now one-and-only supported o32 FP64 ABI extension. Also
4887 (__locale_charset): Add (but disable for now) returning codeset from
4889 (__locale_mb_cur_max): Add (but disable for now) returning mb_cur_max
4984 (_seekdir): A loc of 0 now means rewind dir.
5971 cygwin-specific code, now that cygwin has its own version.
6082 sf_fpclassify as these are now used for infinity testing.
6188 deprecated (because now removed from math.h, are not used anywhere
6838 defined. Define _MB_EXTENDED_CHARSETS_ALL on Cygwin only for now.
7161 ttyname*c files that are now split).
7385 for __sccl since now in local.h.
[all …]
DHOWTO267 anymore (since Newlib only produces a single Makefile now), this does not