Home
last modified time | relevance | path

Searched refs:hashMemory (Results 1 – 19 of 19) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DStringHasher.h138 template<size_t length> static inline unsigned hashMemory(const void* data) in hashMemory() function
144 static inline unsigned hashMemory(const void* data, unsigned size) in hashMemory() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wat/tests/regression/
H A Dfuzz1.wat20 (export "hashMemory" (func $hashMemory))
24 (func $hashMemory (; 4 ;) (type $FUNCSIG$i) (result i32)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/network/
H A DProtectionSpaceHash.h49 return StringHasher::hashMemory(hashCodes, codeCount); in hash()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPropertyDescription.h72 return StringHasher::hashMemory<sizeof(SVGAnimatedPropertyDescription)>(&key); in hash()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSecurityOriginHash.h46 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/pango/
H A DFontPlatformData.h78 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/cf/
H A DSchedulePair.h76 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
H A DBinaryPropertyList.cpp95 return StringHasher::hashMemory(array.integers(), array.size() * sizeof(int)); in hash()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/profiler/
H A DCallIdentifier.h66 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/argon2/
H A Dargon2.go121 hashMemory := memory
142 h0 := initHash(password, salt, secret, data, time, hashMemory, uint32(threads), keyLen, argon2id)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DQualifiedName.h116 return StringHasher::hashMemory<sizeof(QualifiedNameComponents)>(&buf); in hashComponents()
H A DDocument.cpp4381 return StringHasher::hashMemory<sizeof(FormElementKey)>(&key); in hash()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSConcretePointerFunctions.m130 hashMemory(const void *item, NSUInteger (*size)(const void *item)) function
249 _x.hashFunction = hashMemory;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/win/
H A DPluginPackageWin.cpp318 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h252 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in hash()
H A DFontCache.cpp107 return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes); in computeHash()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/
H A DPluginPackage.cpp354 return StringHasher::hashMemory<sizeof(hashCodes)>(&hashCodes); in hash()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog7398 Rename createHash to computeHash and createBlobHash to hashMemory.
7408 (WTF::StringHasher::hashMemory):
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog42312 Rename createHash to computeHash and createBlobHash to hashMemory.