Home
last modified time | relevance | path

Searched refs:itr_end (Results 1 – 4 of 4) sorted by relevance

/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_map.templates.h106 …for (auto itr = new_elements.begin(), itr_end = new_elements.end(); itr != itr_end; /* no incremen… in SemistaticMap() local
110 for (; itr != itr_end && hash(itr->first) == h; ++itr) { in SemistaticMap()
123 …r (value_type *itr = new_elements.data(), *itr_end = new_elements.data() + new_elements.size(); it… in SemistaticMap() local
129 for (; itr != itr_end && hash(itr->first) == h; ++itr) { in SemistaticMap()
/external/kmod/shared/
Darray.c67 void **itr_end = itr + array->count; in array_append_unique() local
68 for (; itr < itr_end; itr++) in array_append_unique()
/external/kmod/libkmod/
Dlibkmod-index.c840 struct index_mm_value *itr, *itr_end; in index_mm_dump_node() local
846 itr_end = itr + node->values.len; in index_mm_dump_node()
847 for (; itr < itr_end; itr++) { in index_mm_dump_node()
945 struct index_mm_value *itr, *itr_end; in index_mm_searchwild_allvalues() local
948 itr_end = itr + node->values.len; in index_mm_searchwild_allvalues()
949 for (; itr < itr_end; itr++) in index_mm_searchwild_allvalues()
/external/kmod/tools/
Ddepmod.c1515 struct mod **itr, **itr_end; in depmod_load_modules() local
1520 itr_end = itr + depmod->modules.count; in depmod_load_modules()
1521 for (; itr < itr_end; itr++) { in depmod_load_modules()
1592 struct mod **itr, **itr_end; in depmod_load_dependencies() local
1598 itr_end = itr + depmod->modules.count; in depmod_load_dependencies()
1599 for (; itr < itr_end; itr++) { in depmod_load_dependencies()
1625 struct mod **itr, **itr_end; in depmod_sort_dependencies() local
1627 itr_end = itr + depmod->modules.count; in depmod_sort_dependencies()
1628 for (; itr < itr_end; itr++) { in depmod_sort_dependencies()
1729 struct mod **itr, **itr_end; in depmod_report_cycles_from_root() local
[all …]