Home | History | Annotate | Download | only in src

Lines Matching full:_s_align

795   enum {_S_ALIGN = _STLP_DATA_ALIGNMENT};
798 { return (((__bytes) + (int)_S_ALIGN - 1) & ~((int)_S_ALIGN - 1)); }
800 { return (((__bytes) + (int)_S_ALIGN - 1) / (int)_S_ALIGN - 1); }