Searched defs:minLen (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/common/bzip2/ |
H A D | huffman.c | 154 Int32 minLen, in BZ2_hbAssignCodes() 174 Int32 minLen, in BZ2_hbCreateDecodeTables()
|
H A D | decompress.c | 111 Int32 minLen, maxLen; in BZ2_decompress() local
|
H A D | compress.c | 243 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
|
/illumos-gate/usr/src/common/lzma/ |
H A D | LzFind.c | 462 #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
|