Searched refs:INS2 (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
| H A D | FuzzerUnittest.cpp | 180 uint8_t INS2[8] = {0x00, 0x11, 0xF3, 0x22, 0x33, 0x44, 0x55, 0x66}; in TestInsertByte() local 191 if (NewSize == 8 && !memcmp(INS2, T, 8)) FoundMask |= 1 << 2; in TestInsertByte() 216 uint8_t INS2[7] = {0x00, 0x11, 'a', 'a', 'a', 0x22, 0x33}; in TestInsertRepeatedBytes() local 231 if (NewSize == 7 && !memcmp(INS2, T, 7)) FoundMask |= 1 << 2; in TestInsertRepeatedBytes()
|