Home
last modified time | relevance | path

Searched refs:computestrhash (Results 1 – 5 of 5) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/common/
H A Dhash.c101 uintptr_t computestrhash(const char *s) in computestrhash() function
295 uintptr_t HC = computestrhash(key); in SHash_find()
307 uintptr_t HC = computestrhash(key); in SHash_insert()
331 uintptr_t HC = computestrhash(key); in SHash_replace()
358 uintptr_t HC = computestrhash(key); in SHash_remove()
H A Dhash.h71 uintptr_t computestrhash(const char *);
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dthyme.c619 unsigned fileHash = computestrhash(fileName); in main()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dmodule.c641 sprintf(cmd,"%s -sq %s -D %lu",r,tempFile,computestrhash(tempFile)); in GModuleDef_scanHDLModule()
H A Dtclfuncs.c1000 Tcl_SetObjResult(tcl, Tcl_NewLongObj(computestrhash(argv[1]))); in gat_computestrhash()