OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_blindex
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
trees.c
801
int
max_blindex
; /* index of last bit length code of non zero freq */
local in function:build_bl_tree
817
for (
max_blindex
= BL_CODES-1;
max_blindex
>= 3;
max_blindex
--) {
818
if (s->bl_tree[bl_order[
max_blindex
]].Len != 0) break;
821
s->opt_len += 3*((ulg)
max_blindex
+ 1) + 5 + 5 + 4;
825
return
max_blindex
;
1000
int
max_blindex
= 0; /* index of last bit length code of non zero freq */
local in function:_tr_flush_block
1024
max_blindex
= build_bl_tree(s);
1068
max_blindex
+ 1)
[
all
...]
/src/sys/net/
zlib.c
2894
int
max_blindex
; /* index of last bit length code of non zero freq */
local in function:build_bl_tree
2910
for (
max_blindex
= BL_CODES-1;
max_blindex
>= 3;
max_blindex
--) {
2911
if (s->bl_tree[bl_order[
max_blindex
]].Len != 0) break;
2914
s->opt_len += 3*(
max_blindex
+1) + 5+5+4;
2918
return
max_blindex
;
3023
int
max_blindex
= 0; /* index of last bit length code of non zero freq */
local in function:_tr_flush_block
3046
max_blindex
= build_bl_tree(s);
3090
max_blindex
+1)
[
all
...]
Completed in 15 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025