Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/test/
H A DFuzzerUnittest.cpp239 uint8_t CH3[8] = {0x00, 0x11, 0x22, 0xF3, 0x44, 0x55, 0x66, 0x77}; in TestChangeByte() local
250 if (NewSize == 8 && !memcmp(CH3, T, 8)) FoundMask |= 1 << 3; in TestChangeByte()
275 uint8_t CH3[8] = {0x00, 0x11, 0x22, 0x37, 0x44, 0x55, 0x66, 0x77}; in TestChangeBit() local
286 if (NewSize == 8 && !memcmp(CH3, T, 8)) FoundMask |= 1 << 3; in TestChangeBit()
311 uint8_t CH3[7] = {0x00, 0x11, 0x22, 0x44, 0x55, 0x66, 0x33}; in TestShuffleBytes() local
319 if (NewSize == 7 && !memcmp(CH3, T, 7)) FoundMask |= 1 << 3; in TestShuffleBytes()
341 uint8_t CH3[7] = {0x00, 0x11, 0x22, 0x00, 0x11, 0x22, 0x66}; in TestCopyPart() local
350 if (NewSize == 7 && !memcmp(CH3, T, 7)) FoundMask |= 1 << 3; in TestCopyPart()
393 uint8_t CH3[7] = {0xAA, 0xBB, 0xCC, 0xDD, 0x00, 0x11, 0x22}; in TestAddWordFromDictionary() local
404 if (NewSize == 7 && !memcmp(CH3, in TestAddWordFromDictionary()
460 uint8_t CH3[8] = {'0', '6', '1', '7', '2', '8', '3', '9'}; TestChangeASCIIInteger() local
492 uint8_t CH3[8] = {0x00, 0x11, 0x2a, 0x33, 0x44, 0x55, 0x66, 0x77}; TestChangeBinaryInteger() local
[all...]

Completed in 2 milliseconds