MCPcopy Create free account
hub / github.com/cxapython/catvm / WfLC

Function WfLC

geetest/test.js:355–362  ·  view source on GitHub ↗
(e, t, r, n, i, o)

Source from the content-addressed store, hash-verified

353 }
354
355 function WfLC(e, t, r, n, i, o) {
356 while (--o >= 0) {
357 var a = t * this[e++] + r[n] + i;
358 i = Math["floor"](a / 67108864);
359 r[n++] = a & 67108863;
360 }
361 return i;
362 }
363
364 function XXhD(e, t, r, n, i, o) {
365 var a = t & 32767

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected