Searched refs:INS6 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp184 uint8_t INS6[8] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0xF7, 0x66}; local
195 if (NewSize == 8 && !memcmp(INS6, T, 8)) FoundMask |= 1 << 6;
221 uint8_t INS6[8] = {0x00, 0x11, 0x22, 'b', 'b', 'b', 'b', 0x33}; local
236 if (NewSize == 8 && !memcmp(INS6, T, 8)) FoundMask |= 1 << 6;

Completed in 266 milliseconds