| /dragonfly/contrib/zstd/lib/compress/ |
| HD | zstd_fast.c | 22 U32 const mls = cParams->minMatch; in ZSTD_fillHashTable() local 33 size_t const hash0 = ZSTD_hashPtr(ip, hBits, mls); in ZSTD_fillHashTable() 39 size_t const hash = ZSTD_hashPtr(ip + p, hBits, mls); in ZSTD_fillHashTable() 50 U32 const mls) in ZSTD_compressBlock_fast_generic() argument 93 size_t const h0 = ZSTD_hashPtr(ip0, hlog, mls); in ZSTD_compressBlock_fast_generic() 95 size_t const h1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_generic() 160 …hashTable[ZSTD_hashPtr(base+current0+2, hlog, mls)] = current0+2; /* here because current+2 could… in ZSTD_compressBlock_fast_generic() 161 hashTable[ZSTD_hashPtr(ip0-2, hlog, mls)] = (U32)(ip0-2-base); in ZSTD_compressBlock_fast_generic() 168 hashTable[ZSTD_hashPtr(ip0, hlog, mls)] = (U32)(ip0-base); in ZSTD_compressBlock_fast_generic() 190 U32 const mls = ms->cParams.minMatch; in ZSTD_compressBlock_fast() local [all …]
|
| HD | zstd_double_fast.c | 21 U32 const mls = cParams->minMatch; in ZSTD_fillDoubleHashTable() local 37 size_t const smHash = ZSTD_hashPtr(ip + i, hBitsS, mls); in ZSTD_fillDoubleHashTable() 54 U32 const mls /* template */, ZSTD_dictMode_e const dictMode) in ZSTD_compressBlock_doubleFast_generic() argument 129 size_t const h = ZSTD_hashPtr(ip, hBitsS, mls); in ZSTD_compressBlock_doubleFast_generic() 131 size_t const dictHS = ZSTD_hashPtr(ip, dictHBitsS, mls); in ZSTD_compressBlock_doubleFast_generic() 266 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_generic() 267 hashSmall[ZSTD_hashPtr(ip-1, hBitsS, mls)] = (U32)(ip-1-base); in ZSTD_compressBlock_doubleFast_generic() 285 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_generic() 301 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic() 323 const U32 mls = ms->cParams.minMatch; in ZSTD_compressBlock_doubleFast() local [all …]
|
| HD | zstd_lazy.c | 22 U32 mls) in ZSTD_updateDUBT() argument 44 … size_t const h = ZSTD_hashPtr(base + idx, hashLog, mls); /* assumption : ip + 8 <= iend */ in ZSTD_updateDUBT() 159 U32 const mls, in ZSTD_DUBT_findBetterDictMatch() argument 166 size_t const h = ZSTD_hashPtr(ip, hashLog, mls); in ZSTD_DUBT_findBetterDictMatch() 234 U32 const mls, in ZSTD_DUBT_findBestMatch() argument 240 size_t const h = ZSTD_hashPtr(ip, hashLog, mls); in ZSTD_DUBT_findBestMatch() 364 mls, dictMode); in ZSTD_DUBT_findBestMatch() 384 const U32 mls /* template */, in ZSTD_BtFindBestMatch() argument 389 ZSTD_updateDUBT(ms, ip, iLimit, mls); in ZSTD_BtFindBestMatch() 390 return ZSTD_DUBT_findBestMatch(ms, ip, iLimit, offsetPtr, mls, dictMode); in ZSTD_BtFindBestMatch() [all …]
|
| HD | zstd_opt.c | 372 U32 const mls, const int extDict) in ZSTD_insertBt1() argument 377 size_t const h = ZSTD_hashPtr(ip, hashLog, mls); in ZSTD_insertBt1() 486 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_updateTree_internal() argument 495 U32 const forward = ZSTD_insertBt1(ms, base+idx, iend, mls, dictMode == ZSTD_extDict); in ZSTD_updateTree_internal() 517 U32 const mls /* template */) in ZSTD_insertBtAndGetAllMatches() argument 524 U32 const minMatch = (mls==3) ? 3 : 4; in ZSTD_insertBtAndGetAllMatches() 526 size_t const h = ZSTD_hashPtr(ip, hashLog, mls); in ZSTD_insertBtAndGetAllMatches() 609 if ((mls == 3) /*static*/ && (bestLength < mls)) { in ZSTD_insertBtAndGetAllMatches() 623 if (mlen >= mls /* == 3 > bestLength */) { in ZSTD_insertBtAndGetAllMatches() 696 size_t const dmsH = ZSTD_hashPtr(ip, dmsHashLog, mls); in ZSTD_insertBtAndGetAllMatches()
|
| HD | zstd_compress_internal.h | 701 size_t ZSTD_hashPtr(const void* p, U32 hBits, U32 mls) in ZSTD_hashPtr() argument 703 switch(mls) in ZSTD_hashPtr()
|
| /dragonfly/contrib/tnftp/src/ |
| HD | cmdtab.c | 239 { "mdir", H(mlshelp), 1, 1, 1, CMPL(R) mls }, 242 { "mls", H(mlshelp), 1, 1, 1, CMPL(R) mls },
|
| HD | extern.h | 159 void mls(int, char **);
|
| HD | cmds.c | 1377 mls(int argc, char *argv[]) in mls() function
|
| /dragonfly/contrib/ncurses/include/ |
| HD | Caps | 301 micro_line_size mls num Yg - - ----- …
|