Home | History | Annotate | Download | only in main

Lines Matching refs:byte_index

324    int byte_index = offset / 8;
331 result |= ((block[byte_index] >> bit_index) &
340 byte_index++;