Searched refs:compression (Results 1 – 6 of 6) sorted by relevance
3 zlib 1.2.3 is a general purpose data compression library. All the code is10 All functions of the compression library are documented in the file zlib.h14 compression library itself is composed of all source files except example.c and
2182 header->compression = ((uint32_t)((compressedSize << 8) / uncompressedSize)); in hibernate_write_image()2190 if (header->compression < HIB_COMPR_RATIO_ARM64) { in hibernate_write_image()2191 header->compression = HIB_COMPR_RATIO_ARM64; in hibernate_write_image()2195 gIOHibernateCompression = header->compression; in hibernate_write_image()2650 gIOHibernateCompression = gIOHibernateCurrentHeader->compression; in hibernate_machine_init()
136 uint32_t compression; member
137 options FS_COMPRESSION # fs compression # <fs_compression>419 # dynamic VM compression enabled
1139 #pragma mark --- compression/decompression routines ---
230 T_LOG("Restarting test with compression");2283 T_ASSERT_EQ(compression_type, UINT64_C(1), "zlib compression is used");