Home
last modified time | relevance | path

Searched refs:ucutoff (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dstrtoi.h93 strtoi_utype ucutoff = (strtoi_utype) strtoi_max + flags; in strtoi() local
94 strtoi_type cutoff = ucutoff / base; in strtoi()
95 unsigned int cutlim = ucutoff % base; in strtoi()
140 val = (strtoi_type) ucutoff; in strtoi()