Lines Matching defs:survivor_count
3800 int survivor_count;
3917 survivor_count= 1;
3956 for(j=survivor_count-1; j>=0; j--){
3969 for(j=survivor_count-1; j>=0; j--){
3983 for(j=survivor_count-1; j>=0; j--){
3995 for(j=survivor_count-1; j>=0; j--){
4013 for(; survivor_count; survivor_count--){
4014 if(score_tab[ survivor[survivor_count-1] ] <= best_score)
4018 for(; survivor_count; survivor_count--){
4019 if(score_tab[ survivor[survivor_count-1] ] <= best_score + lambda)
4024 survivor[ survivor_count++ ]= i+1;