Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/test/
H A DFuzzerUnittest.cpp156 uint8_t INS0[8] = {0xF1, 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66}; in TestInsertByte() local
167 if (NewSize == 8 && !memcmp(INS0, T, 8)) FoundMask |= 1 << 0; in TestInsertByte()
192 uint8_t INS0[7] = {0x00, 0x11, 0x22, 0x33, 'a', 'a', 'a'}; in TestInsertRepeatedBytes() local
207 if (NewSize == 7 && !memcmp(INS0, T, 7)) FoundMask |= 1 << 0; in TestInsertRepeatedBytes()

Completed in 2 milliseconds