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

Function XXhD

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

Source from the content-addressed store, hash-verified

362 }
363
364 function XXhD(e, t, r, n, i, o) {
365 var a = t & 32767
366 , s = t >> 15;
367 while (--o >= 0) {
368 var u = this[e] & 32767;
369 var _ = this[e++] >> 15;
370 var c = s * u + _ * a;
371 u = a * u + ((c & 32767) << 15) + r[n] + (i & 1073741823);
372 i = (u >>> 30) + (c >>> 15) + s * _ + (i >>> 30);
373 r[n++] = u & 1073741823;
374 }
375 return i;
376 }
377
378 function YBL_(e, t, r, n, i, o) {
379 var a = t & 16383

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected