Home
last modified time | relevance | path

Searched refs:isP4 (Results 1 – 5 of 5) sorted by relevance

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dvalidat3.cpp373 bool isP4 = IsP4(); in TestSettings() local
380 std::cout << ", hasSHA == " << hasSHA << ", isP4 == " << isP4; in TestSettings()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat3.cpp370 bool isP4 = IsP4(); in TestSettings() local
377 std::cout << ", hasSHA == " << hasSHA << ", isP4 == " << isP4; in TestSettings()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat3.cpp370 bool isP4 = IsP4(); in TestSettings() local
377 std::cout << ", hasSHA == " << hasSHA << ", isP4 == " << isP4; in TestSettings()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dvalidat3.cpp370 bool isP4 = IsP4(); in TestSettings() local
377 std::cout << ", hasSHA == " << hasSHA << ", isP4 == " << isP4; in TestSettings()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dvalidat1.cpp310 bool isP4 = IsP4(); in TestSettings() local
313 …if ((isP4 && (!hasMMX || !hasSSE2)) || (hasSSE2 && !hasMMX) || (cacheLineSize < 16 || cacheLineSiz… in TestSettings()
323 …cout << ", hasSHA == " << HasSHA() << ", isP4 == " << isP4 << ", cacheLineSize == " << cacheLineSi… in TestSettings()