Searched refs:sdbmN (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrhash1.cpp47 return sdbmN(pszString, cchString, &cchIgnored);
H A Dstrspace.cpp193 KAVLKEY Key = sdbmN(pszString, cchMax, &cchString);
H A Dstrcache.cpp838 uint32_t const uHash = sdbmN(pchString, cchString, &cchString);
/vbox/src/VBox/Runtime/include/internal/
H A Dstrhash.h65 DECLINLINE(uint32_t) sdbmN(const char *str, size_t cchMax, size_t *pcch) function
/vbox/src/VBox/Runtime/common/alloc/
H A Dmemtracker.cpp380 uHash = sdbmN(pszTag, 260, &cchTag);

Completed in 1039 milliseconds