Home
last modified time | relevance | path

Searched refs:TabPre (Results 1 – 1 of 1) sorted by relevance

/dports/archivers/unzoo/unzoo_4.4.orig/
H A Dunzoo.c2030 unsigned short TabPre [256]; /* table for fast lookup of pres */ variable
2130 for ( i = 0; i < 256; i++ ) TabPre[i] = pre; in DecodeLzh()
2148 if ( ! MakeTablLzh( MAX_PRE+1, LenPre, 8, TabPre ) ) { in DecodeLzh()
2164 len = TabPre[ PEEK_BITS( 8 ) ]; in DecodeLzh()