Home
last modified time | relevance | path

Searched defs:missingBytes (Results 1 – 2 of 2) sorted by relevance

/third_party/lz4/tests/
Dfuzzer.c657 { int missingBytes = (FUZ_rand(&randState) % 0x3F) + 1; in FUZ_test() local
669 { int missingBytes = (FUZ_rand(&randState) % 0x3F) + 1; in FUZ_test() local
768 { int const missingBytes = (FUZ_rand(&randState) & 0xF) + 2; in FUZ_test() local
862 { int const missingBytes = (FUZ_rand(&randState) & 0xF) + 2; in FUZ_test() local
Dframetest.c271 { size_t const missingBytes = 4; in basicTests() local