Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/string/memory_utils/
H A Daddress.h64 static constexpr size_t NewAlignment = commonAlign<ByteOffset>(); in offset()
73 template <size_t ByteOffset> static constexpr size_t commonAlign() { in commonAlign() function