Home
last modified time | relevance | path

Searched refs:ajTableulongHash (Results 1 – 2 of 2) sorted by relevance

/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajtable.h280 ajulong ajTableulongHash(const void* key, ajulong hashsize);
H A Dajtable.c1557 else if(table->Fhash == &ajTableulongHash) in tableStrFromKey()
2688 table->Fhash = &ajTableulongHash; in ajTableSettypeUlong()
5688 table = ajTableNewFunctionLen(size, &ajTableulongCmp, &ajTableulongHash, in ajTableulongNew()
5716 table = ajTableNewFunctionLen(size, &ajTableulongCmp, &ajTableulongHash, in ajTableulongNewConst()
5986 ajulong ajTableulongHash(const void* key, ajulong hashsize) in ajTableulongHash() function