Searched defs:alignment (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | obstack.c | 144 int size, int alignment, in _obstack_begin() 190 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1()
|
D | obstack.h | 234 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 239 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|