Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
DFuzzerUnittest.cpp259 uint8_t CH0[8] = {0xF0, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77}; in TestChangeByte() local
270 if (NewSize == 8 && !memcmp(CH0, T, 8)) FoundMask |= 1 << 0; in TestChangeByte()
295 uint8_t CH0[8] = {0x01, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77}; in TestChangeBit() local
306 if (NewSize == 8 && !memcmp(CH0, T, 8)) FoundMask |= 1 << 0; in TestChangeBit()
331 uint8_t CH0[7] = {0x00, 0x22, 0x11, 0x33, 0x44, 0x55, 0x66}; in TestShuffleBytes() local
339 if (NewSize == 7 && !memcmp(CH0, T, 7)) FoundMask |= 1 << 0; in TestShuffleBytes()
361 uint8_t CH0[7] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x00, 0x11}; in TestCopyPart() local
370 if (NewSize == 7 && !memcmp(CH0, T, 7)) FoundMask |= 1 << 0; in TestCopyPart()
428 uint8_t CH0[7] = {0x00, 0x11, 0x22, 0xAA, 0xBB, 0xCC, 0xDD}; in TestAddWordFromDictionary() local
439 if (NewSize == 7 && !memcmp(CH0, T, 7)) FoundMask |= 1 << 0; in TestAddWordFromDictionary()
[all …]