HyperDbg Debugger
|
The header file for array management routines (Binary Search) More...
Go to the source code of this file.
Functions | |
VOID | BinarySearchPrintArray (UINT64 ArrayPtr[], UINT32 NumberOfItems) |
A utility function to print an array of size NumberOfItems. | |
BOOLEAN | BinarySearchPerformSearchItem (UINT64 ArrayPtr[], UINT32 NumberOfItems, UINT32 *ResultIndex, UINT64 Key) |
A utility function to perform the binary search. | |
The header file for array management routines (Binary Search)
BOOLEAN BinarySearchPerformSearchItem | ( | UINT64 | ArrayPtr[], |
UINT32 | NumberOfItems, | ||
UINT32 * | ResultIndex, | ||
UINT64 | Key ) |
A utility function to perform the binary search.
ArrayPtr | |
NumberOfItems | |
ResultIndex | |
Key |
A utility function to print an array of size NumberOfItems.
ArrayPtr | |
NumberOfItems |