OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ixor
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/lua/dist/src/
lmathlib.c
398
static void
Ixor
(Rand64 *i1, Rand64 i2) {
442
Ixor
(&state[2], state[0]);
443
Ixor
(&state[3], state[1]);
444
Ixor
(&state[1], state[2]);
445
Ixor
(&state[0], state[3]);
446
Ixor
(&state[2], t);
Completed in 22 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026