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

/haiku-fatelf/src/bin/gzip/
H A Dunlzw.c195 REG2 char_type *stackp; local
301 stackp = de_stack;
324 *--stackp = (char_type)finchar;
330 *--stackp = tab_suffixof(code);
333 *--stackp = (char_type)(finchar = tab_suffixof(code));
339 if (outpos+(i = (de_stack-stackp)) >= OUTBUFSIZ) {
344 memcpy(outbuf+outpos, stackp, i);
354 stackp+= i;
355 } while ((i = (de_stack-stackp)) > 0);
357 memcpy(outbuf+outpos, stackp,
[all...]
/haiku-fatelf/src/bin/compress/
H A Dcompress.c1221 register char_type far *stackp; local
1223 register char_type *stackp;
1245 stackp = de_stack;
1262 *stackp++ = finchar;
1274 *stackp++ = tab_suffixof(code);
1277 *stackp++ = finchar = tab_suffixof(code);
1283 putchar ( *--stackp );
1284 while ( stackp > de_stack );

Completed in 94 milliseconds