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_max
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/time/
zic.c
1521
the typical case where
RAND_MAX
is one less than a power of two.
1524
uint_fast64_t
rand_max
=
RAND_MAX
,
local
1525
nrand =
rand_max
< UINT_FAST64_MAX ?
rand_max
+ 1 : 0,
1537
rmax1 = nrand * rmax1 +
rand_max
;
zic.c
1521
the typical case where
RAND_MAX
is one less than a power of two.
1524
uint_fast64_t
rand_max
=
RAND_MAX
,
local
1525
nrand =
rand_max
< UINT_FAST64_MAX ?
rand_max
+ 1 : 0,
1537
rmax1 = nrand * rmax1 +
rand_max
;
zic.c
1521
the typical case where
RAND_MAX
is one less than a power of two.
1524
uint_fast64_t
rand_max
=
RAND_MAX
,
local
1525
nrand =
rand_max
< UINT_FAST64_MAX ?
rand_max
+ 1 : 0,
1537
rmax1 = nrand * rmax1 +
rand_max
;
Completed in 106 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026