Searched refs:value_shift (Results 1 – 1 of 1) sorted by relevance
40 int value_shift = LeastSignificant(format) ? 1 : 0; in pw_varint_EncodeCustom() local41 int term_shift = value_shift == 1 ? 0 : 7; in pw_varint_EncodeCustom()61 << value_shift; in pw_varint_EncodeCustom()