Searched refs:inline_popcount (Results 1 – 1 of 1) sorted by relevance
4179 uint32_t inline_popcount; in c_compress_page() local4184 scratch_buf, &incomp_copy, &inline_popcount); in c_compress_page()4186 cs->c_inline_popcount = inline_popcount; in c_compress_page()4188 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_compress_page()4602 uint32_t inline_popcount; in c_decompress_page() local4604 (uint8_t *)dst, c_size, c_codec, (void *)scratch_buf, &inline_popcount)) { in c_decompress_page()4608 if (inline_popcount != cs->c_inline_popcount) { in c_decompress_page()4616 assert(inline_popcount != C_SLOT_NO_POPCOUNT); in c_decompress_page()4620 inline_popcount, in c_decompress_page()4625 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_decompress_page()