Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/string/memory_utils/
H A Dutils.h337 template <size_t SIZE> struct AlignHelper { struct
338 LIBC_INLINE AlignHelper(CPtr ptr) in AlignHelper() argument
341 LIBC_INLINE bool not_aligned() const { return offset != SIZE; } in not_aligned()
342 uintptr_t offset;