Searched refs:__PTR_ALIGN (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | obstack.c | 188 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin() 236 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin_1() 279 __PTR_ALIGN ((char *) new_chunk, new_chunk->contents, h->alignment_mask); in _obstack_newchunk() 306 == __PTR_ALIGN ((char *) old_chunk, old_chunk->contents, in _obstack_newchunk()
|
D | obstack.h | 137 #define __PTR_ALIGN(B, P, A) \ macro 287 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 388 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \ 414 && (h)->next_free == __PTR_ALIGN ((char *) (h)->chunk, \ 486 = __PTR_ALIGN ((h)->object_base, (h)->next_free, \
|