Lines Matching refs:count
37 int count = 0; variable91 count = 0;180 count = 0; /* Number of roots of lambda(x) */192 root[count] = i;193 loc[count] = k;197 if (++count == deg_lambda)200 if (deg_lambda != count) {205 count = -EBADMSG;227 for (j = count - 1; j >= 0; j--) {266 for (i = 0; i < count; i++)269 return count;