OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lext
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/contrib/infback9/
inftree9.c
59
static const unsigned short
lext
[31] = { /* Length codes 257..285 extra */
local in function:inflate_table9
178
extra =
lext
;
/src/common/dist/zlib/
inftrees.c
60
static const unsigned short
lext
[31] = { /* Length codes 257..285 extra */
local in function:inflate_table
185
extra =
lext
;
/src/common/dist/zlib/contrib/puff/
puff.c
403
* lengths and
lext
[] for the corresponding number of extra bits.
446
static const short
lext
[29] = { /* Extra bits for length codes 257..285 */
local in function:codes
477
len = lens[symbol] + bits(s,
lext
[symbol]);
Completed in 13 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025