Searched refs:compressed_size (Results 1 – 1 of 1) sorted by relevance
307 ulong compressed_size; member325 buf->compressed_buf, buf->compressed_size, in run_test_internal()326 &buf->compressed_size) == 0); in run_test_internal()327 printf("\tcompressed_size:%lu\n", buf->compressed_size); in run_test_internal()328 errcheck(buf->compressed_size > 0); in run_test_internal()329 errcheck(buf->compressed_size < buf->orig_size); in run_test_internal()356 buf->compare_buf, buf->compressed_size - 1, in run_test_internal()358 errcheck(((char *)buf->compare_buf)[buf->compressed_size] == 'A'); in run_test_internal()364 ret = uncompress(uts, buf->compressed_buf, buf->compressed_size, in run_test_internal()390 buf->compressed_size = TEST_BUFFER_SIZE; in run_test()[all …]
Completed in 4 milliseconds