MCPcopy Index your code
hub / github.com/angular-app/angular-app / cmn

Function cmn

client/src/common/directives/gravatar.js:133–136  ·  view source on GitHub ↗
(q, a, b, x, s, t)

Source from the content-addressed store, hash-verified

131 }
132
133 function cmn(q, a, b, x, s, t) {
134 a = add32(add32(a, q), add32(x, t));
135 return add32((a << s) | (a >>> (32 - s)), b);
136 }
137
138 function ff(a, b, c, d, x, s, t) {
139 return cmn((b & c) | ((~b) & d), a, b, x, s, t);

Callers 4

ffFunction · 0.85
ggFunction · 0.85
hhFunction · 0.85
iiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected