Home
last modified time | relevance | path

Searched refs:IHashAdd (Results 1 – 3 of 3) sorted by relevance

/dports/cad/magic/magic-8.3.245/utils/
H A Dihash.h87 extern void IHashAdd(IHashTable *table, void *entry);
H A Dihash.c142 void IHashAdd(IHashTable *table, void *entry) in IHashAdd() function
234 IHashAdd(table,entry); in iHashResize()
/dports/cad/magic/magic-8.3.245/bplane/
H A DbpMain.c137 IHashAdd(bp->bp_hashTable, element); in BPAdd()