Searched refs:align_up (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | arg_list.h | 23 LIBC_INLINE constexpr V align_up(V val, A align) { in align_up() function 90 : align_up(arg_counter, alignof(T)) + sizeof(T); in next_var() 123 align_up(reinterpret_cast<uintptr_t>(ptr), alignof(T))); in next_var()
|
| H A D | freestore.h | 44 align_up(sizeof(Block) + sizeof(FreeList::Node), alignof(max_align_t)); 46 align_up(sizeof(Block) + sizeof(FreeTrie::Node), alignof(max_align_t));
|
| H A D | block.h | 35 LIBC_INLINE constexpr size_t align_up(size_t value, size_t alignment) { in align_up() function 315 return align_up(ptr + sizeof(Block), usable_space_alignment) -
|
| H A D | memory_size.h | 76 LIBC_INLINE SafeMemSize align_up(size_t alignment) { in align_up() function
|
| /freebsd/contrib/llvm-project/libc/src/__support/HashTable/ |
| H A D | table.h | 268 SafeMemSize align_boundary = entries_size.align_up(table_alignment()); in allocate() 272 (align_boundary + header_size + ctrl_sizes).align_up(table_alignment()); in allocate()
|
| /freebsd/contrib/llvm-project/libc/shared/ |
| H A D | rpc.h | 246 return align_up(2 * mailbox_bytes(port_count), alignof(Header)); in header_offset() 251 return align_up(header_offset(port_count) + port_count * sizeof(Header), in buffer_offset()
|
| H A D | rpc_util.h | 242 RPC_ATTRS constexpr V align_up(V val, A align) {
|