Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dalloc-pool.c28 #define align_eight(x) (((x+7) >> 3) << 3) macro
135 size = align_eight (size); in create_alloc_pool()
161 header_size = align_eight (sizeof (struct alloc_pool_list_def)); in create_alloc_pool()
244 block += align_eight (sizeof (struct alloc_pool_list_def)); in pool_alloc()