Home | History | Annotate | Download | only in src

Lines Matching refs:temp

71     _CvPtInfo       temp;
113 temp.next = 0;
114 current = &temp;
154 current = temp.next;
244 prev_current = &temp;
245 current = temp.next;
284 current = temp.next;
286 prev_current = &temp;
320 assert( temp.next );
346 temp.next = array + i1;
349 current = temp.next;
350 first = prev_current = &temp;
388 current = temp.next;