Home
last modified time | relevance | path

Searched refs:big_t (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/examples/
Denough.c107 typedef unsigned long long big_t; /* type for code counting */ typedef
172 local big_t *num; /* saved results array for code counting */
200 local big_t count(int syms, int len, int left) in count()
202 big_t sum; /* number of possible codes from this juncture */ in count()
203 big_t got; /* value returned from count() */ in count()
459 big_t got; /* return value of count() */ in main()
460 big_t sum; /* accumulated number of codes over n */ in main()
522 (size *= n, size > ((size_t)0 - 1) / sizeof(big_t)) || in main()
523 (num = calloc(size, sizeof(big_t))) == NULL) { in main()