Home | History | Annotate | Download | only in lib

Lines Matching refs:alignment

66 /* Determine default alignment.  */
146 Objects start on multiples of ALIGNMENT (0 means use default).
155 int size, int alignment,
161 if (alignment == 0)
162 alignment = DEFAULT_ALIGNMENT;
183 h->alignment_mask = alignment - 1;
190 alignment - 1);
201 _obstack_begin_1 (struct obstack *h, int size, int alignment,
208 if (alignment == 0)
209 alignment = DEFAULT_ALIGNMENT;
230 h->alignment_mask = alignment - 1;
238 alignment - 1);
293 which does not do strict alignment for COPYING_UNITS. */