Lines Matching full:minimum
32 * solely to the minimum extent necessary to exercise the above copyright
125 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
165 * PARAMETERS: Minimum - Address Min value
189 UINT32 Minimum, in RsSmallAddressCheck() argument
221 if (!Minimum && !Maximum && !Length) in RsSmallAddressCheck()
241 if (Minimum > Maximum) in RsSmallAddressCheck()
245 else if (Length > (Maximum - Minimum + 1)) in RsSmallAddressCheck()
259 Minimum <<= 8; in RsSmallAddressCheck()
273 if (Minimum % Alignment) in RsSmallAddressCheck()
288 * PARAMETERS: Minimum - Address Min value
309 * _MIF flag set means that the minimum address is fixed and is not relocatable
320 UINT64 Minimum, in RsLargeAddressCheck() argument
351 if (!Minimum && !Maximum && !Length && !Granularity) in RsLargeAddressCheck()
365 if (Minimum > Maximum) in RsLargeAddressCheck()
370 else if (Length > (Maximum - Minimum + 1)) in RsLargeAddressCheck()
419 if (Length != (Maximum - Minimum + 1)) in RsLargeAddressCheck()
456 if (Granularity & Minimum) in RsLargeAddressCheck()