Home | History | Annotate | Download | only in Modules

Lines Matching full:bigger

464         /* |s| can't be bigger than about
471 /* |d| can't be bigger than about
501 /* |y| can't be bigger than about
1327 size_t bigger = totalnew << 1;
1328 if ((bigger >> 1) != totalnew) { /* overflow */
1332 if (_PyString_Resize(&newfmt, bigger) < 0)
1334 totalnew = bigger;