Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor.c5060 uint32_t inline_popcount; in c_compress_page() local
5066 scratch_buf, &incomp_copy, &inline_popcount); in c_compress_page()
5068 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_compress_page()
5574 uint32_t inline_popcount; in c_decompress_page() local
5577 (uint8_t *)dst, c_size, c_codec, (void *)scratch_buf, &inline_popcount)) { in c_decompress_page()
5582 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_decompress_page()