Home
last modified time | relevance | path

Searched refs:newHT (Results 1 – 8 of 8) sorted by relevance

/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/map/
H A DHashIndex.java87 int[] newHT = new int[hashTableSize]; in reset() local
91 hashTable = newHT; in reset()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/ucpp/
H A Dhash.h44 struct HT *newHT(int, int (*)(void *, void *), int (*)(void *),
H A Dhash.c123 struct HT *newHT(int n, int (*cmpdata)(void *, void *), int (*hash)(void *), in newHT() function
/dports/devel/ucpp/ucpp-31b719e/
H A Dhash.h44 struct HT *newHT(int, int (*)(void *, void *), int (*)(void *),
H A Dhash.c123 struct HT *newHT(int n, int (*cmpdata)(void *, void *), int (*hash)(void *), in newHT() function
/dports/devel/z88dk/z88dk/src/ucpp/
H A Dhash.h44 struct HT *newHT(int, int (*)(void *, void *), int (*)(void *),
H A Dhash.c123 struct HT *newHT(int n, int (*cmpdata)(void *, void *), int (*hash)(void *), in newHT() function
/dports/games/phalanx/Phalanx-XXV/
H A Dio.c1419 thashentry * newHT; in command() local
1449 newHT = realloc( HT, newsize*sizeof(thashentry) ); in command()
1450 if( newHT != NULL ) in command()
1452 HT = newHT; SizeHT = newsize; in command()