Home | History | Annotate | Download | only in src

Lines Matching refs:total

221     int alphaVtx = graph -> total - 2;
222 int betaVtx = graph -> total - 1;
225 if( graph -> total > 2 )
322 } /* for( i = 0; i < graph -> total - 2; i ++ ) */
324 } /* if( graph -> total > 2 ) */
354 int s = graph -> total - 2; /* source vertex */
355 int t = graph -> total - 1; /* terminate vertex */
376 for( u = 0; u < graph -> total; u ++ )
380 } /* for( u = 0; u < graph -> total - 1; u ++ ) */
497 for( i = 0; i < hlpGraph -> total - 2; i ++ )
505 } /* for( i = 0; i < hlpGraph -> total - 2; i ++ ) */
536 int s = graph -> total - 2; /* source vertex */
537 int t = graph -> total - 1; /* terminate vertex */
694 for( i = 0; i < hlpGraph -> total - 2; i ++ )
705 } /* for( i = 0; i < hlpGraph -> total - 2; i ++ ) */
875 } /* if( hlpGraph -> total > 2 ) */
877 total > 2 ) */
914 int s = graph -> total - 2; /* source vertex - alpha vertex */
915 //int t = graph -> total - 1; /* terminate vertex - beta vertex */