Lines Matching refs:last_split
3315 CvDTreeSplit* last_split = 0;3325 if( !last_split )3326 node->split = last_split = split;3328 last_split = last_split->next = split;