Home
last modified time | relevance | path

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

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