Searched defs:Log (Results 1 - 2 of 2) sorted by relevance
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ | ||
| H A D | FuzzerUtil.h | 87 inline uint32_t Log(uint32_t X) { return 32 - __builtin_clz(X) - 1; } function in namespace:fuzzer |
| H A D | FuzzerDriver.cpp | 215 std::string Log = "fuzz-" + std::to_string(C) + ".log"; local in function:fuzzer::WorkerThread |
Completed in 4 milliseconds