Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTraceState.cpp132 size_t DiffLog = sizeof(long) * 8 - __builtin_clzl((long)Diff); in WantToHandleOneMoreMutation() local
133 assert(DiffLog > 0 && DiffLog < 64); in WantToHandleOneMoreMutation()
134 bool WantThisOne = MD.GetRand()(1 << DiffLog) == 0; // 1 out of DiffLog. in WantToHandleOneMoreMutation()

Completed in 2 milliseconds