Searched refs:compressed_size (Results 1 – 2 of 2) sorted by relevance
303 ulong compressed_size; member321 buf->compressed_buf, buf->compressed_size, in run_test_internal()322 &buf->compressed_size) == 0); in run_test_internal()323 printf("\tcompressed_size:%lu\n", buf->compressed_size); in run_test_internal()324 errcheck(buf->compressed_size > 0); in run_test_internal()325 errcheck(buf->compressed_size < buf->orig_size); in run_test_internal()326 errcheck(((char *)buf->compressed_buf)[buf->compressed_size - 1] != in run_test_internal()328 errcheck(((char *)buf->compressed_buf)[buf->compressed_size] == 'A'); in run_test_internal()331 errcheck(uncompress(uts, buf->compressed_buf, buf->compressed_size, in run_test_internal()341 errcheck(uncompress(uts, buf->compressed_buf, buf->compressed_size, in run_test_internal()[all …]
120 uint32_t compressed_size = 0; in update_max_chunk_size() local127 compressed_size = s->lengths[chunk]; in update_max_chunk_size()141 if (compressed_size > *max_compressed_size) { in update_max_chunk_size()142 *max_compressed_size = compressed_size; in update_max_chunk_size()