MCPcopy Create free account
hub / github.com/davisking/dlib / H

Function H

dlib/md5/md5_kernel_1.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 // ------------------------------------------------------------------------------------
42
43 inline uint32 H (
44 uint32 x,
45 uint32 y,
46 uint32 z
47 )
48 {
49 return ( x^y^z );
50 }
51
52 // ------------------------------------------------------------------------------------
53

Callers 5

HHFunction · 0.85
orthesMethod · 0.85
hqr2Method · 0.85

Calls

no outgoing calls

Tested by 1