Home
last modified time | relevance | path

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

/third_party/python/Python/
Dmystrtoul.c99 int ovlimit; /* required digits to overflow */ in PyOS_strtoul() local
209 ovlimit = digitlimit[base]; in PyOS_strtoul()
213 if (ovlimit > 0) /* no overflow check required */ in PyOS_strtoul()
218 if (ovlimit < 0) /* guaranteed overflow */ in PyOS_strtoul()
237 --ovlimit; in PyOS_strtoul()