/picolibc-latest/newlib/libc/picolib/machine/xtensa/ |
D | tls.c | 40 #define _REG(n) # n argument 41 #define REG(n) _REG(n) argument
|
/picolibc-latest/newlib/libm/ld/common/ |
D | s_scalbnl.c | 30 scalbnl (long double x, int n) in scalbnl() 61 scalbnl(long double x, int n) in scalbnl() 78 ldexpl(long double x, int n) in ldexpl()
|
D | polevll.c | 69 __polevll(long double x, const long double *P, int n) in __polevll() 86 __p1evll(long double x, const long double *P, int n) in __p1evll()
|
D | s_scalbln.c | 31 scalblnl (long double x, long n) in scalblnl()
|
/picolibc-latest/newlib/libc/stdlib/ |
D | mbtowc_r.c | 18 size_t n, in __ascii_mbtowc() 83 ___iso_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in ___iso_mbtowc() 121 __iso_8859_1_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_1_mbtowc() 128 __iso_8859_2_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_2_mbtowc() 135 __iso_8859_3_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_3_mbtowc() 142 __iso_8859_4_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_4_mbtowc() 149 __iso_8859_5_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_5_mbtowc() 156 __iso_8859_6_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_6_mbtowc() 163 __iso_8859_7_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_7_mbtowc() 170 __iso_8859_8_mbtowc (struct _reent *r, wchar_t *pwc, const char *s, size_t n, in __iso_8859_8_mbtowc() [all …]
|
D | mbrlen.c | 10 mbrlen(const char *__restrict s, size_t n, mbstate_t *__restrict ps) in mbrlen()
|
D | nano-calloc.c | 38 calloc(size_t n, size_t elem) in calloc()
|
/picolibc-latest/newlib/libc/posix/ |
D | regexec.c | 68 #define SET0(v, n) ((v) &= ~((unsigned long)1 << (n))) argument 69 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) argument 70 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) argument 74 #define STATESETUP(m, n) /* nothing */ argument 78 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument 83 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) argument 84 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) argument 85 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) argument 115 #define SET0(v, n) ((v)[n] = 0) argument 116 #define SET1(v, n) ((v)[n] = 1) argument [all …]
|
D | rune.h | 49 #define sgetrune(s, n, r) (*__sgetrune)((s), (n), (r)) argument 50 #define sputrune(c, s, n, r) (*__sputrune)((c), (s), (n), (r)) argument
|
/picolibc-latest/newlib/libc/picolib/machine/arc/ |
D | tls.c | 48 #define _REG(n) "r" # n argument 49 #define REG(n) _REG(n) argument
|
/picolibc-latest/newlib/libc/include/sys/ |
D | _select.h | 65 #define __fdset_mask(n) ((__fd_mask)1 << ((n) % __NFDBITS)) argument 66 #define FD_CLR(n, p) ((p)->__fds_bits[(n)/__NFDBITS] &= ~__fdset_mask(n)) argument 70 #define FD_ISSET(n, p) (((p)->__fds_bits[(n)/__NFDBITS] & __fdset_mask(n)) != 0) argument 71 #define FD_SET(n, p) ((p)->__fds_bits[(n)/__NFDBITS] |= __fdset_mask(n)) argument
|
/picolibc-latest/newlib/libm/common/ |
D | scalbnl.c | 37 scalbnl (long double x, int n) in scalbnl()
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | getline.c | 39 getline (char **restrict lineptr, size_t *restrict n, FILE *restrict stream) in getline()
|
/picolibc-latest/semihost/machine/x86/ |
D | e9_exit.c | 44 int n; in _exit() local
|
/picolibc-latest/semihost/machine/mips/ |
D | mips_exit.c | 42 int n; in _exit() local
|
/picolibc-latest/semihost/machine/powerpc/ |
D | powerpc_exit.c | 45 int n; in _exit() local
|
/picolibc-latest/semihost/machine/sh/ |
D | sh_exit.c | 46 int n; in _exit() local
|
/picolibc-latest/semihost/machine/sparc/ |
D | sparc_exit.c | 45 int n; in _exit() local
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | strncat.c | 44 size_t n) in strncat()
|
D | strncpy.c | 41 char * strncpy(char * __restrict__ dest, const char * __restrict__ src, size_t n) in strncpy()
|
/picolibc-latest/newlib/libc/string/ |
D | bcmp.c | 53 size_t n) in bcmp()
|
D | explicit_bzero.c | 14 explicit_bzero(void *p, size_t n) in explicit_bzero()
|
D | wcsncmp.c | 67 size_t n) in wcsncmp()
|
D | wmemcpy.c | 65 size_t n) in wmemcpy()
|
D | wmemmove.c | 70 size_t n) in wmemmove()
|