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

/haiku-fatelf/src/bin/gzip/
H A Dunlzw.c179 #define tab_suffixof(i) tab_suffix[i] macro
244 tab_suffixof(code) = (char_type)code;
330 *--stackp = tab_suffixof(code);
333 *--stackp = (char_type)(finchar = tab_suffixof(code));
365 tab_suffixof(code) = (char_type)finchar;
/haiku-fatelf/src/bin/compress/
H A Dcompress.c422 # define tab_suffixof(i) ((char_type far *)htab[(i)>>15])[(i) & 0x7fff] macro
425 # define tab_suffixof(i) ((char_type *)htab[(i)>>15])[(i) & 0x7fff] macro
429 # define tab_suffixof(i) ((char_type *)(htab))[i] macro
430 # define de_stack ((char_type *)&tab_suffixof((code_int)1<<BITS))
1235 tab_suffixof(code) = (char_type)code;
1274 *stackp++ = tab_suffixof(code);
1277 *stackp++ = finchar = tab_suffixof(code);
1291 tab_suffixof(code) = finchar;
1466 c = tab_suffixof(ent);
1477 stack_top = in_stack(tab_suffixof(en
[all...]

Completed in 45 milliseconds