Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ minimum
Function
minimum
src/base/hash_libtomcrypt.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
0x90befffaUL, 0xa4506cebUL, 0xbef9a3f7UL, 0xc67178f2UL};
30
31
static u32 minimum(u32 x, u32 y)
32
{
33
return x < y ? x : y;
34
}
35
36
static u32 load32(const unsigned char *y)
37
{
Callers
1
sha_process
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected