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

  /src/external/bsd/zstd/dist/contrib/match_finders/
zstd_edist.c 71 S32 dictMid; /* The mid diagonal for the dictionary */
144 partition->dictMid = dictIdx;
184 partition->dictMid = dictIdx;
220 partition->dictMid = dictIdx;
253 partition->dictMid = dictIdx;
310 partition->dictMid = forwardDictBest;
315 partition->dictMid = backwardDictBest;
375 partition.dictMid = 0;
379 if (ZSTD_eDist_compare(state, dictLow, partition.dictMid,
382 if (ZSTD_eDist_compare(state, partition.dictMid, dictHigh
    [all...]

Completed in 27 milliseconds