Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/iokit/Kernel/
H A DIOHibernateIO.cpp2182 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()
/xnu-8019.80.24/iokit/IOKit/
H A DIOHibernatePrivate.h136 uint32_t compression; member
/xnu-8019.80.24/config/
H A DMASTER137 options FS_COMPRESSION # fs compression # <fs_compression>
419 # dynamic VM compression enabled
/xnu-8019.80.24/bsd/kern/
H A Ddecmpfs.c1139 #pragma mark --- compression/decompression routines ---
/xnu-8019.80.24/tests/
H A Dstackshot_tests.m230 T_LOG("Restarting test with compression");
2283 T_ASSERT_EQ(compression_type, UINT64_C(1), "zlib compression is used");