Home
last modified time | relevance | path

Searched defs:TestingElement (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A Dmemory_access_test.cpp75 template <size_t Size> struct TestingElement { struct
76 static constexpr size_t SIZE = Size;
78 static void copy(char *__restrict dst, const char *__restrict src) { in copy()
83 static bool equals(const char *lhs, const char *rhs) { in equals()
89 static int three_way_compare(const char *lhs, const char *rhs) { in three_way_compare()
95 static void splat_set(char *dst, const unsigned char value) { in splat_set()