Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ Ixor
Function
Ixor
3rd/lua-5.4.3/src/lmathlib.c:396–399 ·
view source on GitHub ↗
i1 ^= i2 */
Source
from the content-addressed store, hash-verified
394
395
/* i1 ^= i2 */
396
static void Ixor (Rand64 *i1, Rand64 i2) {
397
i1->h ^= i2.h;
398
i1->l ^= i2.l;
399
}
400
401
/* return i1 + i2 */
402
static Rand64 Iadd (Rand64 i1, Rand64 i2) {
Callers
1
nextrand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected