Searched defs:itr_end (Results 1 - 3 of 3) sorted by relevance

/external/kmod/shared/
H A Darray.c67 void **itr_end = itr + array->count; local
68 for (; itr < itr_end; itr++)
/external/kmod/libkmod/
H A Dlibkmod-index.c840 struct index_mm_value *itr, *itr_end; local
846 itr_end = itr + node->values.len;
847 for (; itr < itr_end; itr++) {
945 struct index_mm_value *itr, *itr_end; local
948 itr_end = itr + node->values.len;
949 for (; itr < itr_end; itr++)
/external/kmod/tools/
H A Ddepmod.c1338 struct mod **itr, **itr_end; local
1343 itr_end = itr + depmod->modules.count;
1344 for (; itr < itr_end; itr++) {
1415 struct mod **itr, **itr_end; local
1421 itr_end = itr + depmod->modules.count;
1422 for (; itr < itr_end; itr++) {
1448 struct mod **itr, **itr_end; local
1450 itr_end = itr + depmod->modules.count;
1451 for (; itr < itr_end; itr++) {
1546 struct mod **itr, **itr_end; local
[all...]

Completed in 115 milliseconds