Searched refs:INS1 (Results 1 - 1 of 1) sorted by relevance
/third_party/json/tests/thirdparty/Fuzzer/test/ |
H A D | FuzzerUnittest.cpp | 157 uint8_t INS1[8] = {0x00, 0xF2, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66}; in TestInsertByte() local 168 if (NewSize == 8 && !memcmp(INS1, T, 8)) FoundMask |= 1 << 1; in TestInsertByte() 193 uint8_t INS1[7] = {0x00, 0x11, 0x22, 'a', 'a', 'a', 0x33}; in TestInsertRepeatedBytes() local 208 if (NewSize == 7 && !memcmp(INS1, T, 7)) FoundMask |= 1 << 1; in TestInsertRepeatedBytes()
|
Completed in 2 milliseconds