HomeSort by: relevance | last modified time | path
    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