Searched refs:exp1 (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | test_bitmap.c | 24 static const unsigned long exp1[] __initconst = { variable 331 {0, "0", &exp1[0], 8, 0}, 332 {0, "1", &exp1[1 * step], 8, 0}, 333 {0, "0-15", &exp1[2 * step], 32, 0}, 334 {0, "16-31", &exp1[3 * step], 32, 0}, 335 {0, "0-31:1/2", &exp1[4 * step], 32, 0}, 336 {0, "1-31:1/2", &exp1[5 * step], 32, 0}, 337 {0, "0-31:1/4", &exp1[6 * step], 32, 0}, 338 {0, "1-31:1/4", &exp1[7 * step], 32, 0}, 339 {0, "0-31:4/4", &exp1[8 * step], 32, 0}, [all …]
|