Home | History | Annotate | Download | only in examples

Lines Matching defs:local

107 #define local static
170 local int max; /* maximum allowed bit length for the codes */
171 local int root; /* size of base code table in bits */
172 local int large; /* largest code table so far */
173 local size_t size; /* number of elements in num and done */
174 local int *code; /* number of symbols assigned to each bit length */
175 local big_t *num; /* saved results array for code counting */
176 local struct tab *done; /* states already evaluated array */
182 local void cleanup(void)
203 local big_t count(int syms, int len, int left)
258 local int beenhere(int syms, int len, int left, int mem, int rem)
322 local void examine(int syms, int len, int left, int mem, int rem)
403 local void enough(int syms)