Home
last modified time | relevance | path

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

/lib/
Dtest_bitmap.c602 #define CLUMP_EXP_NUMBITS 64 in test_for_each_set_clump8() macro
603 DECLARE_BITMAP(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()
608 bitmap_zero(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()
618 for_each_set_clump8(start, clump, bits, CLUMP_EXP_NUMBITS) in test_for_each_set_clump8()
619 expect_eq_clump8(start, CLUMP_EXP_NUMBITS, clump_exp, &clump); in test_for_each_set_clump8()