Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcFunctionPrototypes.h29 using BzeroFunction = void (*)(void *, size_t); variable
31 BzeroFunction Function;
H A DLibcMemoryBenchmark.h241 inline void *Call(ParameterType Parameter, BzeroFunction Bzero) { in Call()