HomeSort by: relevance | last modified time | path
    Searched defs:rand_sep (Results 1 - 9 of 9) sorted by relevancy

  /src/games/rogue/
random.c 73 static int rand_sep = 3; variable
88 fptr = &state[rand_sep];
  /src/common/lib/libc/stdlib/
random.c 223 * pointer. These two pointers are always rand_sep places aparts, as they
251 static int rand_sep = SEP_3; variable
261 * that are exactly rand_sep places apart. Lastly, it cycles the state
297 fptr = &state[rand_sep];
360 rand_sep = SEP_0;
364 rand_sep = SEP_1;
368 rand_sep = SEP_2;
372 rand_sep = SEP_3;
376 rand_sep = SEP_4;
435 rand_sep = seps[type]
    [all...]
  /src/external/bsd/ntp/dist/libntp/
ntp_random.c 184 * pointer. These two pointers are always rand_sep places aparts, as they
212 static long rand_sep = SEP_3; variable
256 * that are exactly rand_sep places apart. Lastly, it cycles the state
274 fptr = &state[rand_sep];
371 rand_sep = SEP_0;
375 rand_sep = SEP_1;
379 rand_sep = SEP_2;
383 rand_sep = SEP_3;
387 rand_sep = SEP_4;
440 rand_sep = seps[type]
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
random.c 188 pointer. These two pointers are always rand_sep places aparts, as they
216 static int rand_sep = SEP_3; variable
225 that are exactly rand_sep places apart. Lastly, it cycles the state
238 fptr = &state[rand_sep];
275 rand_sep = SEP_0;
281 rand_sep = SEP_1;
287 rand_sep = SEP_2;
293 rand_sep = SEP_3;
299 rand_sep = SEP_4;
346 rand_sep = seps[type]
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
random.c 188 pointer. These two pointers are always rand_sep places aparts, as they
216 static int rand_sep = SEP_3; variable
225 that are exactly rand_sep places apart. Lastly, it cycles the state
238 fptr = &state[rand_sep];
275 rand_sep = SEP_0;
281 rand_sep = SEP_1;
287 rand_sep = SEP_2;
293 rand_sep = SEP_3;
299 rand_sep = SEP_4;
346 rand_sep = seps[type]
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
random.c 188 pointer. These two pointers are always rand_sep places aparts, as they
216 static int rand_sep = SEP_3; variable
225 that are exactly rand_sep places apart. Lastly, it cycles the state
238 fptr = &state[rand_sep];
275 rand_sep = SEP_0;
281 rand_sep = SEP_1;
287 rand_sep = SEP_2;
293 rand_sep = SEP_3;
299 rand_sep = SEP_4;
346 rand_sep = seps[type]
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
random.c 190 pointer. These two pointers are always rand_sep places aparts, as they
218 static int rand_sep = SEP_3; variable
227 that are exactly rand_sep places apart. Lastly, it cycles the state
240 fptr = &state[rand_sep];
277 rand_sep = SEP_0;
283 rand_sep = SEP_1;
289 rand_sep = SEP_2;
295 rand_sep = SEP_3;
301 rand_sep = SEP_4;
348 rand_sep = seps[type]
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
random.c 188 pointer. These two pointers are always rand_sep places aparts, as they
216 static int rand_sep = SEP_3; variable
225 that are exactly rand_sep places apart. Lastly, it cycles the state
238 fptr = &state[rand_sep];
275 rand_sep = SEP_0;
281 rand_sep = SEP_1;
287 rand_sep = SEP_2;
293 rand_sep = SEP_3;
299 rand_sep = SEP_4;
346 rand_sep = seps[type]
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
random.c 188 pointer. These two pointers are always rand_sep places aparts, as they
216 static int rand_sep = SEP_3; variable
225 that are exactly rand_sep places apart. Lastly, it cycles the state
238 fptr = &state[rand_sep];
275 rand_sep = SEP_0;
281 rand_sep = SEP_1;
287 rand_sep = SEP_2;
293 rand_sep = SEP_3;
299 rand_sep = SEP_4;
346 rand_sep = seps[type]
    [all...]

Completed in 27 milliseconds