Home
last modified time | relevance | path

Searched refs:idx_total (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
Dml_inner_functions.cpp467 int i, idx_total, idx_selected = 0, step, type, prev = INT_MIN, is_sorted = 1; in cvPreprocessIndexArray() local
478 idx_total = idx_arr->rows + idx_arr->cols - 1; in cvPreprocessIndexArray()
491 if( idx_total != data_arr_size ) in cvPreprocessIndexArray()
495 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()
501 if( idx_selected == idx_total ) in cvPreprocessIndexArray()
506 if( idx_total > data_arr_size ) in cvPreprocessIndexArray()
509 idx_selected = idx_total; in cvPreprocessIndexArray()
511 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()
532 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()
538 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dcallchain.c257 unsigned int idx_total = idx_parents + idx_local; in split_add_child() local
278 if (idx_total < cursor->nr) { in split_add_child()