Lines Matching defs:new_digit
13768 uint8_t new_digit = ((uint8_t)(n >> shift));13770 h->digits[wx++] = new_digit;13775 uint8_t new_digit = ((uint8_t)(n >> shift));13778 h->digits[wx++] = new_digit;13779 } else if (new_digit > 0) {