SIS
Symmetric Index Structures
|
#include "base.h"
Go to the source code of this file.
Functions | |
void | Sort (void *set, UINT numberOfElements, SINT(*Cmp)(void *, UINT, UINT), void(*Swap)(void *, UINT, UINT)) |
UINT | BinarySearch (const void *set, UINT startPos, UINT length, const void *object, SINT(*Cmp)(const void *, UINT, const void *)) |
UINT BinarySearch | ( | const void * | set, |
UINT | startPos, | ||
UINT | length, | ||
const void * | object, | ||
SINT(*)(const void *, UINT, const void *) | Cmp | ||
) |
Definition at line 73 of file sort.c.
Referenced by CompressedAutomatonDelta().
void Sort | ( | void * | set, |
UINT | numberOfElements, | ||
SINT(*)(void *, UINT, UINT) | Cmp, | ||
void(*)(void *, UINT, UINT) | Swap | ||
) |
Definition at line 61 of file sort.c.
Referenced by CmdGenerateSuffixes(), and CompressedAutomatonSortTransitions().