Home
last modified time | relevance | path

Searched refs:rand_type (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Dbsd_random.c97 if (rand_type == TYPE_0) in bsd_srandom()
124 if (rand_type == TYPE_0) in bsd_initstate()
126 state[-1] = rand_type; in bsd_initstate()
140 rand_type = TYPE_0; in bsd_initstate()
146 rand_type = TYPE_1; in bsd_initstate()
152 rand_type = TYPE_2; in bsd_initstate()
158 rand_type = TYPE_3; in bsd_initstate()
164 rand_type = TYPE_4; in bsd_initstate()
172 if (rand_type == TYPE_0) in bsd_initstate()
174 state[-1] = rand_type; in bsd_initstate()
[all …]
/dports/net/fspd/fsp-2.8.1b29/common/
H A Drandom.c216 if(rand_type == TYPE_0) state[-1] = rand_type; in PROTO3()
223 rand_type = TYPE_0; in PROTO3()
228 rand_type = TYPE_1; in PROTO3()
233 rand_type = TYPE_2; in PROTO3()
238 rand_type = TYPE_3; in PROTO3()
242 rand_type = TYPE_4; in PROTO3()
252 if(rand_type == TYPE_0) state[-1] = rand_type; in PROTO3()
276 if(rand_type == TYPE_0) state[-1] = rand_type; in PROTO1()
284 rand_type = type; in PROTO1()
292 if(rand_type != TYPE_0) { in PROTO1()
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/sys/share/
H A Drandom.c184 static int rand_type = TYPE_3; variable
210 if (rand_type == TYPE_0) {
249 if (rand_type == TYPE_0)
250 state[-1] = rand_type;
260 rand_type = TYPE_0;
289 if (rand_type == TYPE_0)
290 state[-1] = rand_type;
318 if (rand_type == TYPE_0)
319 state[-1] = rand_type;
328 rand_type = type;
[all …]
/dports/devel/ga/ga-5.8/compat/
H A Drandom.c196 if( rand_type == TYPE_0 ) { in random()
234 if( rand_type == TYPE_0 ) {
275 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
282 rand_type = TYPE_0;
288 rand_type = TYPE_1;
294 rand_type = TYPE_2;
300 rand_type = TYPE_3;
305 rand_type = TYPE_4;
315 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
344 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
[all …]
/dports/math/oleo/oleo-1.99.16/lib/
H A Drandom.c200 if (rand_type == TYPE_0)
245 if (rand_type == TYPE_0)
246 state[-1] = rand_type;
256 rand_type = TYPE_0;
264 rand_type = TYPE_1;
272 rand_type = TYPE_2;
280 rand_type = TYPE_3;
286 rand_type = TYPE_4;
296 if (rand_type == TYPE_0)
297 state[-1] = rand_type;
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/portability/
H A Drandom.c199 if (rand_type == TYPE_0)
245 if (rand_type == TYPE_0)
246 state[-1] = rand_type;
256 rand_type = TYPE_0;
264 rand_type = TYPE_1;
272 rand_type = TYPE_2;
280 rand_type = TYPE_3;
286 rand_type = TYPE_4;
297 state[-1] = rand_type;
328 state[-1] = rand_type;
[all …]
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Drandom.c205 if (rand_type == TYPE_0)
247 if (rand_type == TYPE_0)
248 state[-1] = rand_type;
259 rand_type = TYPE_0;
265 rand_type = TYPE_1;
271 rand_type = TYPE_2;
277 rand_type = TYPE_3;
283 rand_type = TYPE_4;
290 if (rand_type == TYPE_0)
291 state[-1] = rand_type;
[all …]
H A Dsetstate.c209 if (rand_type == TYPE_0)
250 if (rand_type == TYPE_0)
251 state[-1] = rand_type;
260 rand_type = TYPE_0;
264 rand_type = TYPE_1;
268 rand_type = TYPE_2;
272 rand_type = TYPE_3;
276 rand_type = TYPE_4;
284 state[-1] = rand_type;
315 state[-1] = rand_type;
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/share/
H A Drandom.c184 static int rand_type = TYPE_3; variable
210 if (rand_type == TYPE_0) {
249 if (rand_type == TYPE_0)
250 state[-1] = rand_type;
260 rand_type = TYPE_0;
289 if (rand_type == TYPE_0)
290 state[-1] = rand_type;
318 if (rand_type == TYPE_0)
319 state[-1] = rand_type;
328 rand_type = type;
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/sys/share/
H A Drandom.c183 static int rand_type = TYPE_3; variable
211 if( rand_type == TYPE_0 ) {
252 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
260 rand_type = TYPE_0;
266 rand_type = TYPE_1;
272 rand_type = TYPE_2;
278 rand_type = TYPE_3;
283 rand_type = TYPE_4;
293 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
322 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
[all …]
/dports/games/nethack33/nethack-3.3.1/sys/share/
H A Drandom.c183 static int rand_type = TYPE_3; variable
211 if( rand_type == TYPE_0 ) {
252 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
260 rand_type = TYPE_0;
266 rand_type = TYPE_1;
272 rand_type = TYPE_2;
278 rand_type = TYPE_3;
283 rand_type = TYPE_4;
293 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
322 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/share/
H A Drandom.c184 static int rand_type = TYPE_3; variable
210 if (rand_type == TYPE_0) {
249 if (rand_type == TYPE_0)
250 state[-1] = rand_type;
260 rand_type = TYPE_0;
289 if (rand_type == TYPE_0)
290 state[-1] = rand_type;
318 if (rand_type == TYPE_0)
319 state[-1] = rand_type;
328 rand_type = type;
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/sys/share/
H A Drandom.c183 static int rand_type = TYPE_3; variable
211 if( rand_type == TYPE_0 ) {
252 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
260 rand_type = TYPE_0;
266 rand_type = TYPE_1;
272 rand_type = TYPE_2;
278 rand_type = TYPE_3;
283 rand_type = TYPE_4;
293 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
322 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
[all …]
/dports/games/nethack34/nethack-3.4.3/sys/share/
H A Drandom.c183 static int rand_type = TYPE_3; variable
211 if( rand_type == TYPE_0 ) {
252 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
260 rand_type = TYPE_0;
266 rand_type = TYPE_1;
272 rand_type = TYPE_2;
278 rand_type = TYPE_3;
283 rand_type = TYPE_4;
293 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
322 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/share/
H A Drandom.c183 static int rand_type = TYPE_3; variable
211 if( rand_type == TYPE_0 ) {
252 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
260 rand_type = TYPE_0;
266 rand_type = TYPE_1;
272 rand_type = TYPE_2;
278 rand_type = TYPE_3;
283 rand_type = TYPE_4;
293 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
322 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/share/
H A Drandom.c183 static int rand_type = TYPE_3; variable
211 if( rand_type == TYPE_0 ) {
252 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
260 rand_type = TYPE_0;
266 rand_type = TYPE_1;
272 rand_type = TYPE_2;
278 rand_type = TYPE_3;
283 rand_type = TYPE_4;
293 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
322 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/sys/share/
H A Drandom.c183 static int rand_type = TYPE_3; variable
211 if( rand_type == TYPE_0 ) {
252 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
260 rand_type = TYPE_0;
266 rand_type = TYPE_1;
272 rand_type = TYPE_2;
278 rand_type = TYPE_3;
283 rand_type = TYPE_4;
293 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
322 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/share/
H A Drandom.c183 static int rand_type = TYPE_3; variable
211 if( rand_type == TYPE_0 ) {
252 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
260 rand_type = TYPE_0;
266 rand_type = TYPE_1;
272 rand_type = TYPE_2;
278 rand_type = TYPE_3;
283 rand_type = TYPE_4;
293 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
322 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/share/
H A Drandom.c183 static int rand_type = TYPE_3; variable
211 if( rand_type == TYPE_0 ) {
252 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
260 rand_type = TYPE_0;
266 rand_type = TYPE_1;
272 rand_type = TYPE_2;
278 rand_type = TYPE_3;
283 rand_type = TYPE_4;
293 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
322 if( rand_type == TYPE_0 ) state[ -1 ] = rand_type;
[all …]
/dports/lang/rexx-regina/regina-rexx-3.9.3/regutil/
H A Drandom.c176 static int rand_type = TYPE_3; variable
201 if (rand_type == TYPE_0)
242 if (rand_type == TYPE_0)
252 rand_type = TYPE_0;
256 rand_type = TYPE_1;
260 rand_type = TYPE_2;
264 rand_type = TYPE_3;
275 if (rand_type == TYPE_0)
306 if (rand_type == TYPE_0)
316 rand_type = type;
[all …]
/dports/lang/rexx-regutil/regutil/
H A Drandom.c201 if (rand_type == TYPE_0)
242 if (rand_type == TYPE_0)
243 state[-1] = rand_type;
252 rand_type = TYPE_0;
256 rand_type = TYPE_1;
260 rand_type = TYPE_2;
264 rand_type = TYPE_3;
268 rand_type = TYPE_4;
276 state[-1] = rand_type;
307 state[-1] = rand_type;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Drandom.c234 if (rand_type != TYPE_0) in srandom()
262 if (rand_type == TYPE_0) in initstate()
263 state[-1] = rand_type; in initstate()
273 rand_type = TYPE_0; in initstate()
279 rand_type = TYPE_1; in initstate()
285 rand_type = TYPE_2; in initstate()
291 rand_type = TYPE_3; in initstate()
297 rand_type = TYPE_4; in initstate()
306 if (rand_type == TYPE_0) in initstate()
307 state[-1] = rand_type; in initstate()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libiberty/
H A Drandom.c233 if (rand_type != TYPE_0) in srandom()
261 if (rand_type == TYPE_0) in initstate()
262 state[-1] = rand_type; in initstate()
272 rand_type = TYPE_0; in initstate()
278 rand_type = TYPE_1; in initstate()
284 rand_type = TYPE_2; in initstate()
290 rand_type = TYPE_3; in initstate()
296 rand_type = TYPE_4; in initstate()
305 if (rand_type == TYPE_0) in initstate()
306 state[-1] = rand_type; in initstate()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Drandom.c234 if (rand_type != TYPE_0) in srandom()
262 if (rand_type == TYPE_0) in initstate()
263 state[-1] = rand_type; in initstate()
273 rand_type = TYPE_0; in initstate()
279 rand_type = TYPE_1; in initstate()
285 rand_type = TYPE_2; in initstate()
291 rand_type = TYPE_3; in initstate()
297 rand_type = TYPE_4; in initstate()
306 if (rand_type == TYPE_0) in initstate()
307 state[-1] = rand_type; in initstate()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Drandom.c234 if (rand_type != TYPE_0) in srandom()
262 if (rand_type == TYPE_0) in initstate()
263 state[-1] = rand_type; in initstate()
273 rand_type = TYPE_0; in initstate()
279 rand_type = TYPE_1; in initstate()
285 rand_type = TYPE_2; in initstate()
291 rand_type = TYPE_3; in initstate()
297 rand_type = TYPE_4; in initstate()
306 if (rand_type == TYPE_0) in initstate()
307 state[-1] = rand_type; in initstate()
[all …]

12345678910>>...17