Searched refs:fuzz_ullong (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssh/regress/unittests/test_helper/
H A Dfuzz.c53 typedef unsigned long long fuzz_ullong; typedef
117 (((fuzz_ullong)fuzz->o2) * fuzz->slen * 8) + fuzz->o1,
118 ((fuzz_ullong)fuzz->slen * 8) * fuzz->slen * 8,
129 (((fuzz_ullong)fuzz->o2) * fuzz->slen) + fuzz->o1,
130 ((fuzz_ullong)fuzz->slen) * fuzz->slen,
147 (fuzz->o1 * (fuzz_ullong)64) + fuzz->o2,
148 fuzz->slen * (fuzz_ullong)64, fuzz->o1,

Completed in 177 milliseconds