Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/HashTable/
H A Dtable.h118 LIBC_INLINE constexpr static size_t offset_to_groups() { in offset_to_groups() function
132 uint8_t *ptr = reinterpret_cast<uint8_t *>(this) + offset_to_groups(); in control()
138 reinterpret_cast<const uint8_t *>(this) + offset_to_groups(); in control()
270 SafeMemSize header_size{offset_to_groups()}; in allocate()