Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcFunctionPrototypes.h35 using MemcmpOrBcmpFunction = int (*)(const void *, const void *, size_t); variable
37 MemcmpOrBcmpFunction Function;
H A DLibcMemoryBenchmark.h259 inline int Call(ParameterType Parameter, MemcmpOrBcmpFunction MemcmpOrBcmp) { in Call()