Home
last modified time | relevance | path

Searched refs:ForEachNonZeroByte (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h184 size_t ForEachNonZeroByte(const uint8_t *Begin, const uint8_t *End, in ForEachNonZeroByte() function
254 FirstFeature += 8 * ForEachNonZeroByte(Modules[i].Regions[r].Start, in CollectFeatures()
261 8 * ForEachNonZeroByte(ExtraCountersBegin(), ExtraCountersEnd(), in CollectFeatures()
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp1168 TEST(Fuzzer, ForEachNonZeroByte) { in TEST() argument
1186 ForEachNonZeroByte(Ar, Ar + N, 100, CB); in TEST()
1192 ForEachNonZeroByte(Ar + 9, Ar + N, 109, CB); in TEST()
1198 ForEachNonZeroByte(Ar + 9, Ar + N - 9, 109, CB); in TEST()