Searched refs:de_stack (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/gzip/
H A Dzuncompress.c45 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) macro
262 zs->u.r.zs_stackp = de_stack;
307 } while (zs->u.r.zs_stackp > de_stack);
/freebsd-10.1-release/usr.bin/compress/
H A Dzopen.c189 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) macro
508 stackp = de_stack;
551 } while (stackp > de_stack);

Completed in 64 milliseconds