Home
last modified time | relevance | path

Searched refs:mix (Results 1 – 2 of 2) sorted by relevance

/coreutils/gl/lib/
Drand-isaac.c107 #define ISAAC_STEP(i, off, mix) \ in isaac_refill() argument
110 a = (IF32 (a, 0) ^ (mix)) + m[off + (i)]; \ in isaac_refill()
145 #define mix(a, b, c, d, e, f, g, h) \ macro
158 #define mix(a, b, c, d, e, f, g, h) \ macro
187 mix (a, b, c, d, e, f, g, h); \
217 mix (a, b, c, d, e, f, g, h);
264 mix (a, b, c, d, e, f, g, h); in isaac_seed()
/coreutils/
DNEWS3668 "pr -e" with a mix of backspaces and TABs no longer corrupts the heap