OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distlen
(Results
1 - 2
of
2
) sorted by null
/external/zlib/src/contrib/blast/
blast.c
305
static const unsigned char
distlen
[] = {2, 20, 53, 230, 247, 151, 248};
local
315
construct(&distcode,
distlen
, sizeof(
distlen
));
/external/toybox/toys/pending/
compress.c
340
int i, litlen,
distlen
, hufflen;
local
346
distlen
= bitbuf_get(bb, 5)+1; // max 32
358
for (i = 0; i < litlen +
distlen
;) {
372
if (i > litlen+
distlen
) error_exit("bad tree");
375
len2huff(disthuff = ((struct huff *)toybuf)+2, bits+litlen,
distlen
);
Completed in 1020 milliseconds