Home
last modified time | relevance | path

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

/xnu-8796.141.3/libkern/libkern/compression/
H A DMakefile12 PRIVATE_KERNELFILES = compression.h
20 INSTALL_MI_DIR = libkern/compression
21 EXPORT_MI_DIR = libkern/compression
/xnu-8796.141.3/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-8796.141.3/libkern/libkern/
H A DMakefile18 compression
/xnu-8796.141.3/libkern/conf/
H A Dfiles138 libkern/compression/compression.c standard
/xnu-8796.141.3/iokit/Kernel/
H A DIOHibernateIO.cpp2185 header->compression = ((uint32_t)((compressedSize << 8) / uncompressedSize)); in hibernate_write_image()
2193 if (header->compression < HIB_COMPR_RATIO_ARM64) { in hibernate_write_image()
2194 header->compression = HIB_COMPR_RATIO_ARM64; in hibernate_write_image()
2198 gIOHibernateCompression = header->compression; in hibernate_write_image()
2653 gIOHibernateCompression = gIOHibernateCurrentHeader->compression; in hibernate_machine_init()
/xnu-8796.141.3/iokit/IOKit/
H A DIOHibernatePrivate.h136 uint32_t compression; member
/xnu-8796.141.3/config/
H A DMASTER122 options FS_COMPRESSION # fs compression # <fs_compression>
392 # dynamic VM compression enabled
/xnu-8796.141.3/bsd/kern/
H A Ddecmpfs.c1167 #pragma mark --- compression/decompression routines ---
/xnu-8796.141.3/tests/
H A Dstackshot_tests.m245 T_LOG("Restarting test with compression");
2468 T_ASSERT_EQ(compression_type, UINT64_C(1), "zlib compression is used");