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

References

usr/include/c++/7.4.0/bits/hashtable_policy.h
  532     __x = __x - 1;
  532     __x = __x - 1;
  533     __x = __x | (__x >> 1);
  533     __x = __x | (__x >> 1);
  533     __x = __x | (__x >> 1);
  534     __x = __x | (__x >> 2);
  534     __x = __x | (__x >> 2);
  534     __x = __x | (__x >> 2);
  535     __x = __x | (__x >> 4);
  535     __x = __x | (__x >> 4);
  535     __x = __x | (__x >> 4);
  536     __x = __x | (__x >> 8);
  536     __x = __x | (__x >> 8);
  536     __x = __x | (__x >> 8);
  537     __x = __x | (__x >>16);
  537     __x = __x | (__x >>16);
  537     __x = __x | (__x >>16);
  539     __x = __x | (__x >>32);
  539     __x = __x | (__x >>32);
  539     __x = __x | (__x >>32);
  541     return __x + 1;