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
2184 header->compression = ((uint32_t)((compressedSize << 8) / uncompressedSize)); in hibernate_write_image()2192 if (header->compression < HIB_COMPR_RATIO_ARM64) { in hibernate_write_image()2193 header->compression = HIB_COMPR_RATIO_ARM64; in hibernate_write_image()2197 gIOHibernateCompression = header->compression; in hibernate_write_image()2652 gIOHibernateCompression = gIOHibernateCurrentHeader->compression; in hibernate_machine_init()
136 uint32_t compression; member
129 options FS_COMPRESSION # fs compression # <fs_compression>402 # dynamic VM compression enabled
1139 #pragma mark --- compression/decompression routines ---
233 T_LOG("Restarting test with compression");2286 T_ASSERT_EQ(compression_type, UINT64_C(1), "zlib compression is used");