Home
last modified time | relevance | path

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

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/hash/crc32/
H A Dcrc32_arm64.go15 var hasCRC32 = supportsCRC32() var
18 return hasCRC32
22 if !hasCRC32 {
28 if !hasCRC32 {
36 return hasCRC32
40 if !hasCRC32 {
46 if !hasCRC32 {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/hash/crc32/
H A Dcrc32_arm64.go18 var hasCRC32 = cpu.ARM64.HasCRC32 var
21 return hasCRC32
25 if !hasCRC32 {
31 if !hasCRC32 {
39 return hasCRC32
43 if !hasCRC32 {
49 if !hasCRC32 {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/hash/crc32/
H A Dcrc32_arm64.go18 var hasCRC32 = cpu.ARM64.HasCRC32 var
21 return hasCRC32
25 if !hasCRC32 {
31 if !hasCRC32 {
39 return hasCRC32
43 if !hasCRC32 {
49 if !hasCRC32 {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/hash/crc32/
H A Dcrc32_arm64.go18 var hasCRC32 = cpu.ARM64.HasCRC32 var
21 return hasCRC32
25 if !hasCRC32 {
31 if !hasCRC32 {
39 return hasCRC32
43 if !hasCRC32 {
49 if !hasCRC32 {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/hash/crc32/
H A Dcrc32_arm64.go18 var hasCRC32 = cpu.ARM64.HasCRC32 var
21 return hasCRC32
25 if !hasCRC32 {
31 if !hasCRC32 {
39 return hasCRC32
43 if !hasCRC32 {
49 if !hasCRC32 {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/hash/crc32/
H A Dcrc32_arm64.go18 var hasCRC32 = cpu.ARM64.HasCRC32 var
21 return hasCRC32
25 if !hasCRC32 {
31 if !hasCRC32 {
39 return hasCRC32
43 if !hasCRC32 {
49 if !hasCRC32 {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/hash/crc32/
H A Dcrc32_arm64.go18 var hasCRC32 = cpu.ARM64.HasCRC32 var
21 return hasCRC32
25 if !hasCRC32 {
31 if !hasCRC32 {
39 return hasCRC32
43 if !hasCRC32 {
49 if !hasCRC32 {
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dvalidat3.cpp392 bool hasCRC32 = HasCRC32(); in TestSettings() local
403 std::cout << ", hasCRC32 == " << hasCRC32 << ", hasAES == " << hasAES; in TestSettings()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat3.cpp389 bool hasCRC32 = HasCRC32(); in TestSettings() local
400 std::cout << ", hasCRC32 == " << hasCRC32 << ", hasAES == " << hasAES; in TestSettings()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat3.cpp389 bool hasCRC32 = HasCRC32(); in TestSettings() local
400 std::cout << ", hasCRC32 == " << hasCRC32 << ", hasAES == " << hasAES; in TestSettings()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dvalidat3.cpp389 bool hasCRC32 = HasCRC32(); in TestSettings() local
400 std::cout << ", hasCRC32 == " << hasCRC32 << ", hasAES == " << hasAES; in TestSettings()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86Subtarget.h774 bool hasCRC32() const { return HasCRC32; } in hasCRC32() function
H A DX86InstrInfo.td998 def HasCRC32 : Predicate<"Subtarget->hasCRC32()">;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dvalidat1.cpp328 bool hasCRC32 = HasCRC32(); in TestSettings() local
334 …cout << "hasNEON == " << hasNEON << ", hasPMULL == " << hasPMULL << ", hasCRC32 == " << hasCRC32 <… in TestSettings()