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

Function add

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

Source from the content-addressed store, hash-verified

73}
74
75function add(d, g) {
76 let m = (65535 & d) + (65535 & g);
77 return (d >> 16) + (g >> 16) + (m >> 16) << 16 | 65535 & m;
78}
79
80function rol(d, g) {
81 return d << g | d >>> 32 - g;

Callers 2

YFunction · 0.70
cmnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected