Searched refs:sdbm (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrhash1.cpp40 return sdbm(pszString, &cchIgnored);
H A Dstrspace.cpp87 pStr->Key = sdbm(pStr->pszString, &pStr->cchString);
115 KAVLKEY Key = sdbm(pszString, &cchString);
164 KAVLKEY Key = sdbm(pszString, &cchString);
/vbox/src/VBox/Runtime/include/internal/
H A Dstrhash.h33 /* sdbm:
34 This algorithm was created for sdbm (a public-domain reimplementation of
48 DECLINLINE(uint32_t) sdbm(const char *str, size_t *pcch) function

Completed in 43 milliseconds