Lines Matching defs:ud
13987 // Calculate ud, the upper bound's digit, and update upper_delta.13988 uint8_t ud = (((uint32_t)ui) < upper.num_digits) ? upper.digits[ui] : 0;13990 if ((hd + 1) < ud) {13995 } else if (hd != ud) {14002 if ((hd != 9) || (ud != 0)) {