Home
last modified time | relevance | path

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

/lib/
Dtest_bitmap.c524 #define EXP1_IN_BITS (sizeof(exp1) * 8) macro
529 u32 arr[EXP1_IN_BITS / 32]; in test_bitmap_arr32()
530 DECLARE_BITMAP(bmap2, EXP1_IN_BITS); in test_bitmap_arr32()
534 for (nbits = 0; nbits < EXP1_IN_BITS; ++nbits) { in test_bitmap_arr32()
546 if (nbits < EXP1_IN_BITS - 32) in test_bitmap_arr32()