Home
last modified time | relevance | path

Searched refs:compression (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/libkern/libkern/compression/
H A DMakefile12 PRIVATE_KERNELFILES = compression.h
20 INSTALL_MI_DIR = libkern/compression
21 EXPORT_MI_DIR = libkern/compression
/xnu-11215/libkern/zlib/
H A DREADME3 zlib 1.2.3 is a general purpose data compression library. All the code is
10 All functions of the compression library are documented in the file zlib.h
14 compression library itself is composed of all source files except example.c and
/xnu-11215/libkern/libkern/
H A DMakefile19 compression
/xnu-11215/libkern/conf/
H A Dfiles139 libkern/compression/compression.c standard
/xnu-11215/doc/vm/
H A Dmemorystatus_notify.md100 system. If overall memory demand is such that, even with compression, the
/xnu-11215/config/
H A DMASTER124 options FS_COMPRESSION # fs compression # <fs_compression>
402 # dynamic VM compression enabled
408 # - used on platforms with dynamic VM compression enabled
/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp2233 header->compression = ((uint32_t)((compressedSize << 8) / uncompressedSize)); in hibernate_write_image()
2241 if (header->compression < HIB_COMPR_RATIO_ARM64) { in hibernate_write_image()
2242 header->compression = HIB_COMPR_RATIO_ARM64; in hibernate_write_image()
2249 gIOHibernateCompression = header->compression; in hibernate_write_image()
2712 gIOHibernateCompression = gIOHibernateCurrentHeader->compression; in hibernate_machine_init()
/xnu-11215/iokit/IOKit/
H A DIOHibernatePrivate.h249 uint32_t compression; member
/xnu-11215/doc/lifecycle/
H A Dhibernation.md21 * WKdm : Wilson-Kaplan direct mapped compression
/xnu-11215/bsd/kern/
H A Ddecmpfs.c1169 #pragma mark --- compression/decompression routines ---
/xnu-11215/tests/
H A Dstackshot_tests.m274 T_LOG("Restarting test with compression");
2949 T_ASSERT_EQ(compression_type, UINT64_C(1), "zlib compression is used");