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

Function f3

shadercompiler/md5.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44inline uint32_t f3( uint32_t b, uint32_t c, uint32_t d )
45{
46 return b ^ c ^ d;
47}
48
49inline uint32_t f4( uint32_t b, uint32_t c, uint32_t d )
50{

Callers 1

processBlockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected