Home | History | Annotate | Download | only in src

Lines Matching refs:total_length

4561     int total_length = 0;
4572 total_length += leaf_length;
4573 MergeLeafLeft(&total_length, &state, left_leaf_state);
4578 total_length += leaf_length;
4579 MergeLeafRight(&total_length, &state, right_leaf_state);
4586 MergeTerminal(&total_length, state, state_out);
4587 return total_length;
4597 total_length += Calculate(left_as_cons, &left_leaf_state);
4598 MergeLeafLeft(&total_length, &state, left_leaf_state);
4601 total_length += Calculate(right_as_cons, &right_leaf_state);
4602 MergeLeafRight(&total_length, &state, right_leaf_state);