Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/vm/
H A Dvm_compressor.c4683 uint32_t inline_popcount; in c_compress_page() local
4688 scratch_buf, &incomp_copy, &inline_popcount); in c_compress_page()
4690 cs->c_inline_popcount = inline_popcount; in c_compress_page()
4692 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_compress_page()
5121 uint32_t inline_popcount; in c_decompress_page() local
5123 (uint8_t *)dst, c_size, c_codec, (void *)scratch_buf, &inline_popcount)) { in c_decompress_page()
5127 if (inline_popcount != cs->c_inline_popcount) { in c_decompress_page()
5135 assert(inline_popcount != C_SLOT_NO_POPCOUNT); in c_decompress_page()
5139 inline_popcount, in c_decompress_page()
5144 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_decompress_page()