Searched refs:opt_lenb (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/3rdparty/zlib/ |
D | trees.c | 913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local 941 opt_lenb = (s->opt_len+3+7)>>3; 945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb; 952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ 958 if (stored_len+4 <= opt_lenb && buf != (char*)0) { 972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
|
/external/zlib/src/ |
D | trees.c | 913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local 941 opt_lenb = (s->opt_len+3+7)>>3; 945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb; 952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ 958 if (stored_len+4 <= opt_lenb && buf != (char*)0) { 972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
|
/external/pdfium/third_party/zlib_v128/ |
D | trees.c | 913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local 941 opt_lenb = (s->opt_len+3+7)>>3; 945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb; 952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ 958 if (stored_len+4 <= opt_lenb && buf != (char*)0) { 972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
|