Searched refs:compressed_size (Results 1 – 1 of 1) sorted by relevance
362 ulong compressed_size; member380 buf->compressed_buf, buf->compressed_size, in run_test_internal()381 &buf->compressed_size)); in run_test_internal()382 printf("\tcompressed_size:%lu\n", buf->compressed_size); in run_test_internal()383 ut_assert(buf->compressed_size > 0); in run_test_internal()384 ut_assert(buf->compressed_size < buf->orig_size); in run_test_internal()385 ut_assert(((char *)buf->compressed_buf)[buf->compressed_size - 1] in run_test_internal()417 buf->compare_buf, buf->compressed_size - 1, in run_test_internal()425 ret = uncompress(uts, buf->compressed_buf, buf->compressed_size, in run_test_internal()448 buf->compressed_size = TEST_BUFFER_SIZE; in run_test()[all …]
Completed in 10 milliseconds