• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/

Lines Matching defs:commonLengthSmaller

18458     size_t commonLengthSmaller=0, commonLengthLarger=0;
18483 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
18516 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */
18568 size_t commonLengthSmaller=0, commonLengthLarger=0;
18575 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
18595 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */
18682 { size_t commonLengthSmaller = 0, commonLengthLarger = 0;
18698 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
18729 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */
20528 size_t commonLengthSmaller=0, commonLengthLarger=0;
20559 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
20607 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */
20677 size_t commonLengthSmaller=0, commonLengthLarger=0;
20791 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
20827 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */
20845 commonLengthSmaller = commonLengthLarger = 0;
20848 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
20872 commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */