Searched defs:INS3 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/tests/ |
D | FuzzerUnittest.cpp | 181 uint8_t INS3[8] = {0x00, 0x11, 0x22, 0xF4, 0x33, 0x44, 0x55, 0x66}; in TestInsertByte() local 217 uint8_t INS3[7] = {0x00, 'a', 'a', 'a', 0x11, 0x22, 0x33}; in TestInsertRepeatedBytes() local
|
/aosp_15_r20/external/llvm/lib/Fuzzer/test/ |
H A D | FuzzerUnittest.cpp | 136 uint8_t INS3[8] = {0x00, 0x11, 0x22, 0xF4, 0x33, 0x44, 0x55, 0x66}; in TestInsertByte() local
|