Home
last modified time | relevance | path

Searched refs:combine1 (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
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()
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.h252 #define ANGLE_INSTANTIATE_TEST_COMBINE_1(testName, print, combine1, first, ...) \ argument
255 , testName, testing::Combine(ANGLE_INSTANTIATE_TEST_PLATFORMS(testName), combine1), print)
256 #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.rst832 * ``-view-dag-combine1-dags`` displays the DAG after being built, before the
/external/llvm/docs/
DCodeGenerator.rst829 * ``-view-dag-combine1-dags`` displays the DAG after being built, before the