Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 46) sorted by relevance

12

/picolibc-latest/picocrt/machine/x86/
Dcrt0-64.S139 #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/
Ditoa.c37 int base) in __itoa()
66 int base) in itoa()
Dstrtol.c123 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()
Dstrtoll.c131 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()
Dstrtoull.c127 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()
Dutoa.c35 int base) in __utoa()
73 int base) in utoa()
Dstrtoul.c130 strtoul_l (const char *__restrict nptr, char **__restrict endptr, int base, in strtoul_l()
192 int base) in strtoul()
Dwcstoimax.c58 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()
Dwcstol.c131 int base, locale_t loc) in wcstol_l()
214 int base) in wcstol()
Dwcstoll.c132 int base, locale_t loc) in wcstoll_l()
214 int base) in wcstoll()
Dwcstoul.c132 int base, locale_t loc) in wcstoul_l()
193 int base) in wcstoul()
Dwcstoumax.c57 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()
Dstrtoimax.c57 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()
Dstrtoumax.c58 char ** __restrict endptr, int base, locale_t loc) in strtoumax_l()
128 strtoumax(const char* __restrict nptr, char** __restrict endptr, int base) in strtoumax()
Dwcstoull.c144 int base, locale_t loc) in wcstoull_l()
209 int base) in wcstoull()
/picolibc-latest/semihost/machine/powerpc/
Dopal_console_write.c39 opal_console_write(int terminal, size_t len, const char *base) in opal_console_write()
/picolibc-latest/newlib/libc/tinystdio/
Dultoa_invert.c110 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()
Dstrtol_l.c41 int base, in strtol_l()
Dstrtoll_l.c41 int base, in strtoll_l()
Dstrtoul_l.c41 int base, in strtoul_l()
Dstrtoull_l.c41 int base, in strtoull_l()
Dryu_table.c97 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/
Dtry-ilp32.h42 char *base; member
/picolibc-latest/newlib/libc/locale/
Dnewlocale.c110 struct __locale_t *base) in newlocale()
/picolibc-latest/newlib/libc/search/
Dbsearch.c88 const void *base, in bsearch()

12