HomeSort by relevance Sort by last modified time
    Searched refs:_S_ALIGN (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
allocators.cpp 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); }
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 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); }
    [all...]

Completed in 926 milliseconds