Searched refs:_S_ALIGN (Results 1 – 1 of 1) sorted by relevance
795 enum {_S_ALIGN = _STLP_DATA_ALIGNMENT}; enumerator798 { return (((__bytes) + (int)_S_ALIGN - 1) & ~((int)_S_ALIGN - 1)); } in _S_round_up()800 { return (((__bytes) + (int)_S_ALIGN - 1) / (int)_S_ALIGN - 1); } in _S_freelist_index()