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

References

projects/compiler-rt/lib/tsan/rtl/tsan_md5.cpp
  163   saved_lo = ctx->lo;
  164   if ((ctx->lo = (saved_lo + size) & 0x1fffffff) < saved_lo)
  165     ctx->hi++;
  166   ctx->hi += size >> 29;
  174       internal_memcpy(&ctx->buffer[used], data, size);
  178     internal_memcpy(&ctx->buffer[used], data, free);
  181     body(ctx, ctx->buffer, 64);
  181     body(ctx, ctx->buffer, 64);
  185     data = body(ctx, data, size & ~(ulong_t)0x3f);
  189   internal_memcpy(ctx->buffer, data, size);