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

/barrelfish-2018-10-04/lib/libc/stdlib/
H A Drandom.c109 #define TYPE_0 0 /* linear congruential */ macro
244 if (rand_type == TYPE_0)
275 if (rand_type == TYPE_0)
284 if (rand_type != TYPE_0) {
321 if (rand_type == TYPE_0)
326 rand_type = TYPE_0;
349 if (rand_type == TYPE_0)
383 if (type != TYPE_0 && rear >= degrees[type])
385 if (rand_type == TYPE_0)
393 if (rand_type != TYPE_0) {
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Drandom.c112 #define TYPE_0 0 /* linear congruential */ macro
271 if (rand_type == TYPE_0)
301 if (rand_type == TYPE_0)
323 if (rand_type != TYPE_0) {
361 if (rand_type == TYPE_0)
371 rand_type = TYPE_0;
394 if (rand_type == TYPE_0)
428 if (rand_type == TYPE_0)
433 case TYPE_0:
447 if (rand_type != TYPE_0) {
[all...]

Completed in 29 milliseconds