Searched refs:__PTR_ALIGN (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | obstack.c | 178 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin() 226 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin_1() 269 __PTR_ALIGN ((char *) new_chunk, new_chunk->contents, h->alignment_mask); in _obstack_newchunk() 296 == __PTR_ALIGN ((char *) old_chunk, old_chunk->contents, in _obstack_newchunk()
|
D | obstack.h | 136 #define __PTR_ALIGN(B, P, A) \ macro 291 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 392 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \ 418 && (h)->next_free == __PTR_ALIGN ((char *) (h)->chunk, \ 490 = __PTR_ALIGN ((h)->object_base, (h)->next_free, \
|