Home
last modified time | relevance | path

Searched refs:INS9 (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
DFuzzerUnittest.cpp224 uint8_t INS9[8] = {'b', 'b', 'b', 'b', 0x00, 0x11, 0x22, 0x33}; in TestInsertRepeatedBytes() local
239 if (NewSize == 8 && !memcmp(INS9, T, 8)) FoundMask |= 1 << 9; in TestInsertRepeatedBytes()