Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/tests/
DFuzzerUnittest.cpp178 uint8_t INS0[8] = {0xF1, 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66}; in TestInsertByte() local
214 uint8_t INS0[7] = {0x00, 0x11, 0x22, 0x33, 'a', 'a', 'a'}; in TestInsertRepeatedBytes() local
/aosp_15_r20/external/llvm/lib/Fuzzer/test/
H A DFuzzerUnittest.cpp133 uint8_t INS0[8] = {0xF1, 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66}; in TestInsertByte() local