Searched refs:logLength (Results 1 – 3 of 3) sorted by relevance
245 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() argument247 size_t const lengthMask = ((size_t)1 << logLength) - 1; in FUZ_rLogLength()253 U32 const logLength = FUZ_rand(seed) % maxLog; in FUZ_randomLength() local254 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1322 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() argument1324 size_t const lengthMask = ((size_t)1 << logLength) - 1; in FUZ_rLogLength()1330 U32 const logLength = FUZ_rand(seed) % maxLog; in FUZ_randomLength() local1331 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
949 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() argument951 size_t const lengthMask = ((size_t)1 << logLength) - 1; in FUZ_rLogLength()957 U32 const logLength = FUZ_rand(seed) % maxLog; in FUZ_randomLength() local958 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()