Lines Matching defs:s_count
4890 int S, rem, gap, s_count;
4892 s_count = 0;
4902 s_count++;
4904 if ((s_count == S) && rem && (gap_ct == gap)) {
4906 } else if ((s_count == S + 1) && rem && (gap_ct == gap)) {
4915 s_count = 0;
4918 } else if (s_count == S) { // place full; don't add extra
4927 s_count = 0;
4955 int s_count, rem, gap, gap_ct;
4969 s_count = 1;
4970 while (s_count < S) {
4978 s_count++;
5069 int S, rem, gap, s_count;
5071 s_count = 0;
5084 s_count++;
5086 if ((s_count == S) && rem && (gap_ct == gap)) {
5088 } else if ((s_count == S + 1) && rem && (gap_ct == gap)) {
5097 s_count = 0;
5100 } else if (s_count == S) { // place is full; don't add extra thread
5109 s_count = 0;