Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcFunctionPrototypes.h23 using MemsetFunction = void *(*)(void *, int, size_t); variable
25 MemsetFunction Function;
H A DLibcMemoryBenchmark.h236 inline void *Call(ParameterType Parameter, MemsetFunction Memset) { in Call()