Searched refs:SEP_3 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | random.c | 112 #define SEP_3 3 macro 170 { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }, 180 &_randominit.randtbl[ SEP_3 + 1 ], 183 TYPE_3, DEG_3, SEP_3, 262 rp->rand_sep = SEP_3; in initstate()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 3588 #define SEP_3 3 macro 3594 static int *tcp_random_fptr = &tcp_randtbl[SEP_3 + 1]; 3629 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 6295 #define SEP_3 3 macro 6301 static int *tcp_random_fptr = &tcp_randtbl[SEP_3 + 1]; 6338 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()
|