Home
last modified time | relevance | path

Searched refs:readCount0 (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/examples/
DblockStreaming_doubleBuffer.c89 const size_t readCount0 = read_int(inpFp, &cmpBytes); in test_decompress() local
90 if(readCount0 != 1 || cmpBytes <= 0) { in test_decompress()