Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcFunctionPrototypes.h10 using MemcpyFunction = void *(*)(void *__restrict, const void *__restrict, variable
13 MemcpyFunction Function;
H A DLibcMemoryBenchmark.h199 inline void *Call(ParameterType Parameter, MemcpyFunction Memcpy) { in Call()