Home
last modified time | relevance | path

Searched defs:combine2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dangle_test_instantiate.h299 #define ANGLE_INSTANTIATE_TEST_COMBINE_2(testName, print, combine1, combine2, first, ...) \ argument
305 #define ANGLE_INSTANTIATE_TEST_COMBINE_3(testName, print, combine1, combine2, combine3, first, \ argument
313 #define ANGLE_INSTANTIATE_TEST_COMBINE_4(testName, print, combine1, combine2, combine3, combine4, \ argument
321 #define ANGLE_INSTANTIATE_TEST_COMBINE_5(testName, print, combine1, combine2, combine3, combine4, \ argument
329 #define ANGLE_INSTANTIATE_TEST_COMBINE_6(testName, print, combine1, combine2, combine3, combine4, \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/fuzz/
Dfuzzer_checksum.c18 uint32_t combine1, combine2; in LLVMFuzzerTestOneInput() local