Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/test/
H A DFuzzerUnittest.cpp238 uint8_t CH2[8] = {0x00, 0x11, 0xF2, 0x33, 0x44, 0x55, 0x66, 0x77}; in TestChangeByte() local
249 if (NewSize == 8 && !memcmp(CH2, T, 8)) FoundMask |= 1 << 2; in TestChangeByte()
274 uint8_t CH2[8] = {0x00, 0x11, 0x02, 0x33, 0x44, 0x55, 0x66, 0x77}; in TestChangeBit() local
285 if (NewSize == 8 && !memcmp(CH2, T, 8)) FoundMask |= 1 << 2; in TestChangeBit()
310 uint8_t CH2[7] = {0x00, 0x33, 0x11, 0x22, 0x44, 0x55, 0x66}; in TestShuffleBytes() local
318 if (NewSize == 7 && !memcmp(CH2, T, 7)) FoundMask |= 1 << 2; in TestShuffleBytes()
340 uint8_t CH2[7] = {0x00, 0x55, 0x66, 0x33, 0x44, 0x55, 0x66}; in TestCopyPart() local
349 if (NewSize == 7 && !memcmp(CH2, T, 7)) FoundMask |= 1 << 2; in TestCopyPart()
392 uint8_t CH2[7] = {0x00, 0xAA, 0xBB, 0xCC, 0xDD, 0x11, 0x22}; in TestAddWordFromDictionary() local
403 if (NewSize == 7 && !memcmp(CH2, in TestAddWordFromDictionary()
459 uint8_t CH2[8] = {'2', '4', '6', '9', '1', '3', '5', '6'}; TestChangeASCIIInteger() local
491 uint8_t CH2[8] = {0xff, 0x10, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77}; TestChangeBinaryInteger() local
[all...]

Completed in 1 milliseconds