Searched refs:kBitsOfByte (Results 1 – 1 of 1) sorted by relevance
32 constexpr int64 kBitsOfByte = 8; variable56 constexpr int64 kShiftBits = sizeof(T) / sizeof(uint8) * kBitsOfByte; in PackToUint32()113 std::vector<uint32> shift_vec(unpack_size, kBitsOfByte * bytes_of_type);120 bit_mask <<= kBitsOfByte;