MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / add

Method add

g2all/700/module/int64.js:93–98  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

91 }
92
93 add(b) {
94 const values = lohi_from_one(b);
95 const u32 = this._u32;
96 const low = u32[0] + values[0];
97 return new this.constructor(low >>> 0, (u32[1] + values[1] + (low > 0xffffffff)) >>> 0);
98 }
99
100 sub(b) {
101 const values = lohi_from_one(b);

Callers 15

spray_aioFunction · 0.45
cancel_aiosFunction · 0.45
free_aiosFunction · 0.45
free_aios2Function · 0.45
leak_kernel_addrsFunction · 0.45
double_free_reqs1Function · 0.45
make_kernel_arwFunction · 0.45
kread64Function · 0.45
constructorMethod · 0.45
patch_kernelFunction · 0.45
mallocFunction · 0.45
malloc32Function · 0.45

Calls 1

lohi_from_oneFunction · 0.70

Tested by

no test coverage detected