Searched defs:LoopCount (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/BaseSortLib/ |
H A D | BaseSortLib.c | 56 UINTN LoopCount; local 80 for ( LoopCount = 0 81 ; LoopCount < Count -1 82 ; LoopCount++ 87 if (CompareFunction((VOID*)((UINT8*)BufferToSort+((LoopCount)*ElementSize)),Pivot) <= 0){ 92 CopyMem ((UINT8*)BufferToSort+(NextSwapLocation*ElementSize), (UINT8*)BufferToSort+((LoopCount)*ElementSize), ElementSize); 93 CopyMem ((UINT8*)BufferToSort+((LoopCount)*ElementSize), Buffer, ElementSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
H A D | UefiShellLevel2CommandsLib.c | 293 UINTN LoopCount; local 300 for (LoopCount = 0 ; LoopCount < Count ; LoopCount++) { 301 Char1 = InternalCharToUpper(Source[LoopCount]); 302 Char2 = InternalCharToUpper(Target[LoopCount]); 304 return (&Source[LoopCount]);
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiSortLib/ |
H A D | UefiSortLib.c | 66 UINTN LoopCount; local 90 for ( LoopCount = 0 91 ; LoopCount < Count -1 92 ; LoopCount++ 97 if (CompareFunction((VOID*)((UINT8*)BufferToSort+((LoopCount)*ElementSize)),Pivot) <= 0){ 102 CopyMem ((UINT8*)BufferToSort+(NextSwapLocation*ElementSize), (UINT8*)BufferToSort+((LoopCount)*ElementSize), ElementSize); 103 CopyMem ((UINT8*)BufferToSort+((LoopCount)*ElementSize), Buffer, ElementSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | CrtWrapper.c | 45 UINTN LoopCount; local 67 for (LoopCount = 0; LoopCount < Count - 1; LoopCount++) 72 if (CompareFunction ((VOID *)((UINT8 *)BufferToSort + ((LoopCount) * ElementSize)), Pivot) <= 0) { 77 CopyMem ((UINT8 *)BufferToSort + (NextSwapLocation * ElementSize), (UINT8 *)BufferToSort + ((LoopCount) * ElementSize), ElementSize); 78 CopyMem ((UINT8 *)BufferToSort + ((LoopCount) * ElementSize), Buffer, ElementSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | BaseLib.h | 82 UINT64 LoopCount; member in struct:__anon11922
|
Completed in 303 milliseconds