Home
last modified time | relevance | path

Searched refs:C_SLOT_NO_POPCOUNT (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_algorithms.c307 uint32_t pop_count = C_SLOT_NO_POPCOUNT; in metacompressor()
392 uint32_t pop_count = C_SLOT_NO_POPCOUNT; in metadecompressor()
H A Dvm_compressor.h133 #define C_SLOT_NO_POPCOUNT ((16u << C_SLOT_C_SIZE_BITS) - 1) macro
H A Dvm_compressor.c4692 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_compress_page()
5135 assert(inline_popcount != C_SLOT_NO_POPCOUNT); in c_decompress_page()
5136 assert(cs->c_inline_popcount != C_SLOT_NO_POPCOUNT); in c_decompress_page()
5144 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_decompress_page()