Home | History | Annotate | Download | only in tests

Lines Matching refs:srcBits

596         unsigned const srcBits = (FUZ_rand(&randState) % (FUZ_highbit((U32)(srcDataLength-1)) - 1)) + 1;
597 size_t const srcSize = (FUZ_rand(&randState) & ((1<<srcBits)-1)) + 1;