Searched defs:cutlim (Results 1 – 13 of 13) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | strtoi.h | 111 unsigned int cutlim = ucutoff % base; in strtoi() local 114 unsigned int cutlim = strtoi_max % base; in strtoi() local
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | wcstoimax.c | 67 int neg = 0, any, cutlim; in wcstoimax_l() local
|
D | strtoul.c | 138 register int neg = 0, any, cutlim; in strtoul_l() local
|
D | wcstol.c | 140 register int neg = 0, any, cutlim; in wcstol_l() local
|
D | wcstoll.c | 139 register int neg = 0, any, cutlim; in wcstoll_l() local
|
D | wcstoul.c | 140 register int neg = 0, any, cutlim; in wcstoul_l() local
|
D | wcstoumax.c | 66 int neg = 0, any, cutlim; in wcstoumax_l() local
|
D | strtoimax.c | 66 int neg = 0, any = 0, cutlim; in strtoimax_l() local
|
D | strtoumax.c | 66 int neg = 0, any, cutlim; in strtoumax_l() local
|
D | wcstoull.c | 151 register int neg = 0, any, cutlim; in wcstoull_l() local
|
D | strtoull.c | 134 register int neg = 0, any, cutlim; in _strtoull_l() local
|
D | strtol.c | 130 register int neg = 0, any, cutlim; in _strtol_l() local
|
D | strtoll.c | 138 register int neg = 0, any, cutlim; in _strtoll_l() local
|