reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/safestack/safestack_util.h
   32   SFS_CHECK((boundary & (boundary - 1)) == 0);
   32   SFS_CHECK((boundary & (boundary - 1)) == 0);
   33   return (size + boundary - 1) & ~(boundary - 1);
   33   return (size + boundary - 1) & ~(boundary - 1);