/picolibc-latest/picocrt/machine/x86/ |
D | crt0-64.S | 139 #define page1(base) \ argument 141 #define page2(base) \ argument 144 #define page4(base) \ argument 147 #define page8(base) \ argument 150 #define page16(base) \ argument 153 #define page32(base) \ argument 156 #define page32(base) \ argument 159 #define page64(base) \ argument 162 #define page128(base) \ argument 165 #define page256(base) \ argument [all …]
|
/picolibc-latest/newlib/libc/stdlib/ |
D | itoa.c | 37 int base) in __itoa() 66 int base) in itoa()
|
D | strtol.c | 123 char **__restrict endptr, int base, locale_t loc) in _strtol_l() 214 strtol_l (const char *__restrict s, char **__restrict ptr, int base, in strtol_l() 223 int base) in strtol()
|
D | strtoll.c | 131 char **__restrict endptr, int base, locale_t loc) in _strtoll_l() 213 strtoll_l (const char *__restrict s, char **__restrict ptr, int base, in strtoll_l() 222 int base) in strtoll()
|
D | strtoull.c | 127 char **__restrict endptr, int base, locale_t loc) in _strtoull_l() 188 strtoull_l (const char *__restrict s, char **__restrict ptr, int base, in strtoull_l() 197 int base) in strtoull()
|
D | utoa.c | 35 int base) in __utoa() 73 int base) in utoa()
|
D | strtoul.c | 130 strtoul_l (const char *__restrict nptr, char **__restrict endptr, int base, in strtoul_l() 192 int base) in strtoul()
|
D | wcstoimax.c | 58 wchar_t ** __restrict endptr, int base, locale_t loc) in wcstoimax_l() 133 wcstoimax(const wchar_t* __restrict nptr, wchar_t** __restrict endptr, int base) in wcstoimax()
|
D | wcstol.c | 131 int base, locale_t loc) in wcstol_l() 214 int base) in wcstol()
|
D | wcstoll.c | 132 int base, locale_t loc) in wcstoll_l() 214 int base) in wcstoll()
|
D | wcstoul.c | 132 int base, locale_t loc) in wcstoul_l() 193 int base) in wcstoul()
|
D | wcstoumax.c | 57 wchar_t ** __restrict endptr, int base, locale_t loc) in wcstoumax_l() 131 wcstoumax(const wchar_t* __restrict nptr, wchar_t** __restrict endptr, int base) in wcstoumax()
|
D | strtoimax.c | 57 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoimax_l() 148 strtoimax(const char* __restrict nptr, char** __restrict endptr, int base) in strtoimax()
|
D | strtoumax.c | 58 char ** __restrict endptr, int base, locale_t loc) in strtoumax_l() 128 strtoumax(const char* __restrict nptr, char** __restrict endptr, int base) in strtoumax()
|
D | wcstoull.c | 144 int base, locale_t loc) in wcstoull_l() 209 int base) in wcstoull()
|
/picolibc-latest/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-latest/newlib/libc/tinystdio/ |
D | ultoa_invert.c | 110 udivmod(ultoa_unsigned_t val, int base, char *dig) in udivmod() 132 __ultoa_invert(ultoa_unsigned_t val, char *str, int base) in __ultoa_invert()
|
D | strtol_l.c | 41 int base, in strtol_l()
|
D | strtoll_l.c | 41 int base, in strtoll_l()
|
D | strtoul_l.c | 41 int base, in strtoul_l()
|
D | strtoull_l.c | 41 int base, in strtoull_l()
|
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-latest/test/ |
D | try-ilp32.h | 42 char *base; member
|
/picolibc-latest/newlib/libc/locale/ |
D | newlocale.c | 110 struct __locale_t *base) in newlocale()
|
/picolibc-latest/newlib/libc/search/ |
D | bsearch.c | 88 const void *base, in bsearch()
|