Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d331 ptrdiff_t maxStrip = lenBytes - minPadding; member
332 while (z< buff.length-1 && (buff[z]=='0' || buff[z]==padChar) && maxStrip>0)
335 --maxStrip;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d474 ptrdiff_t maxStrip = lenBytes - minPadding;
475 while (z< buff.length-1 && (buff[z]=='0' || buff[z]==padChar) && maxStrip>0)
478 --maxStrip;