Searched refs:compression (Results 1 – 12 of 12) sorted by relevance
12 PRIVATE_KERNELFILES = compression.h20 INSTALL_MI_DIR = libkern/compression21 EXPORT_MI_DIR = libkern/compression
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
19 compression
139 libkern/compression/compression.c standard
49 - How will varying compression ratios change the effectiveness of the138 from the days of spinning disks and software compression, where re-faulting a146 - The free page count is dangerously low (compression may require free pages
100 system. If overall memory demand is such that, even with compression, the
121 options FS_COMPRESSION # fs compression # <fs_compression>399 # dynamic VM compression enabled405 # - used on platforms with dynamic VM compression enabled
2294 header->compression = ((uint32_t)((compressedSize << 8) / uncompressedSize)); in hibernate_write_image()2302 if (header->compression < HIB_COMPR_RATIO_ARM64) { in hibernate_write_image()2303 header->compression = HIB_COMPR_RATIO_ARM64; in hibernate_write_image()2310 gIOHibernateCompression = header->compression; in hibernate_write_image()2774 gIOHibernateCompression = gIOHibernateCurrentHeader->compression; in hibernate_machine_init()
267 uint32_t compression; member
21 * WKdm : Wilson-Kaplan direct mapped compression
1169 #pragma mark --- compression/decompression routines ---
331 T_LOG("Restarting test with compression");3074 T_ASSERT_EQ(compression_type, UINT64_C(1), "zlib compression is used");