OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:construct
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/contrib/blast/
blast.c
179
* Huffman code for n symbols,
construct
the tables required to decode those
191
local int
construct
(struct huffman *h, const unsigned char *rep, int n)
function
317
construct
(&litcode, litlen, sizeof(litlen));
318
construct
(&lencode, lenlen, sizeof(lenlen));
319
construct
(&distcode, distlen, sizeof(distlen));
/src/common/dist/zlib/contrib/puff/
puff.c
39
* - Simplify offs[] index in
construct
()
56
* 1.4 31 Mar 2002 - Simplify
construct
() code set check
310
* Huffman code for n symbols,
construct
the tables required to decode those
329
* fixed() and is not verified by
construct
().
340
local int
construct
(struct huffman *h, const short *length, int n)
function
548
/*
construct
lencode and distcode */
563
construct
(&lencode, lengths, FIXLCODES);
568
construct
(&distcode, lengths, MAXDCODES);
655
* code length code lengths, three bits each. This is used to
construct
the
669
int err; /*
construct
() return value *
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026