Searched defs:i (Results 1 – 10 of 10) sorted by relevance
39 for (int i = 0; i < 100; ++i) in test_size() local55 for (int i = 0; i < 100; ++i) in test_size() local
26 int i; in do_test() local
9 ENTRY i; in do_test() local
17 for (int i = 0; i < 1000; ++i) in do_test() local
102 for (size_t i = 0; i < array_length (test_cases); ++i) in do_test() local112 for (size_t i = 0; i < array_length (test_cases); ++i) in do_test() local
105 int i; in memfry() local193 int i; in walk_tree_with() local233 for (size_t i = 0; i < first_list_size && i < walk_trace_size (&walk_trace); in walk_tree() local248 int i; in mangle_tree() local344 int i, j; in do_test() local
53 for (int i = 0; i < sizeof (tests) / sizeof (struct const_mntent); i++) in do_test() local
41 ssize_t i; in __FCVT_R() local
116 for (int i = 0; i < sizeof (tests) / sizeof (tests[0]); i++) in do_test() local
83 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) argument84 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument85 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) argument86 #define isclr(a,i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0) argument
Completed in 20 milliseconds