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

/freebsd-13-stable/usr.bin/gzip/
H A Dzuncompress.c47 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) macro
264 zs->u.r.zs_stackp = de_stack;
309 } while (zs->u.r.zs_stackp > de_stack);
/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c191 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) macro
510 stackp = de_stack;
553 } while (stackp > de_stack);

Completed in 68 milliseconds