MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / Ixor

Function Ixor

third-party/lua-5.4.6/src/lmathlib.c:415–418  ·  view source on GitHub ↗

i1 ^= i2 */

Source from the content-addressed store, hash-verified

413
414/* i1 ^= i2 */
415static void Ixor (Rand64 *i1, Rand64 i2) {
416 i1->h ^= i2.h;
417 i1->l ^= i2.l;
418}
419
420/* return i1 + i2 */
421static Rand64 Iadd (Rand64 i1, Rand64 i2) {

Callers 1

nextrandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected