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

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp185 uint8_t INS7[8] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0xF8}; local
196 if (NewSize == 8 && !memcmp(INS7, T, 8)) FoundMask |= 1 << 7;
222 uint8_t INS7[8] = {0x00, 0x11, 'b', 'b', 'b', 'b', 0x22, 0x33}; local
237 if (NewSize == 8 && !memcmp(INS7, T, 8)) FoundMask |= 1 << 7;

Completed in 126 milliseconds