Home
last modified time | relevance | path

Searched defs:minLen (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dhuffman.c154 Int32 minLen, in BZ2_hbAssignCodes()
174 Int32 minLen, in BZ2_hbCreateDecodeTables()
H A Ddecompress.c111 Int32 minLen, maxLen; in BZ2_decompress() local
H A Dcompress.c243 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
/illumos-gate/usr/src/common/lzma/
H A DLzFind.c462 #define GET_MATCHES_HEADER2(minLen, ret_op) \ argument
467 #define GET_MATCHES_HEADER(minLen) GET_MATCHES_HEADER2(minLen, return 0) argument
468 #define SKIP_HEADER(minLen) GET_MATCHES_HEADER2(minLen, continue) argument