Searched refs:remaining_bytes_index (Results 1 – 4 of 4) sorted by relevance
52 let remaining_bytes_index = offset / 8 + if offset % 8 == 0 { 0 } else { 1 }; in bits() localVariable53 Ok((rest.slice(remaining_bytes_index..), result)) in bits()
67 let remaining_bytes_index = offset / BYTE + if offset % BYTE == 0 { 0 } else { 1 }; in bits() localVariable68 let _ = rest.next_slice(remaining_bytes_index); in bits()