Searched refs:CountDecimalDigit32 (Results 1 – 1 of 1) sorted by relevance
44 inline int CountDecimalDigit32(uint32_t n) { in CountDecimalDigit32() function70 int kappa = CountDecimalDigit32(p1); // kappa in [0, 9] in DigitGen()