Home
last modified time | relevance | path

Searched refs:block_filter (Results 1 – 25 of 72) sorted by relevance

123

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/fuzz/
H A Dblockfilter.cpp18 …const std::optional<BlockFilter> block_filter = ConsumeDeserializable<BlockFilter>(fuzzed_data_pro… in FUZZ_TARGET() local
19 if (!block_filter) { in FUZZ_TARGET()
23 (void)block_filter->ComputeHeader(ConsumeUInt256(fuzzed_data_provider)); in FUZZ_TARGET()
24 (void)block_filter->GetBlockHash(); in FUZZ_TARGET()
25 (void)block_filter->GetEncodedFilter(); in FUZZ_TARGET()
26 (void)block_filter->GetHash(); in FUZZ_TARGET()
29 const BlockFilterType block_filter_type = block_filter->GetFilterType(); in FUZZ_TARGET()
33 const GCSFilter gcs_filter = block_filter->GetFilter(); in FUZZ_TARGET()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/fuzz/
H A Dblockfilter.cpp18 …const std::optional<BlockFilter> block_filter = ConsumeDeserializable<BlockFilter>(fuzzed_data_pro… in FUZZ_TARGET() local
19 if (!block_filter) { in FUZZ_TARGET()
23 (void)block_filter->ComputeHeader(ConsumeUInt256(fuzzed_data_provider)); in FUZZ_TARGET()
24 (void)block_filter->GetBlockHash(); in FUZZ_TARGET()
25 (void)block_filter->GetEncodedFilter(); in FUZZ_TARGET()
26 (void)block_filter->GetHash(); in FUZZ_TARGET()
29 const BlockFilterType block_filter_type = block_filter->GetFilterType(); in FUZZ_TARGET()
33 const GCSFilter gcs_filter = block_filter->GetFilter(); in FUZZ_TARGET()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/fuzz/
H A Dblockfilter.cpp18 …const std::optional<BlockFilter> block_filter = ConsumeDeserializable<BlockFilter>(fuzzed_data_pro… in FUZZ_TARGET() local
19 if (!block_filter) { in FUZZ_TARGET()
23 (void)block_filter->ComputeHeader(ConsumeUInt256(fuzzed_data_provider)); in FUZZ_TARGET()
24 (void)block_filter->GetBlockHash(); in FUZZ_TARGET()
25 (void)block_filter->GetEncodedFilter(); in FUZZ_TARGET()
26 (void)block_filter->GetHash(); in FUZZ_TARGET()
29 const BlockFilterType block_filter_type = block_filter->GetFilterType(); in FUZZ_TARGET()
33 const GCSFilter gcs_filter = block_filter->GetFilter(); in FUZZ_TARGET()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dblockfilter.cpp18 …const std::optional<BlockFilter> block_filter = ConsumeDeserializable<BlockFilter>(fuzzed_data_pro… in test_one_input() local
19 if (!block_filter) { in test_one_input()
23 (void)block_filter->ComputeHeader(ConsumeUInt256(fuzzed_data_provider)); in test_one_input()
24 (void)block_filter->GetBlockHash(); in test_one_input()
25 (void)block_filter->GetEncodedFilter(); in test_one_input()
26 (void)block_filter->GetHash(); in test_one_input()
29 const BlockFilterType block_filter_type = block_filter->GetFilterType(); in test_one_input()
33 const GCSFilter gcs_filter = block_filter->GetFilter(); in test_one_input()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dblockfilter.cpp18 …const std::optional<BlockFilter> block_filter = ConsumeDeserializable<BlockFilter>(fuzzed_data_pro… in test_one_input() local
19 if (!block_filter) { in test_one_input()
23 (void)block_filter->ComputeHeader(ConsumeUInt256(fuzzed_data_provider)); in test_one_input()
24 (void)block_filter->GetBlockHash(); in test_one_input()
25 (void)block_filter->GetEncodedFilter(); in test_one_input()
26 (void)block_filter->GetHash(); in test_one_input()
29 const BlockFilterType block_filter_type = block_filter->GetFilterType(); in test_one_input()
33 const GCSFilter gcs_filter = block_filter->GetFilter(); in test_one_input()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dblockfilter.cpp18 …const std::optional<BlockFilter> block_filter = ConsumeDeserializable<BlockFilter>(fuzzed_data_pro… in test_one_input() local
19 if (!block_filter) { in test_one_input()
23 (void)block_filter->ComputeHeader(ConsumeUInt256(fuzzed_data_provider)); in test_one_input()
24 (void)block_filter->GetBlockHash(); in test_one_input()
25 (void)block_filter->GetEncodedFilter(); in test_one_input()
26 (void)block_filter->GetHash(); in test_one_input()
29 const BlockFilterType block_filter_type = block_filter->GetFilterType(); in test_one_input()
33 const GCSFilter gcs_filter = block_filter->GetFilter(); in test_one_input()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/fuzz/
H A Dblockfilter.cpp18 …const Optional<BlockFilter> block_filter = ConsumeDeserializable<BlockFilter>(fuzzed_data_provider… in test_one_input() local
19 if (!block_filter) { in test_one_input()
23 (void)block_filter->ComputeHeader(ConsumeUInt256(fuzzed_data_provider)); in test_one_input()
24 (void)block_filter->GetBlockHash(); in test_one_input()
25 (void)block_filter->GetEncodedFilter(); in test_one_input()
26 (void)block_filter->GetHash(); in test_one_input()
29 const BlockFilterType block_filter_type = block_filter->GetFilterType(); in test_one_input()
33 const GCSFilter gcs_filter = block_filter->GetFilter(); in test_one_input()
H A Ddeserialize.cpp93 BlockFilter block_filter; in test_one_input() local
94 DeserializeFromFuzzingInput(buffer, block_filter); in test_one_input()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dblockfilter_tests.cpp95 BlockFilter block_filter(BlockFilterType::BASIC, block, block_undo); in BOOST_AUTO_TEST_CASE() local
96 const GCSFilter& filter = block_filter.GetFilter(); in BOOST_AUTO_TEST_CASE()
109 stream << block_filter; in BOOST_AUTO_TEST_CASE()
112 BOOST_CHECK_EQUAL(block_filter.GetFilterType(), block_filter2.GetFilterType()); in BOOST_AUTO_TEST_CASE()
113 BOOST_CHECK_EQUAL(block_filter.GetBlockHash(), block_filter2.GetBlockHash()); in BOOST_AUTO_TEST_CASE()
114 BOOST_CHECK(block_filter.GetEncodedFilter() == block_filter2.GetEncodedFilter()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dblockfilter_tests.cpp95 BlockFilter block_filter(BlockFilterType::BASIC, block, block_undo); in BOOST_AUTO_TEST_CASE() local
96 const GCSFilter& filter = block_filter.GetFilter(); in BOOST_AUTO_TEST_CASE()
109 stream << block_filter; in BOOST_AUTO_TEST_CASE()
112 BOOST_CHECK_EQUAL(block_filter.GetFilterType(), block_filter2.GetFilterType()); in BOOST_AUTO_TEST_CASE()
113 BOOST_CHECK_EQUAL(block_filter.GetBlockHash(), block_filter2.GetBlockHash()); in BOOST_AUTO_TEST_CASE()
114 BOOST_CHECK(block_filter.GetEncodedFilter() == block_filter2.GetEncodedFilter()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dblockfilter_tests.cpp95 BlockFilter block_filter(BlockFilterType::BASIC, block, block_undo); in BOOST_AUTO_TEST_CASE() local
96 const GCSFilter& filter = block_filter.GetFilter(); in BOOST_AUTO_TEST_CASE()
109 stream << block_filter; in BOOST_AUTO_TEST_CASE()
112 BOOST_CHECK_EQUAL(block_filter.GetFilterType(), block_filter2.GetFilterType()); in BOOST_AUTO_TEST_CASE()
113 BOOST_CHECK_EQUAL(block_filter.GetBlockHash(), block_filter2.GetBlockHash()); in BOOST_AUTO_TEST_CASE()
114 BOOST_CHECK(block_filter.GetEncodedFilter() == block_filter2.GetEncodedFilter()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dblockfilter_tests.cpp100 BlockFilter block_filter(BlockFilterType::BASIC, block, block_undo); in BOOST_AUTO_TEST_CASE() local
101 const GCSFilter& filter = block_filter.GetFilter(); in BOOST_AUTO_TEST_CASE()
114 stream << block_filter; in BOOST_AUTO_TEST_CASE()
117 BOOST_CHECK_EQUAL(block_filter.GetFilterType(), block_filter2.GetFilterType()); in BOOST_AUTO_TEST_CASE()
118 BOOST_CHECK_EQUAL(block_filter.GetBlockHash(), block_filter2.GetBlockHash()); in BOOST_AUTO_TEST_CASE()
119 BOOST_CHECK(block_filter.GetEncodedFilter() == block_filter2.GetEncodedFilter()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dblockfilter_tests.cpp100 BlockFilter block_filter(BlockFilterType::BASIC, block, block_undo);
101 const GCSFilter& filter = block_filter.GetFilter();
114 stream << block_filter;
117 BOOST_CHECK_EQUAL(block_filter.GetFilterType(), block_filter2.GetFilterType());
118 BOOST_CHECK_EQUAL(block_filter.GetBlockHash(), block_filter2.GetBlockHash());
119 BOOST_CHECK(block_filter.GetEncodedFilter() == block_filter2.GetEncodedFilter());
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dblockfilter_tests.cpp100 BlockFilter block_filter(BlockFilterType::BASIC, block, block_undo); in BOOST_AUTO_TEST_CASE() local
101 const GCSFilter& filter = block_filter.GetFilter(); in BOOST_AUTO_TEST_CASE()
114 stream << block_filter; in BOOST_AUTO_TEST_CASE()
117 BOOST_CHECK_EQUAL(block_filter.GetFilterType(), block_filter2.GetFilterType()); in BOOST_AUTO_TEST_CASE()
118 BOOST_CHECK_EQUAL(block_filter.GetBlockHash(), block_filter2.GetBlockHash()); in BOOST_AUTO_TEST_CASE()
119 BOOST_CHECK(block_filter.GetEncodedFilter() == block_filter2.GetEncodedFilter()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dblockfilter_tests.cpp100 BlockFilter block_filter(BlockFilterType::BASIC, block, block_undo); in BOOST_AUTO_TEST_CASE() local
101 const GCSFilter& filter = block_filter.GetFilter(); in BOOST_AUTO_TEST_CASE()
114 stream << block_filter; in BOOST_AUTO_TEST_CASE()
117 BOOST_CHECK_EQUAL(block_filter.GetFilterType(), block_filter2.GetFilterType()); in BOOST_AUTO_TEST_CASE()
118 BOOST_CHECK_EQUAL(block_filter.GetBlockHash(), block_filter2.GetBlockHash()); in BOOST_AUTO_TEST_CASE()
119 BOOST_CHECK(block_filter.GetEncodedFilter() == block_filter2.GetEncodedFilter()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dblockfilter_tests.cpp100 BlockFilter block_filter(BlockFilterType::BASIC, block, block_undo); in BOOST_AUTO_TEST_CASE() local
101 const GCSFilter& filter = block_filter.GetFilter(); in BOOST_AUTO_TEST_CASE()
114 stream << block_filter; in BOOST_AUTO_TEST_CASE()
117 BOOST_CHECK_EQUAL(block_filter.GetFilterType(), block_filter2.GetFilterType()); in BOOST_AUTO_TEST_CASE()
118 BOOST_CHECK_EQUAL(block_filter.GetBlockHash(), block_filter2.GetBlockHash()); in BOOST_AUTO_TEST_CASE()
119 BOOST_CHECK(block_filter.GetEncodedFilter() == block_filter2.GetEncodedFilter()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dblockfilter_tests.cpp100 BlockFilter block_filter(BlockFilterType::BASIC, block, block_undo); in BOOST_AUTO_TEST_CASE() local
101 const GCSFilter& filter = block_filter.GetFilter(); in BOOST_AUTO_TEST_CASE()
114 stream << block_filter; in BOOST_AUTO_TEST_CASE()
117 BOOST_CHECK_EQUAL(block_filter.GetFilterType(), block_filter2.GetFilterType()); in BOOST_AUTO_TEST_CASE()
118 BOOST_CHECK_EQUAL(block_filter.GetBlockHash(), block_filter2.GetBlockHash()); in BOOST_AUTO_TEST_CASE()
119 BOOST_CHECK(block_filter.GetEncodedFilter() == block_filter2.GetEncodedFilter()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dblockfilter_tests.cpp100 BlockFilter block_filter(BlockFilterType::BASIC, block, block_undo); in BOOST_AUTO_TEST_CASE() local
101 const GCSFilter& filter = block_filter.GetFilter(); in BOOST_AUTO_TEST_CASE()
114 stream << block_filter; in BOOST_AUTO_TEST_CASE()
117 BOOST_CHECK_EQUAL(block_filter.GetFilterType(), block_filter2.GetFilterType()); in BOOST_AUTO_TEST_CASE()
118 BOOST_CHECK_EQUAL(block_filter.GetBlockHash(), block_filter2.GetBlockHash()); in BOOST_AUTO_TEST_CASE()
119 BOOST_CHECK(block_filter.GetEncodedFilter() == block_filter2.GetEncodedFilter()); in BOOST_AUTO_TEST_CASE()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dblock_set.ll3 define i1 @block_filter() !prof !22{
4 ; CHECK-LABEL: block_filter
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dblock_set.ll3 define i1 @block_filter() !prof !22{
4 ; CHECK-LABEL: block_filter
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dblock_set.ll3 define i1 @block_filter() !prof !22{
4 ; CHECK-LABEL: block_filter
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dblock_set.ll3 define i1 @block_filter() !prof !22{
4 ; CHECK-LABEL: block_filter
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dblock_set.ll3 define i1 @block_filter() !prof !22{
4 ; CHECK-LABEL: block_filter
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dblock_set.ll3 define i1 @block_filter() !prof !22{
4 ; CHECK-LABEL: block_filter
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dblock_set.ll3 define i1 @block_filter() !prof !22{
4 ; CHECK-LABEL: block_filter

123