SIS
Symmetric Index Structures
/Users/dbr/ma/src/bas/lml/typical.c File Reference
#include "base.h"
Include dependency graph for typical.c:

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

Function Documentation

SINT CmpSymbols ( const void *  symbol1,
const void *  symbol2,
UINT  symbolSize 
)

Definition at line 62 of file typical.c.

Referenced by CompressedAutomatonDelta(), and Delta().

void SwapSymbols ( void *  symbol1,
void *  symbol2,
UINT  symbolSize 
)

Definition at line 76 of file typical.c.

void UINTToSymbol ( UINT  number,
void *  symbol,
UINT  symbolSize 
)

Definition at line 25 of file typical.c.


Variable Documentation