#include "Fxch.h"
Go to the source code of this file.
Functions | |
| Fxch_SCHashTable_t * | Fxch_SCHashTableCreate (Fxch_Man_t *pFxchMan, int nEntries) |
| void | Fxch_SCHashTableDelete (Fxch_SCHashTable_t *pSCHashTable) |
| int | Fxch_SCHashTableInsert (Fxch_SCHashTable_t *pSCHashTable, Vec_Wec_t *vCubes, uint32_t SubCubeID, uint32_t iCube, uint32_t iLit0, uint32_t iLit1, char fUpdate) |
| int | Fxch_SCHashTableRemove (Fxch_SCHashTable_t *pSCHashTable, Vec_Wec_t *vCubes, uint32_t SubCubeID, uint32_t iCube, uint32_t iLit0, uint32_t iLit1, char fUpdate) |
| unsigned int | Fxch_SCHashTableMemory (Fxch_SCHashTable_t *pHashTable) |
| void | Fxch_SCHashTablePrint (Fxch_SCHashTable_t *pHashTable) |
| Fxch_SCHashTable_t * Fxch_SCHashTableCreate | ( | Fxch_Man_t * | pFxchMan, |
| int | nEntries ) |
Definition at line 93 of file FxchSCHashTable.c.

| void Fxch_SCHashTableDelete | ( | Fxch_SCHashTable_t * | pSCHashTable | ) |
Definition at line 107 of file FxchSCHashTable.c.

| int Fxch_SCHashTableInsert | ( | Fxch_SCHashTable_t * | pSCHashTable, |
| Vec_Wec_t * | vCubes, | ||
| uint32_t | SubCubeID, | ||
| uint32_t | iCube, | ||
| uint32_t | iLit0, | ||
| uint32_t | iLit1, | ||
| char | fUpdate ) |
Definition at line 179 of file FxchSCHashTable.c.

| unsigned int Fxch_SCHashTableMemory | ( | Fxch_SCHashTable_t * | pHashTable | ) |
Definition at line 362 of file FxchSCHashTable.c.

| void Fxch_SCHashTablePrint | ( | Fxch_SCHashTable_t * | pHashTable | ) |
Definition at line 371 of file FxchSCHashTable.c.

| int Fxch_SCHashTableRemove | ( | Fxch_SCHashTable_t * | pSCHashTable, |
| Vec_Wec_t * | vCubes, | ||
| uint32_t | SubCubeID, | ||
| uint32_t | iCube, | ||
| uint32_t | iLit0, | ||
| uint32_t | iLit1, | ||
| char | fUpdate ) |
Definition at line 275 of file FxchSCHashTable.c.
