Home
last modified time | relevance | path

Searched defs:dictIdx (Results 1 – 3 of 3) sorted by relevance

/external/zstd/contrib/match_finders/
Dzstd_edist.c50 U32 dictIdx; member
128 S32 dictIdx; in ZSTD_eDist_diag() local
168 S32 dictIdx; in ZSTD_eDist_diag() local
208 S32 dictIdx = forwardDiag[diag]; in ZSTD_eDist_diag() local
241 S32 dictIdx = backwardDiag[diag]; in ZSTD_eDist_diag() local
279 S32 dictIdx = MIN(forwardDiag[diag], dictHigh); in ZSTD_eDist_diag() local
295 S32 dictIdx = MAX(dictLow, backwardDiag[diag]); in ZSTD_eDist_diag() local
326 S32 const dictIdx, S32 const srcIdx) in ZSTD_eDist_insertMatch()
515 U32 const dictIdx = match.dictIdx; in ZSTD_eDist_validateMatches() local
/external/lz4/lib/
Dlz4hc.c547 const U32 dictIdx = ctx->lowLimit; in LZ4MID_compress() local
904 const U32 dictIdx = hc4->lowLimit; in LZ4HC_InsertAndGetWiderMatch() local
/external/zstd/tests/
Dfuzzer.c3341 size_t dictIdx = FUZ_rand(&dictIDSeed) % numDicts; in basicUnitTests() local