HomeSort by: relevance | last modified time | path
    Searched defs:opt_len (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librefuse/
refuse_opt.c 397 size_t i, opt_len = 0; local in function:parse_opts
406 opt[opt_len] = '\0';
413 opt_len = 0;
417 opt[opt_len++] = arg[i+1];
421 opt[opt_len++] = arg[i];
426 opt[opt_len] = '\0';
  /src/common/dist/zlib/
deflate.h 258 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:internal_state
  /src/sys/net/
zlib.c 517 ulg opt_len; /* bit length of current block with optimal trees */ member in struct:deflate_state
2518 s->opt_len = s->static_len = 0L;
2582 * The length opt_len is updated; static_len is also updated if stree is
2621 s->opt_len += (ulg)f * (bits + xbits);
2654 s->opt_len += ((long)bits - (long)tree[m].Len)
2709 * and corresponding code. The length opt_len is updated; static_len is
2746 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
2902 /* opt_len now includes the length of the tree representations, except
2913 /* Update opt_len to include the bit length tree and counts */
2914 s->opt_len += 3*(max_blindex+1) + 5+5+4
    [all...]

Completed in 14 milliseconds