Searched refs:kExtraBits (Results 1 – 1 of 1) sorted by relevance
334 const int kExtraBits = (1 + kMaxLength * 7) - (sizeof(IntType) * 8); in checked_read_leb() local336 static_cast<byte>((0xFF << (8 - kExtraBits)) & 0xFF); in checked_read_leb()345 extra_bits_value = (static_cast<int8_t>(b << kExtraBits) >> 8) & in checked_read_leb()