Searched refs:DHash (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/soltools/ldump/ |
H A D | hashtbl.cxx | 151 unsigned long HashTable::DHash(const char* Key, unsigned long lOldHash) const in DHash() function in HashTable 207 lPos = DHash(Key,lPos); in Insert() 254 lPos = DHash(Key,lPos); in FindPos()
|
H A D | hashtbl.hxx | 45 unsigned long DHash(const char *cKey , unsigned long lHash) const;
|
/aoo4110/main/tools/workben/ |
H A D | hashtbl.cxx | 175 ULONG HashTable::DHash(String const& Key, ULONG lOldHash) const in DHash() function in HashTable 246 lPos = DHash(Key,lPos); in Insert() 301 lPos = DHash(Key,lPos); in FindPos()
|
H A D | hashtbl.hxx | 47 ULONG DHash(String const& Key, ULONG lHash) const;
|
/aoo4110/main/soldep/bootstrp/ |
H A D | hashtbl.cxx | 171 sal_uIntPtr HashTable::DHash(ByteString const& Key, sal_uIntPtr lOldHash) const in DHash() function in HashTable 242 lPos = DHash(Key,lPos); in Insert() 297 lPos = DHash(Key,lPos); in FindPos()
|
/aoo4110/main/soldep/inc/soldep/ |
H A D | hashtbl.hxx | 48 sal_uIntPtr DHash(ByteString const& Key, sal_uIntPtr lHash) const;
|
Completed in 50 milliseconds