Searched refs:bits_past_byte_boundary (Results 1 – 1 of 1) sorted by relevance
44 int bits_past_byte_boundary = i % 8; in GetShiftBits() local45 if (bits_past_byte_boundary == 0) { in GetShiftBits()48 return 8 - bits_past_byte_boundary; in GetShiftBits()