HomeSort by relevance Sort by last modified time
    Searched refs:itr_end (Results 1 - 3 of 3) sorted by null

  /external/kmod/shared/
array.c 67 void **itr_end = itr + array->count; local
68 for (; itr < itr_end; itr++)
  /external/kmod/libkmod/
libkmod-index.c 840 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/
depmod.c 1338 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
1448 struct mod **itr, **itr_end; local
1546 struct mod **itr, **itr_end; local
    [all...]

Completed in 242 milliseconds