Lines Matching refs:i
59 unsigned int i, n; in test_fns() local
70 for (i = 0; i < 10000; i++) in test_fns()
71 tmp = fns(buf[i], n); in test_fns()
81 int i, bit_set; in test_bitops_startup() local
90 for (i = 0; i < ARRAY_SIZE(order_comb); i++) { in test_bitops_startup()
91 if (order_comb[i][1] != get_count_order(order_comb[i][0])) in test_bitops_startup()
93 order_comb[i][0]); in test_bitops_startup()
96 for (i = 0; i < ARRAY_SIZE(order_comb); i++) { in test_bitops_startup()
97 if (order_comb[i][1] != get_count_order_long(order_comb[i][0])) in test_bitops_startup()
99 order_comb[i][0]); in test_bitops_startup()
103 for (i = 0; i < ARRAY_SIZE(order_comb_long); i++) { in test_bitops_startup()
104 if (order_comb_long[i][1] != in test_bitops_startup()
105 get_count_order_long(order_comb_long[i][0])) in test_bitops_startup()
107 order_comb_long[i][0]); in test_bitops_startup()