MCPcopy Create free account
hub / github.com/ddnet/ddnet / load32

Function load32

src/base/hash_libtomcrypt.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36static u32 load32(const unsigned char *y)
37{
38 return ((u32)y[0] << 24) | ((u32)y[1] << 16) | ((u32)y[2] << 8) | ((u32)y[3] << 0);
39}
40
41static void store64(u64 x, unsigned char *y)
42{

Callers 1

sha_compressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected