Searched refs:combine1 (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/ |
D | checksum_fuzzer.c | 23 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/ |
D | angle_test_instantiate.h | 252 #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/ |
D | CodeGenerator.rst | 832 * ``-view-dag-combine1-dags`` displays the DAG after being built, before the
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 829 * ``-view-dag-combine1-dags`` displays the DAG after being built, before the
|