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

Function I

dlib/md5/md5_kernel_1.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 // ------------------------------------------------------------------------------------
53
54 inline uint32 I (
55 uint32 x,
56 uint32 y,
57 uint32 z
58 )
59 {
60 return ( y ^ (x|(~z)) );
61 }
62
63 // ------------------------------------------------------------------------------------
64

Callers 1

IIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected