SIS
Symmetric Index Structures
|
#include "base.h"
Go to the source code of this file.
Functions | |
UINT | SymbolToUINT (const void *symbol, UINT symbolSize) |
void | UINTToSymbol (UINT number, void *symbol, UINT symbolSize) |
SINT | CmpSymbols (const void *symbol1, const void *symbol2, UINT symbolSize) |
void | SwapSymbols (void *symbol1, void *symbol2, UINT symbolSize) |
Variables | |
UINT | endiannessOfThisMachine = NO |
UINT | endiannessOnWrite = NO |
Definition at line 62 of file typical.c.
Referenced by CompressedAutomatonDelta(), and Delta().
void SwapSymbols | ( | void * | symbol1, |
void * | symbol2, | ||
UINT | symbolSize | ||
) |
Definition at line 7 of file typical.c.
Referenced by lmu::cis::sis::SCDAWGAdapter::BuildSCDAWG(), CmdBuildCDAWG(), CmdBuildSCDAWG(), CmdBuildSuffixTree(), CmdGenerateSuffixes(), CmpSymbols(), CompressedAutomatonDelta(), DumpLabel(), DumpSCDAWGLabel(), DumpSequenceOfLabels2(), PrintSymbol(), VoidSequenceReadLine(), and VoidSequenceTrim().
Definition at line 3 of file typical.c.
Referenced by AlphabetRead(), AlphabetWrite(), BitSequenceRead(), BitSequenceWrite(), CompressedAutomatonRead(), CompressedAutomatonWrite(), VoidSequenceRead(), and VoidSequenceWrite().
UINT endiannessOnWrite = NO |
Definition at line 4 of file typical.c.
Referenced by AlphabetWrite(), BitSequenceRead(), BitSequenceWrite(), CompressedAutomatonWrite(), and VoidSequenceWrite().