Home
last modified time | relevance | path

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

/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c1317 int left_index; in find_output_for_dp() local
1325 left_index = tree->left_nodes[index]; in find_output_for_dp()
1327 if (left_index == NO_NODE) { /*means its a leaf node*/ in find_output_for_dp()
1338 index = left_index; in find_output_for_dp()
1340 index = left_index+1; in find_output_for_dp()