Searched refs:bits_to_copy_from_current_byte (Results 1 – 1 of 1) sorted by relevance
181 int bits_to_copy_from_current_byte = (right_boundary_bit_position % 8); in UnpackUint64FromByteStringAt() local182 int lower_bits_mask = (1 << bits_to_copy_from_current_byte) - 1; in UnpackUint64FromByteStringAt()185 bits_left_to_unpack -= bits_to_copy_from_current_byte; in UnpackUint64FromByteStringAt()