Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/test/
H A DFuzzerUnittest.cpp161 uint8_t INS5[8] = {0x00, 0x11, 0x22, 0x33, 0x44, 0xF6, 0x55, 0x66}; in TestInsertByte() local
172 if (NewSize == 8 && !memcmp(INS5, T, 8)) FoundMask |= 1 << 5; in TestInsertByte()
198 uint8_t INS5[8] = {0x00, 0x11, 0x22, 0x33, 'b', 'b', 'b', 'b'}; in TestInsertRepeatedBytes() local
213 if (NewSize == 8 && !memcmp(INS5, T, 8)) FoundMask |= 1 << 5; in TestInsertRepeatedBytes()

Completed in 2 milliseconds