Home
last modified time | relevance | path

Searched refs:combine1 (Results 1 – 25 of 70) sorted by relevance

123

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/misc/broot/broot-1.7.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 Z_UNUSED(combine1); in LLVMFuzzerTestOneInput()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libz-sys-1.1.0/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libz-sys-1.1.0/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/lang/rust/rustc-1.58.1-src/vendor/libz-sys/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/fuzz/
H A Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
78 combine1 = PREFIX(adler32_combine)(adler1, adler2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
81 (void)combine1; in LLVMFuzzerTestOneInput()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A Dshadanim.cxx252 osg::TexEnvCombine* combine1 = new osg::TexEnvCombine; in create_chrome() local
266 combine1->setCombine_RGB(osg::TexEnvCombine::INTERPOLATE); in create_chrome()
267 combine1->setSource0_RGB(osg::TexEnvCombine::TEXTURE0); in create_chrome()
268 combine1->setOperand0_RGB(osg::TexEnvCombine::SRC_COLOR); in create_chrome()
269 combine1->setSource1_RGB(osg::TexEnvCombine::PREVIOUS); in create_chrome()
270 combine1->setOperand1_RGB(osg::TexEnvCombine::SRC_COLOR); in create_chrome()
271 combine1->setSource2_RGB(osg::TexEnvCombine::TEXTURE0); in create_chrome()
272 combine1->setOperand2_RGB(osg::TexEnvCombine::SRC_ALPHA); in create_chrome()
274 combine1->setCombine_Alpha(osg::TexEnvCombine::REPLACE); in create_chrome()
275 combine1->setSource0_Alpha(osg::TexEnvCombine::TEXTURE1); in create_chrome()
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/sky/
H A Dcloud.cxx130 osg::TexEnvCombine* combine1 = new osg::TexEnvCombine; in SGCloudLayer() local
142 combine1->setCombine_RGB(osg::TexEnvCombine::MODULATE); in SGCloudLayer()
143 combine1->setSource0_RGB(osg::TexEnvCombine::PREVIOUS); in SGCloudLayer()
144 combine1->setOperand0_RGB(osg::TexEnvCombine::SRC_COLOR); in SGCloudLayer()
145 combine1->setSource1_RGB(osg::TexEnvCombine::CONSTANT); in SGCloudLayer()
146 combine1->setOperand1_RGB(osg::TexEnvCombine::SRC_COLOR); in SGCloudLayer()
147 combine1->setCombine_Alpha(osg::TexEnvCombine::MODULATE); in SGCloudLayer()
148 combine1->setSource0_Alpha(osg::TexEnvCombine::PREVIOUS); in SGCloudLayer()
150 combine1->setSource1_Alpha(osg::TexEnvCombine::CONSTANT); in SGCloudLayer()
152 combine1->setDataVariance(osg::Object::DYNAMIC); in SGCloudLayer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/
H A Dangle_test_instantiate.h231 #define ANGLE_INSTANTIATE_TEST_COMBINE_1(testName, print, combine1, first, ...) \ argument
234 , testName, testing::Combine(ANGLE_INSTANTIATE_TEST_PLATFORMS(testName), combine1), print)
235 #define ANGLE_INSTANTIATE_TEST_COMBINE_4(testName, print, combine1, combine2, combine3, combine4, \ argument
240 combine1, combine2, combine3, combine4), \
242 #define ANGLE_INSTANTIATE_TEST_COMBINE_5(testName, print, combine1, combine2, combine3, combine4, \ argument
247 combine1, combine2, combine3, combine4, combine5), \
/dports/games/libretro-2048/libretro-2048-35a299c/pixman/pixman/
H A Dpixman-sse2.c660 s = combine1 (ps, pm); in core_combine_over_u_sse2()
719 s = combine1 (ps, pm); in core_combine_over_u_sse2()
752 s = combine1 (ps, pm); in core_combine_over_reverse_u_sse2()
804 s = combine1 (ps, pm); in core_combine_over_reverse_u_sse2()
851 s = combine1 (ps, pm); in core_combine_in_u_sse2()
896 s = combine1 (ps, pm); in core_combine_in_u_sse2()
925 s = combine1 (ps, pm); in core_combine_reverse_in_u_sse2()
970 s = combine1 (ps, pm); in core_combine_reverse_in_u_sse2()
1176 s = combine1 (ps, pm); in core_combine_atop_u_sse2()
1229 s = combine1 (ps, pm); in core_combine_atop_u_sse2()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-sse2.c586 s = combine1 (ps, pm); in core_combine_over_u_sse2_mask()
648 s = combine1 (ps, pm); in core_combine_over_u_sse2_mask()
763 s = combine1 (ps, pm); in sse2_combine_over_reverse_u()
805 s = combine1 (ps, pm); in sse2_combine_over_reverse_u()
849 s = combine1 (ps, pm); in sse2_combine_in_u()
884 s = combine1 (ps, pm); in sse2_combine_in_u()
910 s = combine1 (ps, pm); in sse2_combine_in_reverse_u()
945 s = combine1 (ps, pm); in sse2_combine_in_reverse_u()
1122 s = combine1 (ps, pm); in sse2_combine_atop_u()
1165 s = combine1 (ps, pm); in sse2_combine_atop_u()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/libpixman/src/
H A Dpixman-sse2.c586 s = combine1 (ps, pm); in core_combine_over_u_sse2_mask()
648 s = combine1 (ps, pm); in core_combine_over_u_sse2_mask()
763 s = combine1 (ps, pm); in sse2_combine_over_reverse_u()
805 s = combine1 (ps, pm); in sse2_combine_over_reverse_u()
849 s = combine1 (ps, pm); in sse2_combine_in_u()
884 s = combine1 (ps, pm); in sse2_combine_in_u()
910 s = combine1 (ps, pm); in sse2_combine_in_reverse_u()
945 s = combine1 (ps, pm); in sse2_combine_in_reverse_u()
1122 s = combine1 (ps, pm); in sse2_combine_atop_u()
1165 s = combine1 (ps, pm); in sse2_combine_atop_u()
[all …]

123