Searched refs:inline_popcount (Results 1 – 1 of 1) sorted by relevance
4027 uint32_t inline_popcount; in c_compress_page() local4032 scratch_buf, &incomp_copy, &inline_popcount); in c_compress_page()4034 cs->c_inline_popcount = inline_popcount; in c_compress_page()4036 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_compress_page()4450 uint32_t inline_popcount; in c_decompress_page() local4452 (uint8_t *)dst, c_size, c_codec, (void *)scratch_buf, &inline_popcount)) { in c_decompress_page()4456 if (inline_popcount != cs->c_inline_popcount) { in c_decompress_page()4464 assert(inline_popcount != C_SLOT_NO_POPCOUNT); in c_decompress_page()4468 inline_popcount, in c_decompress_page()4473 assert(inline_popcount == C_SLOT_NO_POPCOUNT); in c_decompress_page()