Searched refs:SEP_3 (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | random.c | 130 #define SEP_3 3 macro 145 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; 179 static long int *fptr = &randtbl[SEP_3 + 1]; 198 static int rand_sep = SEP_3; 271 rand_sep = SEP_3; in initstate()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | random.c | 97 #define SEP_3 3 macro 155 { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }, 165 &_randominit.randtbl[ SEP_3 + 1 ], 168 TYPE_3, DEG_3, SEP_3, 280 rp->rand_sep = SEP_3; in initstate()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | random.c | 114 #define SEP_3 3 macro 172 { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }, 182 &_randominit.randtbl[ SEP_3 + 1 ], 185 TYPE_3, DEG_3, SEP_3, 264 rp->rand_sep = SEP_3; in initstate()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 3549 #define SEP_3 3 macro 3555 static int *tcp_random_fptr = &tcp_randtbl[SEP_3 + 1]; 3590 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()
|
/titanic_41/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 6296 #define SEP_3 3 macro 6302 static int *tcp_random_fptr = &tcp_randtbl[SEP_3 + 1]; 6339 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()
|