commonLengthLarger 1570 lib/zstd/compress.c 	size_t commonLengthSmaller = 0, commonLengthLarger = 0;
commonLengthLarger 1590 lib/zstd/compress.c 		size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
commonLengthLarger 1625 lib/zstd/compress.c 			commonLengthLarger = matchLength;
commonLengthLarger 1653 lib/zstd/compress.c 	size_t commonLengthSmaller = 0, commonLengthLarger = 0;
commonLengthLarger 1672 lib/zstd/compress.c 		size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
commonLengthLarger 1708 lib/zstd/compress.c 			commonLengthLarger = matchLength;
commonLengthLarger  247 lib/zstd/zstd_opt.h 	size_t commonLengthSmaller = 0, commonLengthLarger = 0;
commonLengthLarger  297 lib/zstd/zstd_opt.h 		size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */
commonLengthLarger  338 lib/zstd/zstd_opt.h 			commonLengthLarger = matchLength;