Home | History | Annotate | Download | only in examples

Lines Matching refs:got

203     big_t got;          /* value returned from count() */
218 got = num[index];
219 if (got)
220 return got; /* we have -- return the saved result */
237 got = count(syms - use, len + 1, (left - use) << 1);
238 sum += got;
239 if (got == -1 || sum < got) /* overflow */
459 big_t got; /* return value of count() */
533 got = count(n, 1, 2);
534 sum += got;
535 if (got == -1 || sum < got) { /* overflow */
540 printf("%llu %d-codes\n", got, n);