Home
last modified time | relevance | path

Searched refs:lHash (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/soltools/ldump/
H A Dhashtbl.cxx153 unsigned long lHash = lOldHash; in DHash() local
158 lHash *= 256L; in DHash()
159 lHash += (unsigned long)(unsigned short)Key[i]; in DHash()
160 lHash %= m_lSize; in DHash()
162 return lHash; in DHash()
H A Dhashtbl.hxx45 unsigned long DHash(const char *cKey , unsigned long lHash) const;
/aoo4110/main/tools/workben/
H A Dhashtbl.cxx177 ULONG lHash = lOldHash; in DHash() local
182 lHash *= 256L; in DHash()
183 lHash += (ULONG)(USHORT)Key.GetStr()[i]; in DHash()
184 lHash %= m_lSize; in DHash()
186 return lHash; in DHash()
H A Dhashtbl.hxx47 ULONG DHash(String const& Key, ULONG lHash) const;
/aoo4110/main/soldep/bootstrp/
H A Dhashtbl.cxx173 sal_uIntPtr lHash = lOldHash; in DHash() local
178 lHash *= 256L; in DHash()
179 lHash += (sal_uIntPtr)(sal_uInt16)Key.GetBuffer()[i]; in DHash()
180 lHash %= m_lSize; in DHash()
182 return lHash; in DHash()
/aoo4110/main/soldep/inc/soldep/
H A Dhashtbl.hxx48 sal_uIntPtr DHash(ByteString const& Key, sal_uIntPtr lHash) const;

Completed in 30 milliseconds