Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 225) sorted by relevance

123456789

/picolibc-latest/newlib/libc/picolib/machine/xtensa/
Dtls.c40 #define _REG(n) # n argument
41 #define REG(n) _REG(n) argument
/picolibc-latest/newlib/libm/ld/common/
Ds_scalbnl.c30 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()
Dpolevll.c69 __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()
Ds_scalbln.c31 scalblnl (long double x, long n) in scalblnl()
/picolibc-latest/newlib/libc/stdlib/
Dmbtowc_r.c18 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 …]
Dmbrlen.c10 mbrlen(const char *__restrict s, size_t n, mbstate_t *__restrict ps) in mbrlen()
Dnano-calloc.c38 calloc(size_t n, size_t elem) in calloc()
/picolibc-latest/newlib/libc/posix/
Dregexec.c68 #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 …]
Drune.h49 #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/
Dtls.c48 #define _REG(n) "r" # n argument
49 #define REG(n) _REG(n) argument
/picolibc-latest/newlib/libc/include/sys/
D_select.h65 #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/
Dscalbnl.c37 scalbnl (long double x, int n) in scalbnl()
/picolibc-latest/newlib/libc/tinystdio/
Dgetline.c39 getline (char **restrict lineptr, size_t *restrict n, FILE *restrict stream) in getline()
/picolibc-latest/semihost/machine/x86/
De9_exit.c44 int n; in _exit() local
/picolibc-latest/semihost/machine/mips/
Dmips_exit.c42 int n; in _exit() local
/picolibc-latest/semihost/machine/powerpc/
Dpowerpc_exit.c45 int n; in _exit() local
/picolibc-latest/semihost/machine/sh/
Dsh_exit.c46 int n; in _exit() local
/picolibc-latest/semihost/machine/sparc/
Dsparc_exit.c45 int n; in _exit() local
/picolibc-latest/newlib/libc/machine/spu/
Dstrncat.c44 size_t n) in strncat()
Dstrncpy.c41 char * strncpy(char * __restrict__ dest, const char * __restrict__ src, size_t n) in strncpy()
/picolibc-latest/newlib/libc/string/
Dbcmp.c53 size_t n) in bcmp()
Dexplicit_bzero.c14 explicit_bzero(void *p, size_t n) in explicit_bzero()
Dwcsncmp.c67 size_t n) in wcsncmp()
Dwmemcpy.c65 size_t n) in wmemcpy()
Dwmemmove.c70 size_t n) in wmemmove()

123456789