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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h88 size_t SimpleFastHash(const uint8_t *Data, size_t Size);
H A DFuzzerUtil.cpp224 size_t SimpleFastHash(const uint8_t *Data, size_t Size) { function in namespace:fuzzer
H A DFuzzerTracePC.h57 size_t Idx = SimpleFastHash(Data, Size) % kSize;

Completed in 166 milliseconds