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

References

projects/compiler-rt/lib/builtins/popcountti2.c
   36   x = x + (x >> 16);
   36   x = x + (x >> 16);
   36   x = x + (x >> 16);
   40   return (x + (x >> 8)) & 0xFF; // (8 significant bits)
   40   return (x + (x >> 8)) & 0xFF; // (8 significant bits)