Searched refs:__PTR_ALIGN (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/gnu/ |
A D | obstack.c | 195 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, 243 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin_1() 286 __PTR_ALIGN ((char *) new_chunk, new_chunk->contents, h->alignment_mask); in _obstack_newchunk() 313 == __PTR_ALIGN ((char *) old_chunk, old_chunk->contents, in _obstack_newchunk()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | obstack.h | 137 #define __PTR_ALIGN(B, P, A) \ macro 288 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 389 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \ 415 && (h)->next_free == __PTR_ALIGN ((char *) (h)->chunk, \ 487 = __PTR_ALIGN ((h)->object_base, (h)->next_free, \
|
Completed in 5 milliseconds