Searched refs:DEG_4 (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libast/common/uwin/ |
H A D | random.c | 135 #define DEG_4 63 macro 144 static int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }; 276 rand_deg = DEG_4; in initstate()
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | random.c | 101 #define DEG_4 63 macro 154 { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }, 283 rp->rand_deg = DEG_4; in initstate()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | random.c | 118 #define DEG_4 63 macro 171 { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }, 267 rp->rand_deg = DEG_4; in initstate()
|