Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/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()