MCPcopy Create free account
hub / github.com/apache/cloudstack / rol

Function rol

systemvm/agent/noVNC/core/crypto/md5.js:80–82  ·  view source on GitHub ↗
(d, g)

Source from the content-addressed store, hash-verified

78}
79
80function rol(d, g) {
81 return d << g | d >>> 32 - g;
82}

Callers 1

cmnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected