Searched defs:offtab (Results 1 – 2 of 2) sorted by relevance
/plan9/sys/src/libflate/ |
H A D | inflate.c | 82 static Huff offtab; variable 266 Huff *lentab, *offtab; in dynamicblock() local 394 decode(Input *in, History *his, Huff *litlentab, Huff *offtab) in decode()
|
H A D | deflate.c | 209 static Huff offtab[Noff]; variable 578 wrblock(LZstate *out, int litoff, ushort *soff, ushort *eoff, Huff *litlentab, Huff *offtab) in wrblock() 909 huffcodes(Dyncode *dc, Huff *littab, Huff *offtab) in huffcodes()
|