Searched refs:checkMatchCrashData (Results 1 – 1 of 1) sorted by relevance
284 static const uint8_t checkMatchCrashData[] = { variable387 uint8_t compressed[sizeof(checkMatchCrashData) * 2]; in TEST()391 for (size_t i = 0; i < sizeof(checkMatchCrashData); i++) { in TEST()393 stream.next_in = (uint8_t*)&checkMatchCrashData[i]; in TEST()407 uint8_t decompressed[sizeof(checkMatchCrashData)]; in TEST()418 memcmp(checkMatchCrashData, decompressed, sizeof(checkMatchCrashData)), in TEST()