Searched refs:CLUMP_EXP_NUMBITS (Results 1 – 1 of 1) sorted by relevance
785 #define CLUMP_EXP_NUMBITS 64 in test_for_each_set_clump8() macro786 DECLARE_BITMAP(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()791 bitmap_zero(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()801 for_each_set_clump8(start, clump, bits, CLUMP_EXP_NUMBITS) in test_for_each_set_clump8()802 expect_eq_clump8(start, CLUMP_EXP_NUMBITS, clump_exp, &clump); in test_for_each_set_clump8()