Home | History | Annotate | Download | only in main

Lines Matching refs:bit_index

325    int bit_index = offset % 8;
326 int n_bits_in_byte = MIN2(n_bits, 8 - bit_index);
331 result |= ((block[byte_index] >> bit_index) &
341 bit_index = 0;