HyperDbg Debugger
Toggle main menu visibility
Loading...
Searching...
No Matches
InsertionSort.h
Go to the documentation of this file.
1
12
#pragma once
13
15
// Functions //
17
18
BOOLEAN
19
InsertionSortInsertItem
(UINT64 ArrayPtr[],
UINT32
* NumberOfItems,
UINT32
MaxNumOfItems,
UINT32
* Index, UINT64 Key);
20
21
BOOLEAN
22
InsertionSortDeleteItem
(UINT64 ArrayPtr[],
UINT32
* NumberOfItems,
UINT32
Index);
InsertionSortDeleteItem
BOOLEAN InsertionSortDeleteItem(UINT64 ArrayPtr[], UINT32 *NumberOfItems, UINT32 Index)
Function to implement insertion sort.
Definition
InsertionSort.c:69
InsertionSortInsertItem
BOOLEAN InsertionSortInsertItem(UINT64 ArrayPtr[], UINT32 *NumberOfItems, UINT32 MaxNumOfItems, UINT32 *Index, UINT64 Key)
Function to implement insertion sort.
Definition
InsertionSort.c:26
BOOLEAN
UCHAR BOOLEAN
Definition
BasicTypes.h:35
UINT32
unsigned int UINT32
Definition
BasicTypes.h:54
hyperdbg
include
components
optimizations
header
InsertionSort.h
Generated by
1.17.0