Searched refs:decBytes (Results 1 – 5 of 5) sorted by relevance
106 const int decBytes = LZ4_decompress_safe_continue( in test_decompress() local108 if(decBytes <= 0) break; in test_decompress()109 decOffset += decBytes; in test_decompress()110 write_bin(outFp, decPtr, decBytes); in test_decompress()
107 const int decBytes = LZ4_decompress_safe_continue( in test_decompress() local109 if (decBytes <= 0) break; in test_decompress()110 write_bin(outFp, decPtr, decBytes); in test_decompress()113 decOffset += decBytes; in test_decompress()
111 const int decBytes = LZ4_decompress_safe_continue( in test_decompress() local113 if(decBytes <= 0) in test_decompress()116 decOffset += decBytes; in test_decompress()117 write_bin(outFp, decPtr, decBytes); in test_decompress()
102 const int decBytes = LZ4_decompress_safe_continue( in test_decompress() local104 if(decBytes <= 0) { in test_decompress()107 write_bin(outFp, decPtr, (size_t) decBytes); in test_decompress()
158 const int decBytes = LZ4_decompress_safe_continue( in test_decompress() local160 if(decBytes <= 0) { exit(5); } in test_decompress()163 int blockLength = MIN(length, (decBytes - offset)); in test_decompress()