Searched refs:fulong (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/bc/src/
H A Drand.c240 static void bc_rand_fill(BcRNGData *r, BcRandUlong fulong, void *ptr) { argument
244 state1 = fulong(ptr);
245 state2 = fulong(ptr);
247 inc1 = fulong(ptr);
248 inc2 = fulong(ptr);

Completed in 89 milliseconds