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

/haiku-fatelf/src/bin/compress/
H A Dcompress.c423 # define de_stack ((char_type far *)(htab2)) macro
426 # define de_stack ((char_type *)(htab2)) macro
430 # define de_stack ((char_type *)&tab_suffixof((code_int)1<<BITS)) macro
1245 stackp = de_stack;
1284 while ( stackp > de_stack );
1448 de_stack[--stack_top] = '\n';
1449 de_stack[--stack_top] = '"';
1459 fwrite( &de_stack[stack_top], 1, STACK_SIZE-stack_top, stderr);
1473 de_stack[--stack_top] = '\n';
1474 de_stack[
[all...]
/haiku-fatelf/src/bin/gzip/
H A Dunlzw.c178 #define de_stack ((char_type *)(&d_buf[DIST_BUFSIZE-1])) macro
301 stackp = de_stack;
339 if (outpos+(i = (de_stack-stackp)) >= OUTBUFSIZ) {
355 } while ((i = (de_stack-stackp)) > 0);

Completed in 93 milliseconds