Lines Matching refs:i
69 int i, err; in test_heapify_all() local
78 for (i = 0; i < heap.nr; i++) in test_heapify_all()
79 values[i] = get_random_u32(); in test_heapify_all()
101 int i, temp, err; in test_heap_push() local
104 for (i = 0; i < ARRAY_SIZE(data); i++) in test_heap_push()
105 min_heap_push_inline(&heap, &data[i], &funcs, NULL); in test_heap_push()
133 int i, temp, err; in test_heap_pop_push() local
137 for (i = 0; i < ARRAY_SIZE(data); i++) in test_heap_pop_push()
141 for (i = 0; i < ARRAY_SIZE(data); i++) in test_heap_pop_push()
142 min_heap_pop_push_inline(&heap, &data[i], &funcs, NULL); in test_heap_pop_push()
147 for (i = 0; i < ARRAY_SIZE(data); i++) in test_heap_pop_push()
151 for (i = 0; i < ARRAY_SIZE(data); i++) { in test_heap_pop_push()
172 int i, err; in test_heap_del() local
176 for (i = 0; i < ARRAY_SIZE(values) / 2; i++) in test_heap_del()
183 for (i = 0; i < heap.nr; i++) in test_heap_del()
184 values[i] = get_random_u32(); in test_heap_del()
187 for (i = 0; i < ARRAY_SIZE(values) / 2; i++) in test_heap_del()