Home | History | Annotate | Download | only in common

Lines Matching defs:ndigits

474     int ndigits, i;
481 for (cp = code, ndigits = 0; cp; ++ndigits, cp >>= 4)
483 if (ndigits < 4)
484 ndigits = 4;
485 for (cp = code, i = ndigits; (cp || i > 0) && bufferLength; cp >>= 4, bufferLength--) {
489 buffer += ndigits;
490 length += ndigits;