Home | History | Annotate | Download | only in common

Lines Matching defs:ndigits

477     int ndigits, i;
484 for (cp = code, ndigits = 0; cp; ++ndigits, cp >>= 4)
486 if (ndigits < 4)
487 ndigits = 4;
488 for (cp = code, i = ndigits; (cp || i > 0) && bufferLength; cp >>= 4, bufferLength--) {
492 buffer += ndigits;
493 length += ndigits;