Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Daligned_accessor.h53 static constexpr size_t byte_alignment = _ByteAlignment; member
58 …onvertible_v<_OtherElementType (*)[], element_type (*)[]> && _OtherByteAlignment >= byte_alignment)
72 return std::assume_aligned<byte_alignment>(__p)[__i]; in access()
77 return std::assume_aligned<byte_alignment>(__p) + __i; in offset()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp393 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { in Malloc() argument
397 ret -= (ret % byte_alignment); in Malloc()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan286 static constexpr size_t byte_alignment = ByteAlignment;