Searched refs:have_simple (Results 1 – 1 of 1) sorted by relevance
157 int have_simple = 0; in compute_metrics() local158 for (i = 0; i < list.len && !have_simple; i++) in compute_metrics()159 have_simple = list.p[i]->is_simple(); in compute_metrics()160 if (have_simple) { in compute_metrics()185 int have_simple = 0; in compute_sublist_width() local186 for (i = 0; i < n && !have_simple; i++) in compute_sublist_width()187 have_simple = list.p[i]->is_simple(); in compute_sublist_width()188 if (have_simple) { in compute_sublist_width()