Skip to main content

count_bit

Function count_bit 

Source
pub fn count_bit(ix: &[i32], start: u32, end: u32, table: u32) -> i32
Expand description

Count the number of bits necessary to code the subregion Corresponds to count_bit() in l3loop.c