Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ F
Function
F
dlib/md5/md5_kernel_1.cpp:21–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
{
20
21
inline uint32 F (
22
uint32 x,
23
uint32 y,
24
uint32 z
25
)
26
{
27
return ( (x&y) | ((~x)&z) );
28
}
29
30
// ------------------------------------------------------------------------------------
31
Callers
1
FF
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected