Home | History | Annotate | Download | only in objects

Lines Matching refs:new_digit

1963     digit_t new_digit = x->digit(i);
1965 int current = (digit | (new_digit << available_bits)) & char_mask;
1968 digit = new_digit >> consumed_bits;