OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rand_type
(Results
1 - 10
of
10
) sorted by relevancy
/src/games/rogue/
random.c
71
static int
rand_type
= 3;
variable
84
if (
rand_type
!= 0) {
101
if (
rand_type
== 0) {
/src/common/lib/libc/stdlib/
random.c
249
static int
rand_type
= TYPE_3;
variable
271
if (
rand_type
== TYPE_0)
350
if (
rand_type
== TYPE_0)
351
state[-1] =
rand_type
;
353
state[-1] = MAX_TYPES * (uint32_t)(rptr - state) +
rand_type
;
358
rand_type
= TYPE_0;
362
rand_type
= TYPE_1;
366
rand_type
= TYPE_2;
370
rand_type
= TYPE_3;
374
rand_type
= TYPE_4
[
all
...]
/src/external/bsd/ntp/dist/libntp/
ntp_random.c
210
static long
rand_type
= TYPE_3;
variable
268
if (
rand_type
== TYPE_0) {
359
if (
rand_type
== TYPE_0)
360
state[-1] =
rand_type
;
362
state[-1] = MAX_TYPES * (rptr - state) +
rand_type
;
369
rand_type
= TYPE_0;
373
rand_type
= TYPE_1;
377
rand_type
= TYPE_2;
381
rand_type
= TYPE_3;
385
rand_type
= TYPE_4
[
all
...]
/src/external/gpl3/binutils/dist/libiberty/
random.c
214
static int
rand_type
= TYPE_3;
variable
233
if (
rand_type
!= TYPE_0)
262
if (
rand_type
== TYPE_0)
263
state[-1] =
rand_type
;
265
state[-1] = (MAX_TYPES * (rptr - state)) +
rand_type
;
273
rand_type
= TYPE_0;
279
rand_type
= TYPE_1;
285
rand_type
= TYPE_2;
291
rand_type
= TYPE_3;
297
rand_type
= TYPE_4
[
all
...]
/src/external/gpl3/binutils.old/dist/libiberty/
random.c
214
static int
rand_type
= TYPE_3;
variable
233
if (
rand_type
!= TYPE_0)
262
if (
rand_type
== TYPE_0)
263
state[-1] =
rand_type
;
265
state[-1] = (MAX_TYPES * (rptr - state)) +
rand_type
;
273
rand_type
= TYPE_0;
279
rand_type
= TYPE_1;
285
rand_type
= TYPE_2;
291
rand_type
= TYPE_3;
297
rand_type
= TYPE_4
[
all
...]
/src/external/gpl3/gcc/dist/libiberty/
random.c
214
static int
rand_type
= TYPE_3;
variable
233
if (
rand_type
!= TYPE_0)
262
if (
rand_type
== TYPE_0)
263
state[-1] =
rand_type
;
265
state[-1] = (MAX_TYPES * (rptr - state)) +
rand_type
;
273
rand_type
= TYPE_0;
279
rand_type
= TYPE_1;
285
rand_type
= TYPE_2;
291
rand_type
= TYPE_3;
297
rand_type
= TYPE_4
[
all
...]
/src/external/gpl3/gcc.old/dist/libiberty/
random.c
216
static int
rand_type
= TYPE_3;
variable
235
if (
rand_type
!= TYPE_0)
264
if (
rand_type
== TYPE_0)
265
state[-1] =
rand_type
;
267
state[-1] = (MAX_TYPES * (rptr - state)) +
rand_type
;
275
rand_type
= TYPE_0;
281
rand_type
= TYPE_1;
287
rand_type
= TYPE_2;
293
rand_type
= TYPE_3;
299
rand_type
= TYPE_4
[
all
...]
/src/external/gpl3/gdb/dist/libiberty/
random.c
214
static int
rand_type
= TYPE_3;
variable
233
if (
rand_type
!= TYPE_0)
262
if (
rand_type
== TYPE_0)
263
state[-1] =
rand_type
;
265
state[-1] = (MAX_TYPES * (rptr - state)) +
rand_type
;
273
rand_type
= TYPE_0;
279
rand_type
= TYPE_1;
285
rand_type
= TYPE_2;
291
rand_type
= TYPE_3;
297
rand_type
= TYPE_4
[
all
...]
/src/external/gpl3/gdb.old/dist/libiberty/
random.c
214
static int
rand_type
= TYPE_3;
variable
233
if (
rand_type
!= TYPE_0)
262
if (
rand_type
== TYPE_0)
263
state[-1] =
rand_type
;
265
state[-1] = (MAX_TYPES * (rptr - state)) +
rand_type
;
273
rand_type
= TYPE_0;
279
rand_type
= TYPE_1;
285
rand_type
= TYPE_2;
291
rand_type
= TYPE_3;
297
rand_type
= TYPE_4
[
all
...]
/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c
4748
unsigned int
rand_type
= 0;
local
4785
rand_type
= MAC_ADDR_RAND_SCAN;
4787
rand_type
= MAC_ADDR_RAND_SCHED_SCAN;
4789
rand_type
= MAC_ADDR_RAND_PNO;
4805
wpa_s,
rand_type
, wpa_s->perm_addr, mask)) {
4815
rand_types_to_disable &= ~
rand_type
;
Completed in 42 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026