Searched refs:before (Results 1 – 25 of 25) sorted by relevance
/picolibc-latest/newlib/libc/argz/ |
D | argz_insert.c | 18 char *before, in argz_insert() argument 24 if (before == NULL) in argz_insert() 27 if (before < *argz || before >= *argz + *argz_len) in argz_insert() 30 while (before != *argz && before[-1]) in argz_insert() 31 before--; in argz_insert() 34 delta = before - *argz; in argz_insert()
|
/picolibc-latest/newlib/libc/include/ |
D | argz.h | 31 error_t argz_insert (char **argz, size_t *argz_len, char *before, const char *entry);
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.tex | 108 @code{1} indicates the local currency symbol is used before a 120 @code{1} indicates the local currency symbol is used before a 134 number; @code{1} means the sign is placed before both the number and the 136 and the currency symbol; @code{3} means the sign is placed just before
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strchr.S | 122 cmpobne 0,g6,Lsearch_for_char.a # quit if null comes before char
|
D | memset.S | 92 bne.t Lbgn_cloop # loop if more bytes to store before longword
|
D | strchr_ca.S | 144 cmpobne.t 0,g6,Lsearch_for_char.a # quit if null comes before char
|
/picolibc-latest/ |
D | CONTRIBUTING.md | 28 need to make sure that's installed before you start trying to build 65 the mailing list before it will let you post anything
|
D | meson.build | 1064 # ld.lld before version 15 did not support linker relaxations, disable 1652 # before attempting to run test fragments during configuration. That
|
D | README.md | 172 repeat even if they aren't used before another name is generated. 864 write is complete before executing any FPU instructions.
|
/picolibc-latest/newlib/libc/machine/avr/ |
D | setjmp.S | 144 ; restore stack pointer (SP value before the setjmp() call) and SREG
|
D | macros.inc | 331 LPM_R0_ZPLUS_INIT is used before the loop to initialize RAMPZ
|
/picolibc-latest/doc/ |
D | init.md | 20 called before the init array contents are evaluated.
|
D | linking.md | 59 memory which needs to be initialized before your application starts. 134 in the list is called during program initialization, before 141 before `main()`.
|
D | using.md | 133 One common use for semihosting is to generate debug messages before 152 before it calls main and then goes into an infinite loop after main
|
D | locking.md | 102 many times as it has acquired it before the mutex is unlocked.
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcmp.S | 220 ; to the end (they will be executed just before the next iteration 222 ; instructions need to be duplicated before the loop start as well:
|
D | memcpy.S | 98 ;; at least 16bytes before, thus, we can create a new 16byte load which
|
/picolibc-latest/newlib/libm/math/ |
D | math.tex | 121 having been written before C99 was released. One of these days we'll get 137 @c before cbrt).
|
/picolibc-latest/hello-world/ |
D | README.md | 65 specifies those by setting a few values before including
|
/picolibc-latest/newlib/libc/sys/rtems/include/ |
D | README | 11 architectures such as CHERI may support ZFS before they support DTrace
|
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 33 ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2,
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 68 lock before return. 1356 after year 2069 or before year 1901. Ideas for solution taken from 4102 Move __HAVE_LOCALE_INFO_EXTENDED__ before codeset. 5151 AC_NO_EXECUTABLES before NEWLIB_CONFIGURE. 5606 containing useless constant before advancing fp sp over it. 5681 * acinclude.m4: Don't reset CFLAGS before calling _AC_PROG_CC_G 6228 IP before saving. Likewise when restoring. 6263 * libc/stdio/fgetc.c: Make sure sfp lock is acquired before the 6264 file lock and released before the file lock to avoid a deadlock 6618 * libc/include/stdio.h [__SCLE] (__sgetc_r): Prototype before define [all …]
|
D | HOWTO | 153 should try to match $host (or similar) settings before running. Settings
|
D | README | 182 and as mentioned before, newlib has no concept of target.
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1218 Endian for the LE systems) since they are compile for the system before
|