Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/vm/
H A Dvm_compressor_algorithms.c308 uint32_t pop_count = C_SLOT_NO_POPCOUNT; in metacompressor()
393 uint32_t pop_count = C_SLOT_NO_POPCOUNT; in metadecompressor()
H A Dvm_compressor_xnu.h125 #define C_SLOT_NO_POPCOUNT ((16u << C_SLOT_C_SIZE_BITS) - 1) macro
H A Dvm_compressor.c4821 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_compress_page()
5289 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_decompress_page()