HomeSort by: relevance | last modified time | path
    Searched refs:commonLengthSmaller (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_opt.c 456 size_t commonLengthSmaller=0, commonLengthLarger=0;
491 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
539 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */
613 size_t commonLengthSmaller=0, commonLengthLarger=0;
727 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
762 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */
781 commonLengthSmaller = commonLengthLarger = 0;
784 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
807 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */
zstd_lazy.c 83 size_t commonLengthSmaller=0, commonLengthLarger=0;
108 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
141 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */
194 size_t commonLengthSmaller=0, commonLengthLarger=0;
201 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
221 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */
310 { size_t commonLengthSmaller = 0, commonLengthLarger = 0;
326 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
357 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */

Completed in 19 milliseconds