Home
last modified time | relevance | path

Searched defs:offtab (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/libflate/
H A Dinflate.c82 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 Ddeflate.c209 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()