Lines Matching refs:exp
215 static const unsigned long exp[] __initconst = { variable
238 {0, "0", &exp[0], 8, 0},
239 {0, "1", &exp[1 * step], 8, 0},
240 {0, "0-15", &exp[2 * step], 32, 0},
241 {0, "16-31", &exp[3 * step], 32, 0},
242 {0, "0-31:1/2", &exp[4 * step], 32, 0},
243 {0, "1-31:1/2", &exp[5 * step], 32, 0},
244 {0, "0-31:1/4", &exp[6 * step], 32, 0},
245 {0, "1-31:1/4", &exp[7 * step], 32, 0},
246 {0, "0-31:4/4", &exp[8 * step], 32, 0},
247 {0, "1-31:4/4", &exp[9 * step], 32, 0},
248 {0, "0-31:1/4,32-63:2/4", &exp[10 * step], 64, 0},
249 {0, "0-31:3/4,32-63:4/4", &exp[11 * step], 64, 0},
299 #define EXP_BYTES (sizeof(exp) * 8)
304 u32 arr[sizeof(exp) / 4]; in test_bitmap_arr32()
310 bitmap_to_arr32(arr, exp, nbits); in test_bitmap_arr32()
312 expect_eq_bitmap(bmap2, exp, nbits); in test_bitmap_arr32()