Home
last modified time | relevance | path

Searched refs:make_decode_table (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/util/compress/
H A Dlzxd.cpp137 void make_decode_table();
259 void HuffmanTable<maxsymbols_p, tablebits_p, allow_empty>::make_decode_table() { in make_decode_table() function in openage::util::compress::HuffmanTable
373 lzx->htpre.make_decode_table(); in read_lengths()
495 this->htaligned.make_decode_table(); in init_next_block()
503 this->htmain.make_decode_table(); in init_next_block()
507 this->htlength.make_decode_table(); in init_next_block()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/lzx/
H A Dunlzx.c164 static int make_decode_table(int number_symbols, int table_size, in make_decode_table() function
322 abort = make_decode_table(8, 7, offset_len, offset_table); in read_literal_table()
376 abort = make_decode_table(20, 6, huffman20_len, huffman20_table); in read_literal_table()
489 abort = make_decode_table(768, 12, literal_len, literal_table); in read_literal_table()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/patchex/
H A Dmszipd.cpp130 static int make_decode_table(unsigned int nsyms, unsigned int nbits, in make_decode_table() function
233 if (make_decode_table(19, 7, &bl_len[0], &bl_table[0])) { in zip_read_lens()
347 if (make_decode_table(MSZIP_LITERAL_MAXSYMBOLS, MSZIP_LITERAL_TABLEBITS, in inflate()
353 if (make_decode_table(MSZIP_DISTANCE_MAXSYMBOLS,MSZIP_DISTANCE_TABLEBITS, in inflate()
/dports/archivers/libmspack/libmspack-0.10.1alpha/mspack/
H A Dmszipd.c118 if (make_decode_table(19, 7, &bl_len[0], &bl_table[0])) { in zip_read_lens()
237 if (make_decode_table(MSZIP_LITERAL_MAXSYMBOLS, MSZIP_LITERAL_TABLEBITS, in inflate()
243 if (make_decode_table(MSZIP_DISTANCE_MAXSYMBOLS,MSZIP_DISTANCE_TABLEBITS, in inflate()
H A Dreadhuff.h78 static int make_decode_table(unsigned int nsyms, unsigned int nbits, in make_decode_table() function
H A Dlzxd.c104 if (make_decode_table(MAXSYMBOLS(tbl), TABLEBITS(tbl), \
113 if (make_decode_table(MAXSYMBOLS(tbl), TABLEBITS(tbl), \
/dports/archivers/cabextract/cabextract-1.9.1/mspack/
H A Dmszipd.c118 if (make_decode_table(19, 7, &bl_len[0], &bl_table[0])) { in zip_read_lens()
237 if (make_decode_table(MSZIP_LITERAL_MAXSYMBOLS, MSZIP_LITERAL_TABLEBITS, in inflate()
243 if (make_decode_table(MSZIP_DISTANCE_MAXSYMBOLS,MSZIP_DISTANCE_TABLEBITS, in inflate()
H A Dreadhuff.h78 static int make_decode_table(unsigned int nsyms, unsigned int nbits, in make_decode_table() function
H A Dlzxd.c104 if (make_decode_table(MAXSYMBOLS(tbl), TABLEBITS(tbl), \
113 if (make_decode_table(MAXSYMBOLS(tbl), TABLEBITS(tbl), \
/dports/security/clamav/clamav-0.104.2/libclammspack/mspack/
H A Dmszipd.c118 if (make_decode_table(19, 7, &bl_len[0], &bl_table[0])) { in zip_read_lens()
237 if (make_decode_table(MSZIP_LITERAL_MAXSYMBOLS, MSZIP_LITERAL_TABLEBITS, in inflate()
243 if (make_decode_table(MSZIP_DISTANCE_MAXSYMBOLS,MSZIP_DISTANCE_TABLEBITS, in inflate()
H A Dreadhuff.h78 static int make_decode_table(unsigned int nsyms, unsigned int nbits, in make_decode_table() function
H A Dlzxd.c104 if (make_decode_table(MAXSYMBOLS(tbl), TABLEBITS(tbl), \
113 if (make_decode_table(MAXSYMBOLS(tbl), TABLEBITS(tbl), \
/dports/security/clamav-lts/clamav-0.103.5/libclammspack/mspack/
H A Dmszipd.c118 if (make_decode_table(19, 7, &bl_len[0], &bl_table[0])) { in zip_read_lens()
237 if (make_decode_table(MSZIP_LITERAL_MAXSYMBOLS, MSZIP_LITERAL_TABLEBITS, in inflate()
243 if (make_decode_table(MSZIP_DISTANCE_MAXSYMBOLS,MSZIP_DISTANCE_TABLEBITS, in inflate()
H A Dreadhuff.h78 static int make_decode_table(unsigned int nsyms, unsigned int nbits, in make_decode_table() function
/dports/lang/fpc-source/fpc-3.2.2/packages/chm/src/
H A Dpaslzx.pas169 function make_decode_table(nsyms: dword; nbits: dword; length: PByte; table: PWord): LongInt; in make_decode_table() function
322 if make_decode_table(LZX_PRETREE_MAXSYMBOLS, LZX_PRETREE_TABLEBITS,
534 if make_decode_table(LZX_ALIGNED_MAXSYMBOLS, LZX_ALIGNED_TABLEBITS,
552 if make_decode_table(LZX_MAINTREE_MAXSYMBOLS, LZX_MAINTREE_TABLEBITS,
566 if make_decode_table(LZX_LENGTH_MAXSYMBOLS, LZX_LENGTH_TABLEBITS,
/dports/misc/fpc-chm/fpc-3.2.2/packages/chm/src/
H A Dpaslzx.pas169 function make_decode_table(nsyms: dword; nbits: dword; length: PByte; table: PWord): LongInt; in make_decode_table() function
322 if make_decode_table(LZX_PRETREE_MAXSYMBOLS, LZX_PRETREE_TABLEBITS,
534 if make_decode_table(LZX_ALIGNED_MAXSYMBOLS, LZX_ALIGNED_TABLEBITS,
552 if make_decode_table(LZX_MAINTREE_MAXSYMBOLS, LZX_MAINTREE_TABLEBITS,
566 if make_decode_table(LZX_LENGTH_MAXSYMBOLS, LZX_LENGTH_TABLEBITS,
/dports/archivers/unlzx/unlzx.c/
H A Dunlzx.c189 int make_decode_table(int number_symbols, int table_size, in make_decode_table() function
347 abort = make_decode_table(8, 7, offset_len, offset_table); in read_literal_table()
401 abort = make_decode_table(20, 6, huffman20_len, huffman20_table); in read_literal_table()
514 abort = make_decode_table(768, 12, literal_len, literal_table); in read_literal_table()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/compression/
H A Dunlzx.h115 …signed long make_decode_table(signed long number_symbols, signed long table_size, unsigned char *l…
H A Dunlzx.cpp230 signed long Unlzx::make_decode_table(signed long number_symbols, signed long table_size, unsigned c… in make_decode_table() function in Unlzx
362 abort = make_decode_table(8, 7, unlzx->offset_len, unlzx->offset_table); in read_literal_table()
409 if ((abort = make_decode_table(20, 6, unlzx->huffman20_len, unlzx->huffman20_table))) break; in read_literal_table()
509 if(!abort) abort = make_decode_table(768, 12, unlzx->literal_len, unlzx->literal_table); in read_literal_table()
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dunlzx.c364 static int make_decode_table(int number_symbols, int table_size, in make_decode_table() function
514 abort = make_decode_table(8, 7, decr->offset_len, decr->offset_table); in read_literal_table()
568 abort = make_decode_table(20, 6, decr->huffman20_len, in read_literal_table()
684 abort = make_decode_table(768, 12, decr->literal_len, in read_literal_table()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/addressbook/mspack/
H A Dreadhuff.h79 static int make_decode_table(unsigned int nsyms, unsigned int nbits, in make_decode_table() function
/dports/archivers/undms/undms-1.3/
H A Dundms-1.3.c485 int make_decode_table(int number_symbols, int table_size, in make_decode_table() function
613 flag = make_decode_table(512, 12, heavy_literal_len, heavy_literal_table); in crunch_heavy()
657 flag = make_decode_table(32, 8, heavy_offset_len, heavy_offset_table); in crunch_heavy()
/dports/archivers/gcab/gcab-1.4/libgcab/
H A Ddecomp.h87 if (make_decode_table( \
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/chmlib/src/
H A Dlzx.c298 if (make_decode_table( \
348 static int make_decode_table(ULONG nsyms, ULONG nbits, UBYTE *length, UWORD *table) { in make_decode_table() function
/dports/misc/chmlib/chmlib-0.40/src/
H A Dlzx.c298 if (make_decode_table( \
348 static int make_decode_table(ULONG nsyms, ULONG nbits, UBYTE *length, UWORD *table) { in make_decode_table() function

12