Searched refs:iSizeMax (Results 1 – 1 of 1) sorted by relevance
880 size_t const iSizeMax = (FUZ_rand(&randState) & ((1<<nbBitsI)-1)) + 1; in fuzzerTests() local881 size_t iSize = MIN(iSizeMax, (size_t)(iend-ip)); in fuzzerTests()