Home
last modified time | relevance | path

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

12

/picolibc-3.5.0-3.4.0/picocrt/machine/x86/
Dcrt0-64.S138 #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/
Ditoa.c36 int base) in __itoa()
65 int base) in itoa()
Dstrtoull.c128 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()
Dstrtol.c124 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()
Dstrtoll.c132 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()
Dutoa.c34 int base) in __utoa()
72 int base) in utoa()
Dwcstoimax.c61 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()
Dstrtoul.c131 strtoul_l (const char *__restrict nptr, char **__restrict endptr, int base, in strtoul_l()
193 int base) in strtoul()
Dwcstol.c134 int base, locale_t loc) in wcstol_l()
217 int base) in wcstol()
Dwcstoll.c133 int base, locale_t loc) in wcstoll_l()
215 int base) in wcstoll()
Dwcstoul.c134 int base, locale_t loc) in wcstoul_l()
195 int base) in wcstoul()
Dwcstoumax.c60 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()
Dstrtoimax.c59 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()
Dstrtoumax.c60 char ** __restrict endptr, int base, locale_t loc) in strtoumax_l()
130 strtoumax(const char* __restrict nptr, char** __restrict endptr, int base) in strtoumax()
Dwcstoull.c145 int base, locale_t loc) in wcstoull_l()
210 int base) in wcstoull()
/picolibc-3.5.0-3.4.0/semihost/machine/powerpc/
Dopal_console_write.c39 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/
Dstrtoul_l.c44 int base, in strtoul_l()
Dstrtoull_l.c44 int base, in strtoull_l()
Dstrtol_l.c44 int base, in strtol_l()
Dstrtoll_l.c44 int base, in strtoll_l()
Dultoa_invert.c32 __ultoa_invert(ultoa_unsigned_t val, char *str, int base) in __ultoa_invert()
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-3.5.0-3.4.0/test/
Dtry-ilp32.h42 char *base; member
/picolibc-3.5.0-3.4.0/newlib/libc/locale/
Dnewlocale.c116 struct __locale_t *base) in newlocale()
/picolibc-3.5.0-3.4.0/newlib/libc/search/
Dbsearch.c88 const void *base, in bsearch()

12