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

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drandom.c130 #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;
273 rand_sep = SEP_3;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drandom.c97 #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;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drandom.c114 #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;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3549 #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];
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c6296 #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];

Completed in 100 milliseconds