Home
last modified time | relevance | path

Searched refs:HashInts32 (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/
H A Dhash.h40 BASE_EXPORT size_t HashInts32(uint32_t value1, uint32_t value2);
50 return HashInts32(static_cast<uint32_t>(value1), in HashInts()
H A Dhash.cc53 size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/hash/
H A Dhash.h55 BASE_EXPORT size_t HashInts32(uint32_t value1, uint32_t value2);
65 return HashInts32(static_cast<uint32_t>(value1), in HashInts()
H A Dhash.cc156 size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/hash/
H A Dhash.h56 BASE_EXPORT size_t HashInts32(uint32_t value1, uint32_t value2);
66 return HashInts32(static_cast<uint32_t>(value1), in HashInts()
H A Dhash.cc154 size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32() function
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/hash/
H A Dhash.h56 BASE_EXPORT size_t HashInts32(uint32_t value1, uint32_t value2);
66 return HashInts32(static_cast<uint32_t>(value1), in HashInts()
H A Dhash.cc154 size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32() function
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/hash/
H A Dhash.h56 BASE_EXPORT size_t HashInts32(uint32_t value1, uint32_t value2);
66 return HashInts32(static_cast<uint32_t>(value1), in HashInts()
H A Dhash.cc154 size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32() function
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/hash/
H A Dhash.h56 BASE_EXPORT size_t HashInts32(uint32_t value1, uint32_t value2);
66 return HashInts32(static_cast<uint32_t>(value1), in HashInts()
H A Dhash.cc154 size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32() function
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/
H A Dhash.h44 inline size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32() function
102 return HashInts32(value1, value2); in HashInts()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/containers/
H A Dhash_tables.h201 inline std::size_t HashInts32(uint32_t value1, uint32_t value2) {
259 return HashInts32(value1, value2);