OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndist
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/contrib/infback9/
inflate9.h
41
unsigned
ndist
; /* number of distance code lengths */
member in struct:inflate_state
/src/common/dist/zlib/contrib/puff/
puff.c
648
* lengths (
ndist
), then they are treated as one long list of nlen +
ndist
667
int nlen,
ndist
, ncode; /* number of lengths in descriptor */
local in function:dynamic
685
ndist
= bits(s, 5) + 1;
687
if (nlen > MAXLCODES ||
ndist
> MAXDCODES)
703
while (index < nlen +
ndist
) {
724
if (index + symbol > nlen +
ndist
)
741
err = construct(&distcode, lengths + nlen,
ndist
);
742
if (err && (err < 0 ||
ndist
!= distcode.count[0] + distcode.count[1]))
/src/common/dist/zlib/
inflate.h
117
unsigned
ndist
; /* number of distance code lengths */
member in struct:inflate_state
Completed in 13 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025