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

Function G

dlib/md5/md5_kernel_1.cpp:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 // ------------------------------------------------------------------------------------
31
32 inline uint32 G (
33 uint32 x,
34 uint32 y,
35 uint32 z
36 )
37 {
38 return ( (x&z) | (y&(~z)) );
39 }
40
41 // ------------------------------------------------------------------------------------
42

Callers 4

GGFunction · 0.70
test_rlsFunction · 0.50
update_noscaleMethod · 0.50

Calls

no outgoing calls

Tested by 1

test_rlsFunction · 0.40