abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Nm_Entry_t_ |
struct | Nm_Man_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_HEADER_START struct Nm_Entry_t_ | Nm_Entry_t |
INCLUDES ///. More... | |
Functions | |
int | Nm_ManTableAdd (Nm_Man_t *p, Nm_Entry_t *pEntry) |
MACRO DEFINITIONS ///. More... | |
int | Nm_ManTableDelete (Nm_Man_t *p, int ObjId) |
Nm_Entry_t * | Nm_ManTableLookupId (Nm_Man_t *p, int ObjId) |
Nm_Entry_t * | Nm_ManTableLookupName (Nm_Man_t *p, char *pName, int Type) |
typedef typedefABC_NAMESPACE_HEADER_START struct Nm_Entry_t_ Nm_Entry_t |
INCLUDES ///.
CFile****************************************************************
FileName [nmInt.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Name manager.]
Synopsis [Internal declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]PARAMETERS ///BASIC TYPES ///
int Nm_ManTableAdd | ( | Nm_Man_t * | p, |
Nm_Entry_t * | pEntry | ||
) |
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Adds an entry to two hash tables.]
Description []
SideEffects []
SeeAlso []
Definition at line 71 of file nmTable.c.
int Nm_ManTableDelete | ( | Nm_Man_t * | p, |
int | ObjId | ||
) |
Function*************************************************************
Synopsis [Deletes the entry from two hash tables.]
Description []
SideEffects []
SeeAlso []
Definition at line 112 of file nmTable.c.
Nm_Entry_t* Nm_ManTableLookupId | ( | Nm_Man_t * | p, |
int | ObjId | ||
) |
Function*************************************************************
Synopsis [Looks up the entry by ID.]
Description []
SideEffects []
SeeAlso []
Definition at line 171 of file nmTable.c.
Nm_Entry_t* Nm_ManTableLookupName | ( | Nm_Man_t * | p, |
char * | pName, | ||
int | Type | ||
) |
Function*************************************************************
Synopsis [Looks up the entry by name and type.]
Description []
SideEffects []
SeeAlso []
Definition at line 191 of file nmTable.c.