Home
last modified time | relevance | path

Searched refs:max_blindex (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dtrees.c802 int max_blindex; /* index of last bit length code of non zero freq */ local
818 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
819 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
822 s->opt_len += 3*((ulg)max_blindex+1) + 5+5+4;
826 return max_blindex;
919 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
943 max_blindex = build_bl_tree(s);
988 max_blindex
[all...]
/third_party/node/deps/zlib/
H A Dtrees.c799 int max_blindex; /* index of last bit length code of non zero freq */ in build_bl_tree() local
815 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) { in build_bl_tree()
816 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree()
819 s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4; in build_bl_tree()
823 return max_blindex; in build_bl_tree()
999 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
1023 max_blindex = build_bl_tree(s);
1067 max_blindex
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dtrees.c810 int max_blindex; /* index of last bit length code of non zero freq */ local
826 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
827 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
830 s->opt_len += 3*(max_blindex+1) + 5+5+4;
834 return max_blindex;
932 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
956 max_blindex = build_bl_tree(s);
1000 max_blindex
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dtrees.c802 int max_blindex; /* index of last bit length code of non zero freq */ local
818 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) {
819 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
822 s->opt_len += 3*((ulg)max_blindex+1) + 5+5+4;
826 return max_blindex;
918 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
942 max_blindex = build_bl_tree(s);
987 max_blindex
[all...]
/third_party/zlib/
H A Dtrees.c822 int max_blindex; /* index of last bit length code of non zero freq */ in build_bl_tree() local
838 for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) { in build_bl_tree()
839 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree()
842 s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4; in build_bl_tree()
846 return max_blindex; in build_bl_tree()
1024 int max_blindex = 0; /* index of last bit length code of non zero freq */ local
1048 max_blindex = build_bl_tree(s);
1092 max_blindex
[all...]

Completed in 8 milliseconds