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

References

lib/Support/SHA1.cpp
   90   InternalState.ByteCount = 0;
  208   ++InternalState.ByteCount;
  229   addUncounted(InternalState.ByteCount >> 29); // Shifting to multiply by 8
  230   addUncounted(InternalState.ByteCount >>
  232   addUncounted(InternalState.ByteCount >> 13); // byte.
  233   addUncounted(InternalState.ByteCount >> 5);
  234   addUncounted(InternalState.ByteCount << 3);