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

Function Ixor

third-party/lua-5.5.0/src/lmathlib.c:435–438  ·  view source on GitHub ↗

i1 ^= i2 */

Source from the content-addressed store, hash-verified

433
434/* i1 ^= i2 */
435static void Ixor (Rand64 *i1, Rand64 i2) {
436 i1->h ^= i2.h;
437 i1->l ^= i2.l;
438}
439
440/* return i1 + i2 */
441static Rand64 Iadd (Rand64 i1, Rand64 i2) {

Callers 1

nextrandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected