Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ rol
Function
rol
src/pull/sha1.hpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
69
inline static uint32_t rol(const uint32_t value, const size_t bits)
70
{
71
return (value << bits) | (value >> (32 - bits));
72
}
73
74
75
inline static uint32_t blk(const uint32_t block[BLOCK_INTS], const size_t i)
Callers
6
blk
Function · 0.85
R0
Function · 0.85
R1
Function · 0.85
R2
Function · 0.85
R3
Function · 0.85
R4
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected