Searched refs:ovlimit (Results 1 – 2 of 2) sorted by relevance
99 register int ovlimit; /* required digits to overflow */ in PyOS_strtoul() local203 ovlimit = digitlimit[base]; in PyOS_strtoul()207 if (ovlimit > 0) /* no overflow check required */ in PyOS_strtoul()212 if (ovlimit < 0) /* guaranteed overflow */ in PyOS_strtoul()231 --ovlimit; in PyOS_strtoul()
99 int ovlimit; /* required digits to overflow */ in PyOS_strtoul() local209 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()