MCPcopy 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
69inline static uint32_t rol(const uint32_t value, const size_t bits)
70{
71 return (value << bits) | (value >> (32 - bits));
72}
73
74
75inline static uint32_t blk(const uint32_t block[BLOCK_INTS], const size_t i)

Callers 6

blkFunction · 0.85
R0Function · 0.85
R1Function · 0.85
R2Function · 0.85
R3Function · 0.85
R4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected