Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/HashTable/
H A Dtable.h112 LIBC_INLINE size_t offset_from_entries() const { in offset_from_entries() function
257 reinterpret_cast<uint8_t *>(table) - table->offset_from_entries(); in deallocate()
287 __builtin_memset(mem, 0, table->offset_from_entries()); in allocate()