Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dtest_bitmap.c468 #define EXP1_IN_BITS (sizeof(exp1) * 8) macro
473 u32 arr[EXP1_IN_BITS / 32]; in test_bitmap_arr32()
474 DECLARE_BITMAP(bmap2, EXP1_IN_BITS); in test_bitmap_arr32()
478 for (nbits = 0; nbits < EXP1_IN_BITS; ++nbits) { in test_bitmap_arr32()
490 if (nbits < EXP1_IN_BITS - 32) in test_bitmap_arr32()