OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RandBool
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerRandom.h
23
size_t
RandBool
() { return Rand() % 2; }
FuzzerMutate.cpp
64
if (Rand.
RandBool
()) return Rand(256);
138
uint8_t Byte = Rand.
RandBool
() ? Rand(256) : (Rand.
RandBool
() ? 0 : 255);
172
Rand.
RandBool
();
173
if (Rand.
RandBool
()) { // Insert W.
198
bool HandleFirst = Rand.
RandBool
();
228
if (Rand.
RandBool
()) Arg1 = Bswap(Arg1);
229
if (Rand.
RandBool
()) Arg2 = Bswap(Arg2);
253
if ((X.A >> 16) == 0 && (X.B >> 16) == 0 && Rand.
RandBool
())
343
if (Size == MaxSize || Rand.
RandBool
())
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025