/picolibc-3.5.0-3.4.0/picocrt/machine/x86/ |
D | crt0-64.S | 138 #define page1(base) \ argument 140 #define page2(base) \ argument 143 #define page4(base) \ argument 146 #define page8(base) \ argument 149 #define page16(base) \ argument 152 #define page32(base) \ argument 155 #define page32(base) \ argument 158 #define page64(base) \ argument 161 #define page128(base) \ argument 164 #define page256(base) \ argument [all …]
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | itoa.c | 36 int base) in __itoa() 65 int base) in itoa()
|
D | strtoull.c | 128 char **__restrict endptr, int base, locale_t loc) in _strtoull_l() 189 strtoull_l (const char *__restrict s, char **__restrict ptr, int base, in strtoull_l() 198 int base) in strtoull()
|
D | strtol.c | 124 char **__restrict endptr, int base, locale_t loc) in _strtol_l() 215 strtol_l (const char *__restrict s, char **__restrict ptr, int base, in strtol_l() 224 int base) in strtol()
|
D | strtoll.c | 132 char **__restrict endptr, int base, locale_t loc) in _strtoll_l() 214 strtoll_l (const char *__restrict s, char **__restrict ptr, int base, in strtoll_l() 223 int base) in strtoll()
|
D | utoa.c | 34 int base) in __utoa() 72 int base) in utoa()
|
D | wcstoimax.c | 61 wchar_t ** __restrict endptr, int base, locale_t loc) in wcstoimax_l() 136 wcstoimax(const wchar_t* __restrict nptr, wchar_t** __restrict endptr, int base) in wcstoimax()
|
D | strtoul.c | 131 strtoul_l (const char *__restrict nptr, char **__restrict endptr, int base, in strtoul_l() 193 int base) in strtoul()
|
D | wcstol.c | 134 int base, locale_t loc) in wcstol_l() 217 int base) in wcstol()
|
D | wcstoll.c | 133 int base, locale_t loc) in wcstoll_l() 215 int base) in wcstoll()
|
D | wcstoul.c | 134 int base, locale_t loc) in wcstoul_l() 195 int base) in wcstoul()
|
D | wcstoumax.c | 60 wchar_t ** __restrict endptr, int base, locale_t loc) in wcstoumax_l() 134 wcstoumax(const wchar_t* __restrict nptr, wchar_t** __restrict endptr, int base) in wcstoumax()
|
D | strtoimax.c | 59 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoimax_l() 150 strtoimax(const char* __restrict nptr, char** __restrict endptr, int base) in strtoimax()
|
D | strtoumax.c | 60 char ** __restrict endptr, int base, locale_t loc) in strtoumax_l() 130 strtoumax(const char* __restrict nptr, char** __restrict endptr, int base) in strtoumax()
|
D | wcstoull.c | 145 int base, locale_t loc) in wcstoull_l() 210 int base) in wcstoull()
|
/picolibc-3.5.0-3.4.0/semihost/machine/powerpc/ |
D | opal_console_write.c | 39 opal_console_write(int terminal, size_t len, const char *base) in opal_console_write()
|
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | strtoul_l.c | 44 int base, in strtoul_l()
|
D | strtoull_l.c | 44 int base, in strtoull_l()
|
D | strtol_l.c | 44 int base, in strtol_l()
|
D | strtoll_l.c | 44 int base, in strtoll_l()
|
D | ultoa_invert.c | 32 __ultoa_invert(ultoa_unsigned_t val, char *str, int base) in __ultoa_invert()
|
D | ryu_table.c | 97 const uint32_t base = i / POW5_TABLE_SIZE; in __double_computePow5() local 117 const uint32_t base = (i + POW5_TABLE_SIZE - 1) / POW5_TABLE_SIZE; in __double_computeInvPow5() local 140 const uint32_t base = i / POW5_TABLE_SIZE; in __double_computePow5() local 166 const uint32_t base = (i + POW5_TABLE_SIZE - 1) / POW5_TABLE_SIZE; in __double_computeInvPow5() local
|
/picolibc-3.5.0-3.4.0/test/ |
D | try-ilp32.h | 42 char *base; member
|
/picolibc-3.5.0-3.4.0/newlib/libc/locale/ |
D | newlocale.c | 116 struct __locale_t *base) in newlocale()
|
/picolibc-3.5.0-3.4.0/newlib/libc/search/ |
D | bsearch.c | 88 const void *base, in bsearch()
|