Home
last modified time | relevance | path

Searched refs:opHash (Results 1 – 16 of 16) sorted by relevance

/dports/lang/solidity/solidity_0.8.11/test/contracts/
H A DWallet.cpp594 …h256 opHash = util::keccak256(FixedHash<4>(util::keccak256("addOwner(address)")).asBytes() + h256(… in BOOST_AUTO_TEST_CASE() local
604 BOOST_REQUIRE(callContractFunction("revoke(bytes32)", opHash) == encodeArgs()); in BOOST_AUTO_TEST_CASE()
632 auto opHash = callContractFunction("execute(address,uint256,bytes)", destination, 100, 0x60, 0x00); in BOOST_AUTO_TEST_CASE() local
637 callContractFunction("confirm(bytes32)", opHash); in BOOST_AUTO_TEST_CASE()
642 BOOST_REQUIRE(callContractFunction("revoke(bytes32)", opHash) == encodeArgs()); in BOOST_AUTO_TEST_CASE()
644 callContractFunction("confirm(bytes32)", opHash); in BOOST_AUTO_TEST_CASE()
649 callContractFunction("confirm(bytes32)", opHash); in BOOST_AUTO_TEST_CASE()
/dports/sysutils/nix/nix-2.3.10/src/nix/
H A Dhash.cc106 enum { opHash, opTo32, opTo16 } op = opHash; in compatNixHash() enumerator
132 if (op == opHash) { in compatNixHash()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/tests/fuzzers/trie/
H A Dtrie-fuzzer.go55 opHash const
166 case opHash:
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DHtmlDump.pm525 my $opHash = $self->{Open}->[$col];
526 my $opElem = $$opHash{Element};
534 my $opID = $$opHash{ID};
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DHtmlDump.pm525 my $opHash = $self->{Open}->[$col];
526 my $opElem = $$opHash{Element};
534 my $opID = $$opHash{ID};
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp420 auto opHash = OperationEquivalence::computeHash( in BlockEquivalenceData() local
422 hash = llvm::hash_combine(hash, opHash); in BlockEquivalenceData()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp430 auto opHash = OperationEquivalence::computeHash( in BlockEquivalenceData() local
434 hash = llvm::hash_combine(hash, opHash); in BlockEquivalenceData()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp420 auto opHash = OperationEquivalence::computeHash( in BlockEquivalenceData() local
422 hash = llvm::hash_combine(hash, opHash); in BlockEquivalenceData()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp430 auto opHash = OperationEquivalence::computeHash( in BlockEquivalenceData() local
432 hash = llvm::hash_combine(hash, opHash); in BlockEquivalenceData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp420 auto opHash = OperationEquivalence::computeHash( in BlockEquivalenceData() local
422 hash = llvm::hash_combine(hash, opHash); in BlockEquivalenceData()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp430 auto opHash = OperationEquivalence::computeHash( in BlockEquivalenceData() local
432 hash = llvm::hash_combine(hash, opHash); in BlockEquivalenceData()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp420 auto opHash = OperationEquivalence::computeHash( in BlockEquivalenceData() local
422 hash = llvm::hash_combine(hash, opHash); in BlockEquivalenceData()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp430 auto opHash = OperationEquivalence::computeHash( in BlockEquivalenceData() local
432 hash = llvm::hash_combine(hash, opHash); in BlockEquivalenceData()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/trie/
H A Dtrie_test.go374 opHash const
434 case opHash:
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Das.boot37 $opHash := MAKE_HASHTABLE('EQUAL)
115 alists := HGET($opHash,con)
339 HPUT($opHash,con,[ancestorAlist,nil,:opalist])
/dports/math/fricas/fricas-1.3.7/
H A DCHANGELOG.old428 20050119 pab src/interp/as.boot remove attributeAlist from opHash table