minLen           4555 drivers/scsi/scsi_debug.c 	int minLen = length > 15 ? 15 : length;
minLen           4559 drivers/scsi/scsi_debug.c 	memcpy(arr, buffer, minLen);
minLen           4560 drivers/scsi/scsi_debug.c 	arr[minLen] = '\0';
minLen             87 lib/decompress_bunzip2.c 	int minLen, maxLen;
minLen            236 lib/decompress_bunzip2.c 		int	minLen,	maxLen, pp;
minLen            272 lib/decompress_bunzip2.c 		minLen = maxLen = length[0];
minLen            277 lib/decompress_bunzip2.c 			else if (length[i] < minLen)
minLen            278 lib/decompress_bunzip2.c 				minLen = length[i];
minLen            297 lib/decompress_bunzip2.c 		hufGroup->minLen = minLen;
minLen            308 lib/decompress_bunzip2.c 		for (i = minLen; i <= maxLen; i++) {
minLen            324 lib/decompress_bunzip2.c 		for (i = minLen; i < maxLen; i++) {
minLen            343 lib/decompress_bunzip2.c 		base[minLen] = 0;
minLen            395 lib/decompress_bunzip2.c 		i = hufGroup->minLen;