MCPcopy Create free account
hub / github.com/carbonengine/trinity / reset

Method reset

shadercompiler/md5.cpp:18–28  ·  view source on GitHub ↗

restart

Source from the content-addressed store, hash-verified

16
17/// restart
18void MD5::reset()
19{
20 m_numBytes = 0;
21 m_bufferSize = 0;
22
23 // according to RFC 1321
24 m_hash[0] = 0x67452301;
25 m_hash[1] = 0xefcdab89;
26 m_hash[2] = 0x98badcfe;
27 m_hash[3] = 0x10325476;
28}
29
30
31namespace

Callers 15

GetOrCreateRtMeshAreaMethod · 0.80
SetLayoutMethod · 0.80
GetDataMethod · 0.80
DestroyDataMethod · 0.80
GetOrCreateRtMeshMethod · 0.80
ReadBufferMethod · 0.80
UnmapForReadingMethod · 0.80
DoLoadMethod · 0.80
DoPrepareMethod · 0.80
CreateBindingMethod · 0.80
ReleaseCachedDataMethod · 0.80

Calls

no outgoing calls

Tested by 1

LoadDDSFunction · 0.64