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

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp181 uint8_t INS3[8] = {0x00, 0x11, 0x22, 0xF4, 0x33, 0x44, 0x55, 0x66}; local
192 if (NewSize == 8 && !memcmp(INS3, T, 8)) FoundMask |= 1 << 3;
217 uint8_t INS3[7] = {0x00, 'a', 'a', 'a', 0x11, 0x22, 0x33}; local
232 if (NewSize == 7 && !memcmp(INS3, T, 7)) FoundMask |= 1 << 3;

Completed in 178 milliseconds