MCPcopy
hub / github.com/mumuy/browser / rotateLeft

Function rotateLeft

src/module/utils/getMD5.js:1–3  ·  view source on GitHub ↗
(lValue, iShiftBits)

Source from the content-addressed store, hash-verified

1let rotateLeft = function(lValue, iShiftBits) {
2 return(lValue << iShiftBits) | (lValue >>> (32 - iShiftBits));
3}
4
5let addUnsigned = function(lX, lY) {
6 let lX4, lY4, lX8, lY8, lResult;

Callers 4

FFFunction · 0.85
GGFunction · 0.85
HHFunction · 0.85
IIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…