MCPcopy Create free account
hub / github.com/bwapi/bwapi / rol

Function rol

bwapi/Util/Source/Util/Sha1.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 namespace // local
40 {
41 inline const unsigned int rol(const unsigned int num, const unsigned int cnt)
42 {
43 return((num << cnt) | (num >> (32-cnt)));
44 }
45
46 void innerHash(unsigned int *result, unsigned int *w)
47 {

Callers 1

innerHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected