Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/test/
H A DFuzzerUnittest.cpp243 uint8_t CH7[8] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0xF7}; in TestChangeByte() local
254 if (NewSize == 8 && !memcmp(CH7, T, 8)) FoundMask |= 1 << 7; in TestChangeByte()
279 uint8_t CH7[8] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0xF7}; in TestChangeBit() local
290 if (NewSize == 8 && !memcmp(CH7, T, 8)) FoundMask |= 1 << 7; in TestChangeBit()
356 uint8_t CH7[8] = {0x00, 0x11, 0x22, 0x00, 0x11, 0x22, 0x33, 0x44}; in TestCopyPart() local
365 if (NewSize == 8 && !memcmp(CH7, T, 8)) FoundMask |= 1 << 7; in TestCopyPart()
397 uint8_t CH7[6] = {0xFF, 0xEE, 0xEF, 0x00, 0x11, 0x22}; in TestAddWordFromDictionary() local
408 if (NewSize == 6 && !memcmp(CH7, T, 6)) FoundMask |= 1 << 7; in TestAddWordFromDictionary()
496 uint8_t CH7[8] = {0x00, 0x08, 0x00, 0x33, 0x44, 0x55, 0x66, 0x77}; // Sw(Size) in TestChangeBinaryInteger() local
509 else if (NewSize == 8 && !memcmp(CH7, in TestChangeBinaryInteger()
[all...]

Completed in 2 milliseconds