Lines Matching refs:byte_bit_index
1559 int byte_bit_index = bit_index & (kBitsPerByte - 1);1561 static_cast<byte>(1 << byte_bit_index));