Home
last modified time | relevance | path

Searched defs:lens (Results 1 – 25 of 2967) sorted by path

12345678910>>...119

/dports/archivers/7-zip/7-zip-21.07/C/
H A DHuffEnc.c17 void Huffman_Generate(const UInt32 *freqs, UInt32 *p, Byte *lens, UInt32 numSymbols, UInt32 maxLen) in Huffman_Generate()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DBZip2Decoder.h116 Byte lens[kMaxAlphaSize]; member
H A DBZip2Encoder.cpp424 Byte *lens = Lens[(size_t)t - 1]; in EncodeBlock() local
465 const Byte *lens = Lens[t]; in EncodeBlock() local
529 const Byte *lens = Lens[t]; in EncodeBlock() local
560 const Byte *lens = 0; in EncodeBlock() local
H A DDeflateEncoder.cpp534 #define WRITE_HF2(codes, lens, i) m_OutStream.WriteBits(codes[i], lens[i]) argument
537 NO_INLINE void CCoder::LevelTableCode(const Byte *levels, unsigned numLevels, const Byte *lens, con… in LevelTableCode()
610 static NO_INLINE UInt32 Huffman_GetPrice(const UInt32 *freqs, const Byte *lens, UInt32 num) in Huffman_GetPrice()
619 static NO_INLINE UInt32 Huffman_GetPrice_Spec(const UInt32 *freqs, const Byte *lens, UInt32 num, co… in Huffman_GetPrice_Spec()
704 static NO_INLINE void Huffman_ReverseBits(UInt32 *codes, const Byte *lens, UInt32 num) in Huffman_ReverseBits()
H A DHuffmanDecoder.h23 bool Build(const Byte *lens) throw() in Build()
198 bool Build(const Byte *lens) throw() in Build()
H A DImplodeDecoder.cpp13 bool CHuffmanDecoder::Build(const Byte *lens, unsigned numSymbols) throw() in Build()
H A DLzhDecoder.cpp13 static bool CheckCodeLens(const Byte *lens, unsigned num) in CheckCodeLens()
40 Byte lens[NPT]; in ReadTP() local
96 Byte lens[NC]; in ReadC() local
H A DRar1Decoder.cpp105 const Byte *lens = xors + 16 + Buf60; in ShortLZ() local
H A DRar2Decoder.cpp110 Byte lens[kMaxTableSize]; in ReadTables() local
H A DRar3Decoder.cpp546 Byte lens[kTablesSizesSum]; in ReadTables() local
H A DRar5Decoder.cpp427 Byte lens[kTablesSizesSum]; in ReadTables() local
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/libdeflate/
H A Ddeflate_compress.c194 struct deflate_lens lens; member
1193 const u32 freqs[], u8 lens[], u32 codewords[]) in deflate_make_huffman_code()
2224 const struct deflate_lens *lens) in deflate_set_costs_from_codes()
H A Ddeflate_decompress.c131 len_t lens[DEFLATE_NUM_LITLEN_SYMS + member
531 const len_t lens[], in build_decode_table()
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zlib-1.2.8/
H A Dinflate.h116 unsigned short lens[320]; /* temporary storage for code lengths */ member
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/
H A Dinflate.h122 uint16_t lens[320]; /* temporary storage for code lengths */ member
H A Dinftrees.c32 int Z_INTERNAL zng_inflate_table(codetype type, uint16_t *lens, unsigned codes, in zng_inflate_table()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/test/
H A Dinfcover.c633 uint16_t lens[16], work[16]; in cover_trees() local
/dports/archivers/cabextract/cabextract-1.9.1/mspack/
H A Dlzxd.c138 static int lzxd_read_lens(struct lzxd_stream *lzx, unsigned char *lens, in lzxd_read_lens()
H A Dmszipd.c101 unsigned char lens[MSZIP_LITERAL_MAXSYMBOLS + MSZIP_DISTANCE_MAXSYMBOLS]; in zip_read_lens() local
/dports/archivers/gcab/gcab-1.4/libgcab/
H A Ddecomp.c734 static int fdi_lzx_read_lens(cab_UBYTE *lens, cab_ULONG first, cab_ULONG last, struct lzx_bits *lb, in fdi_lzx_read_lens()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_write_format_iso9660_filename.c206 const int lens[] = { in create_iso_image() local
/dports/archivers/libdeflate/libdeflate-1.8/lib/
H A Ddeflate_compress.c190 struct deflate_lens lens; member
1192 const u32 freqs[], u8 lens[], u32 codewords[]) in deflate_make_huffman_code()
2240 const struct deflate_lens *lens) in deflate_set_costs_from_codes()
H A Ddeflate_decompress.c127 len_t lens[DEFLATE_NUM_LITLEN_SYMS + member
557 const len_t lens[], in build_decode_table()
/dports/archivers/libmspack/libmspack-0.10.1alpha/mspack/
H A Dkwajd.c502 unsigned char *lens) in lzh_read_lens()

12345678910>>...119