Searched refs:num_components (Results 1 – 2 of 2) sorted by relevance
1236 int num_components;1257 num_components = 0; in rf_simple_create() 1260 num_components++; in rf_simple_create() 1266 if ((level == 0 && num_components < 2) || in rf_simple_create() 1267 (level == 1 && num_components != 2) || in rf_simple_create() 1268 (level == 5 && num_components < 3)) in rf_simple_create() 1275 cfg.numCol = num_components; in rf_simple_create() 1278 for (i=0 ; i<num_components; i++) { in rf_simple_create() 1285 if (num_components == 2) { in rf_simple_create() 1288 } else if (num_components in rf_simple_create() 1243 int num_components; rf_simple_create() local [all...]
85 static size_t num_components(const char *);1544 if ((tmp = num_components(names[i].path)) > min_components) in best_name()1565 if ((tmp = num_components(names[i].path)) > min_components) in best_name()1589 num_components(const char *path) in num_components() function