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

/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c46 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) macro
263 zs->u.r.zs_stackp = de_stack;
308 } while (zs->u.r.zs_stackp > de_stack);
/freebsd-current/usr.bin/compress/
H A Dzopen.c186 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) macro
505 stackp = de_stack;
548 } while (stackp > de_stack);

Completed in 115 milliseconds