Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.h123 #define C_SLOT_NO_POPCOUNT ((16u << C_SLOT_C_SIZE_BITS) - 1) macro
H A Dvm_compressor.c4684 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_compress_page()
5124 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_decompress_page()