Searched defs:CompareFunction (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/BaseSortLib/
H A DBaseSortLib.c31 if CompareFunction is NULL, then ASSERT.
41 @param[in] CompareFunction The function to call to perform the comparison
51 IN SORT_COMPARE CompareFunction,
60 ASSERT(CompareFunction != NULL);
87 if (CompareFunction((VOID*)((UINT8*)BufferToSort+((LoopCount)*ElementSize)),Pivot) <= 0){
117 CompareFunction,
126 CompareFunction,
137 if CompareFunction is NULL, then ASSERT.
146 @param[in] CompareFunction The function to call to perform the comparison
155 IN SORT_COMPARE CompareFunction
47 QuickSortWorker( IN OUT VOID *BufferToSort, IN CONST UINTN Count, IN CONST UINTN ElementSize, IN SORT_COMPARE CompareFunction, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiSortLib/
H A DUefiSortLib.c41 if CompareFunction is NULL, then ASSERT.
51 @param[in] CompareFunction The function to call to perform the comparison
61 IN SORT_COMPARE CompareFunction,
70 ASSERT(CompareFunction != NULL);
97 if (CompareFunction((VOID*)((UINT8*)BufferToSort+((LoopCount)*ElementSize)),Pivot) <= 0){
127 CompareFunction,
136 CompareFunction,
148 if CompareFunction is NULL, then ASSERT.
157 @param[in] CompareFunction The function to call to perform the comparison
166 IN SORT_COMPARE CompareFunction
57 QuickSortWorker( IN OUT VOID *BufferToSort, IN CONST UINTN Count, IN CONST UINTN ElementSize, IN SORT_COMPARE CompareFunction, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c40 IN SORT_COMPARE CompareFunction,
49 ASSERT(CompareFunction != NULL);
72 if (CompareFunction ((VOID *)((UINT8 *)BufferToSort + ((LoopCount) * ElementSize)), Pivot) <= 0) {
101 CompareFunction,
109 CompareFunction,
36 QuickSortWorker( IN OUT VOID *BufferToSort, IN CONST UINTN Count, IN CONST UINTN ElementSize, IN SORT_COMPARE CompareFunction, IN VOID *Buffer ) argument

Completed in 33 milliseconds