Searched refs:InvalidStream (Results 1 - 1 of 1) sorted by relevance

/external/brotli/research/
H A Dbrotlidump.py17 class InvalidStream(Exception): pass class in inherits:Exception
702 InvalidStream: Zeros in high nibble of MLEN
726 if index>4 and extra>>extraBits-4==0: raise InvalidStream(
773 InvalidStream: Zeros in high byte of SKIPBYTES
795 raise InvalidStream('Zeros in high byte of SKIPBYTES')

Completed in 130 milliseconds