Searched refs:Pivot (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/BaseSortLib/ |
H A D | BaseSortLib.c | 55 VOID *Pivot; local 74 Pivot = ((UINT8*)BufferToSort+((Count-1)*ElementSize)); 87 if (CompareFunction((VOID*)((UINT8*)BufferToSort+((LoopCount)*ElementSize)),Pivot) <= 0){ 104 CopyMem (Buffer, Pivot, ElementSize); 105 CopyMem (Pivot, (UINT8*)BufferToSort+(NextSwapLocation*ElementSize), ElementSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | CrtWrapper.c | 44 VOID *Pivot; local 61 Pivot = ((UINT8 *)BufferToSort + ((Count - 1) * ElementSize)); 72 if (CompareFunction ((VOID *)((UINT8 *)BufferToSort + ((LoopCount) * ElementSize)), Pivot) <= 0) { 89 CopyMem (Buffer, Pivot, ElementSize); 90 CopyMem (Pivot, (UINT8 *)BufferToSort + (NextSwapLocation * ElementSize), ElementSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiSortLib/ |
H A D | UefiSortLib.c | 65 VOID *Pivot; local 84 Pivot = ((UINT8*)BufferToSort+((Count-1)*ElementSize)); 97 if (CompareFunction((VOID*)((UINT8*)BufferToSort+((LoopCount)*ElementSize)),Pivot) <= 0){ 114 CopyMem (Buffer, Pivot, ElementSize); 115 CopyMem (Pivot, (UINT8*)BufferToSort+(NextSwapLocation*ElementSize), ElementSize);
|
Completed in 239 milliseconds