Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dstrtoi.h69 #define FLAG_OFLOW 0x2 /* Value overflow */ in strtoi() macro
135 flags |= FLAG_OFLOW; in strtoi()
139 flags |= FLAG_OFLOW; in strtoi()
154 if (flags & FLAG_OFLOW) { in strtoi()