Home
last modified time | relevance | path

Searched refs:combine2 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dchecksum_fuzzer.c23 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local
56 combine2 = PREFIX(crc32_combine)(crc1, crc1, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
57 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
62 combine2 = PREFIX(crc32_combine_op)(crc2, crc1, op); in LLVMFuzzerTestOneInput()
63 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
65 combine2 = PREFIX(crc32_combine_op)(crc2, crc1, op); in LLVMFuzzerTestOneInput()
66 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
79 combine2 = PREFIX(adler32_combine)(adler1, adler1, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
80 assert(combine1 == combine2); in LLVMFuzzerTestOneInput()
82 (void)combine2; in LLVMFuzzerTestOneInput()
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.h256 #define ANGLE_INSTANTIATE_TEST_COMBINE_4(testName, print, combine1, combine2, combine3, combine4, \ argument
261 combine1, combine2, combine3, combine4), \
263 #define ANGLE_INSTANTIATE_TEST_COMBINE_5(testName, print, combine1, combine2, combine3, combine4, \ argument
268 combine1, combine2, combine3, combine4, combine5), \
/external/llvm-project/llvm/docs/
DCodeGenerator.rst837 * ``-view-dag-combine2-dags`` displays the DAG before the second optimization
/external/llvm/docs/
DCodeGenerator.rst834 * ``-view-dag-combine2-dags`` displays the DAG before the second optimization