Home | History | Annotate | Download | only in ia32

Lines Matching refs:byte_bit_index

1771   int byte_bit_index = bit_index & (kBitsPerByte - 1);
1773 static_cast<byte>(1 << byte_bit_index));