reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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)