Lines Matching full:than
380 …* @param ExceptionBaseAddress The exception base address, must be aligned greater than or qeual…
390 * @param TlbRebaseAddress The TlbRebase address, must be aligned greater than or qeual to 4K .
672 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than StrLen(Source).
676 and DestMax is greater than
690 Copies not more than Length successive char from the string pointed to by
708 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than
713 and DestMax is greater than
744 @retval RETURN_BAD_BUFFER_SIZE If DestMax is NOT greater than
747 greater than StrLen(Source).
751 and DestMax is greater than
765 Appends not more than Length successive char from the string pointed to by
784 @retval RETURN_BAD_BUFFER_SIZE If DestMax is NOT greater than
787 greater than MIN(StrLen(Source), Length).
791 and DestMax is greater than
840 zero, and String contains more than
891 zero, and String contains more than
947 zero, and String contains more than
1003 zero, and String contains more than
1080 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than StrLen(Source).
1084 and DestMax is greater than
1098 Copies not more than Length successive char from the string pointed to by
1113 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than
1118 and DestMax is greater than
1146 @retval RETURN_BAD_BUFFER_SIZE If DestMax is NOT greater than
1149 greater than StrLen(Source).
1153 and DestMax is greater than
1167 Appends not more than Length successive char from the string pointed to by
1183 @retval RETURN_BAD_BUFFER_SIZE If DestMax is NOT greater than
1186 greater than MIN(StrLen(Source), Length).
1190 and DestMax is greater than
1237 and String contains more than
1286 and String contains more than
1339 and String contains more than
1392 and String contains more than
1416 If PcdMaximumUnicodeStringLength is not zero, and String contains more than
1440 If PcdMaximumUnicodeStringLength is not zero, and String contains more than
1470 than PcdMaximumUnicodeStringLength Unicode characters not including the
1473 than PcdMaximumUnicodeStringLength Unicode characters, not including the
1505 If PcdMaximumUnicodeStringLength is not zero, and Length is greater than
1507 If PcdMaximumUnicodeStringLength is not zero, and FirstString contains more than
1510 If PcdMaximumUnicodeStringLength is not zero, and SecondString contains more than
1545 or String contains more than PcdMaximumUnicodeStringLength Unicode
1588 more than PcdMaximumUnicodeStringLength Unicode characters not including
1628 more than PcdMaximumUnicodeStringLength Unicode characters not including
1668 If PcdMaximumUnicodeStringLength is not zero, and String contains more than
1709 If PcdMaximumUnicodeStringLength is not zero, and String contains more than
1764 @retval RETURN_UNSUPPORTED If X contains more than four hexadecimal
1767 is not less than 8.
1910 and Length is greater than
1915 @retval RETURN_BUFFER_TOO_SMALL If MaxBufferSize is less than (Length / 2).
1938 equal or greater than ((StrLen (Source) + 1) * sizeof (CHAR8)) in bytes.
1953 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than StrLen(Source).
1957 and DestMax is greater than
1960 and DestMax is greater than
1975 Convert not more than Length successive characters from a Null-terminated
1979 This function converts not more than Length successive characters from the
1985 equal or greater than ((StrLen (Source) + 1) * sizeof (CHAR8)) in bytes.
2006 and Length or DestMax is greater than
2009 zero, and Length or DestMax is greater than
2012 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than
2035 If PcdMaximumAsciiStringLength is not zero and String contains more than
2058 If PcdMaximumAsciiStringLength is not zero and String contains more than
2085 If PcdMaximumAsciiStringLength is not zero and FirstString contains more than
2089 than PcdMaximumAsciiStringLength ASCII characters not including the
2119 If PcdMaximumAsciiStringLength is not zero and FirstString contains more than
2123 than PcdMaximumAsciiStringLength ASCII characters not including the
2155 If PcdMaximumAsciiStringLength is not zero, and Length is greater than
2157 If PcdMaximumAsciiStringLength is not zero, and FirstString contains more than
2160 If PcdMaximumAsciiStringLength is not zero, and SecondString contains more than
2193 String contains more than PcdMaximumAsciiStringLength Unicode characters
2232 If PcdMaximumAsciiStringLength is not zero, and String contains more than
2268 If PcdMaximumAsciiStringLength is not zero, and String contains more than
2309 and String contains more than PcdMaximumAsciiStringLength ASCII characters not including
2349 and String contains more than PcdMaximumAsciiStringLength ASCII characters not including
2401 @retval RETURN_UNSUPPORTED If X contains more than four hexadecimal
2404 is not less than 8.
2539 and Length is greater than
2544 @retval RETURN_BUFFER_TOO_SMALL If MaxBufferSize is less than (Length / 2).
2566 equal or greater than ((AsciiStrLen (Source) + 1) * sizeof (CHAR16)) in bytes.
2578 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than StrLen(Source).
2582 and DestMax is greater than
2585 and DestMax is greater than
2600 Convert not more than Length successive characters from a Null-terminated
2604 This function converts not more than Length successive characters from the
2610 size not smaller than
2630 zero, and Length or DestMax is greater than
2633 and Length or DestMax is greater than
2636 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than
2705 …@retval RETURN_INVALID_PARAMETER If SourceLength or DestinationSize is bigger than (MAX_ADDRESS …
2707 …@retval RETURN_BUFFER_TOO_SMALL If Destination is NULL or DestinationSize is smaller than requi…
2873 This will be done inline and the existing buffer may be larger than required
2941 If PcdMaximumLinkedListLength is not zero, and List contains more than
2993 of nodes in ListHead, including the ListHead node, is greater than or
3022 of nodes in ListHead, including the ListHead node, is greater than or
3050 in List, including the List node, is greater than or equal to
3076 If PcdMaximumLinkedListLength is not zero, and List contains more than
3104 If PcdMaximumLinkedListLength is not zero, and List contains more than
3131 in List, including the List node, is greater than or equal to
3160 in List, including the List node, is greater than or equal to
3191 in List, including the List node, is greater than or equal to
3226 the FirstEntry and SecondEntry nodes, is greater than or equal to
3255 linked list containing Entry, including the Entry node, is greater than
3280 @return <0 Buffer1 is less than Buffer2.
3281 @return >0 Buffer1 is greater than Buffer2.
3330 If Count is greater than 63, then ASSERT().
3352 If Count is greater than 63, then ASSERT().
3374 If Count is greater than 63, then ASSERT().
3397 If Count is greater than 31, then ASSERT().
3420 If Count is greater than 31, then ASSERT().
3443 If Count is greater than 63, then ASSERT().
3466 If Count is greater than 63, then ASSERT().
4020 If StartBit is greater than 7, then ASSERT().
4021 If EndBit is greater than 7, then ASSERT().
4022 If EndBit is less than StartBit, then ASSERT().
4049 If StartBit is greater than 7, then ASSERT().
4050 If EndBit is greater than 7, then ASSERT().
4051 If EndBit is less than StartBit, then ASSERT().
4052 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4082 If StartBit is greater than 7, then ASSERT().
4083 If EndBit is greater than 7, then ASSERT().
4084 If EndBit is less than StartBit, then ASSERT().
4085 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4115 If StartBit is greater than 7, then ASSERT().
4116 If EndBit is greater than 7, then ASSERT().
4117 If EndBit is less than StartBit, then ASSERT().
4118 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4149 If StartBit is greater than 7, then ASSERT().
4150 If EndBit is greater than 7, then ASSERT().
4151 If EndBit is less than StartBit, then ASSERT().
4152 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4153 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4182 If StartBit is greater than 15, then ASSERT().
4183 If EndBit is greater than 15, then ASSERT().
4184 If EndBit is less than StartBit, then ASSERT().
4211 If StartBit is greater than 15, then ASSERT().
4212 If EndBit is greater than 15, then ASSERT().
4213 If EndBit is less than StartBit, then ASSERT().
4214 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4244 If StartBit is greater than 15, then ASSERT().
4245 If EndBit is greater than 15, then ASSERT().
4246 If EndBit is less than StartBit, then ASSERT().
4247 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4277 If StartBit is greater than 15, then ASSERT().
4278 If EndBit is greater than 15, then ASSERT().
4279 If EndBit is less than StartBit, then ASSERT().
4280 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4311 If StartBit is greater than 15, then ASSERT().
4312 If EndBit is greater than 15, then ASSERT().
4313 If EndBit is less than StartBit, then ASSERT().
4314 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4315 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4344 If StartBit is greater than 31, then ASSERT().
4345 If EndBit is greater than 31, then ASSERT().
4346 If EndBit is less than StartBit, then ASSERT().
4373 If StartBit is greater than 31, then ASSERT().
4374 If EndBit is greater than 31, then ASSERT().
4375 If EndBit is less than StartBit, then ASSERT().
4376 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4406 If StartBit is greater than 31, then ASSERT().
4407 If EndBit is greater than 31, then ASSERT().
4408 If EndBit is less than StartBit, then ASSERT().
4409 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4439 If StartBit is greater than 31, then ASSERT().
4440 If EndBit is greater than 31, then ASSERT().
4441 If EndBit is less than StartBit, then ASSERT().
4442 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4473 If StartBit is greater than 31, then ASSERT().
4474 If EndBit is greater than 31, then ASSERT().
4475 If EndBit is less than StartBit, then ASSERT().
4476 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4477 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4506 If StartBit is greater than 63, then ASSERT().
4507 If EndBit is greater than 63, then ASSERT().
4508 If EndBit is less than StartBit, then ASSERT().
4535 If StartBit is greater than 63, then ASSERT().
4536 If EndBit is greater than 63, then ASSERT().
4537 If EndBit is less than StartBit, then ASSERT().
4538 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4568 If StartBit is greater than 63, then ASSERT().
4569 If EndBit is greater than 63, then ASSERT().
4570 If EndBit is less than StartBit, then ASSERT().
4571 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4601 If StartBit is greater than 63, then ASSERT().
4602 If EndBit is greater than 63, then ASSERT().
4603 If EndBit is less than StartBit, then ASSERT().
4604 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4635 If StartBit is greater than 63, then ASSERT().
4636 If EndBit is greater than 63, then ASSERT().
4637 If EndBit is less than StartBit, then ASSERT().
4638 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4639 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
4669 If StartBit is greater than 31, then ASSERT().
4670 If EndBit is greater than 31, then ASSERT().
4671 If EndBit is less than StartBit, then ASSERT().
4697 If StartBit is greater than 63, then ASSERT().
4698 If EndBit is greater than 63, then ASSERT().
4699 If EndBit is less than StartBit, then ASSERT().
4732 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4757 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4783 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4810 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4836 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4863 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4889 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4916 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4936 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
5049 The same structure must never be used for more than one CPU architecture context.
6059 If StartBit is greater than 31, then ASSERT().
6060 If EndBit is greater than 31, then ASSERT().
6061 If EndBit is less than StartBit, then ASSERT().
6090 If StartBit is greater than 31, then ASSERT().
6091 If EndBit is greater than 31, then ASSERT().
6092 If EndBit is less than StartBit, then ASSERT().
6093 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
6126 If StartBit is greater than 31, then ASSERT().
6127 If EndBit is greater than 31, then ASSERT().
6128 If EndBit is less than StartBit, then ASSERT().
6129 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
6162 If StartBit is greater than 31, then ASSERT().
6163 If EndBit is greater than 31, then ASSERT().
6164 If EndBit is less than StartBit, then ASSERT().
6165 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
6200 If StartBit is greater than 31, then ASSERT().
6201 If EndBit is greater than 31, then ASSERT().
6202 If EndBit is less than StartBit, then ASSERT().
6203 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
6204 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
6359 If StartBit is greater than 63, then ASSERT().
6360 If EndBit is greater than 63, then ASSERT().
6361 If EndBit is less than StartBit, then ASSERT().
6389 If StartBit is greater than 63, then ASSERT().
6390 If EndBit is greater than 63, then ASSERT().
6391 If EndBit is less than StartBit, then ASSERT().
6392 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
6425 If StartBit is greater than 63, then ASSERT().
6426 If EndBit is greater than 63, then ASSERT().
6427 If EndBit is less than StartBit, then ASSERT().
6428 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
6461 If StartBit is greater than 63, then ASSERT().
6462 If EndBit is greater than 63, then ASSERT().
6463 If EndBit is less than StartBit, then ASSERT().
6464 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
6498 If StartBit is greater than 63, then ASSERT().
6499 If EndBit is greater than 63, then ASSERT().
6500 If EndBit is less than StartBit, then ASSERT().
6501 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
6502 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
7832 service should be used. If the caller intends to make more than one 16-bit
8040 If InstructionEnd is closer to address 0 than