scummvm/test/common
Bastien Bouclet bb27669026 COMMON: Refill the stream buffer after making a large read
After reading directly from the parent stream, the buffer needs to be
filled with the end of the read data so seeking back in the stream into
the buffered area and reading returns data consistent with the parent
stream.

Fixes bug #11342 (PSP port only).
2020-02-07 18:33:56 +01:00
..
algorithm.h
array.h
bitstream.h COMMON: Rework the BitStream class to improve its performance 2019-04-13 16:24:25 +03:00
bufferedreadstream.h
bufferedseekablereadstream.h COMMON: Refill the stream buffer after making a large read 2020-02-07 18:33:56 +01:00
endian.h
fixedstack.h
func.h
hash-str.h
hashmap.h
huffman.h COMMON: Use a prefix table to speed up the Huffman decoder 2019-04-13 16:24:25 +03:00
list.h
math.h TESTS: Reduce error for double precision math test 2019-04-12 01:37:59 +01:00
md5.h
memoryreadstream.h
memoryreadstreamendian.h
memorywritestream.h
pack.h
ptr.h
queue.h
rational.h
rect.h
rendermode.h
seekablesubreadstream.h
serializer.h
span.h
stack.h
str.h COMMON: add tests for Common::String 2019-04-06 15:02:58 +03:00
stream.h
subreadstream.h
tokenizer.h
util.h COMMON: add test for Common::isPunct 2019-04-06 15:02:58 +03:00