commonLengthSmaller 1570 lib/zstd/compress.c size_t commonLengthSmaller = 0, commonLengthLarger = 0; commonLengthSmaller 1590 lib/zstd/compress.c size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ commonLengthSmaller 1615 lib/zstd/compress.c commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */ commonLengthSmaller 1653 lib/zstd/compress.c size_t commonLengthSmaller = 0, commonLengthLarger = 0; commonLengthSmaller 1672 lib/zstd/compress.c size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ commonLengthSmaller 1698 lib/zstd/compress.c commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */ commonLengthSmaller 247 lib/zstd/zstd_opt.h size_t commonLengthSmaller = 0, commonLengthLarger = 0; commonLengthSmaller 297 lib/zstd/zstd_opt.h size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ commonLengthSmaller 328 lib/zstd/zstd_opt.h commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common length */