OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__rand48_mult
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-netbsd/lib/libc/stdlib/
_rand48.c
30
unsigned short
__rand48_mult
[3] = {
variable
45
accu = (unsigned long)
__rand48_mult
[0] * (unsigned long) xseed[0] +
49
accu += (unsigned long)
__rand48_mult
[0] * (unsigned long) xseed[1] +
50
(unsigned long)
__rand48_mult
[1] * (unsigned long) xseed[0];
53
accu +=
__rand48_mult
[0] * xseed[2] +
__rand48_mult
[1] * xseed[1] +
__rand48_mult
[2] * xseed[0];
/bionic/libc/upstream-netbsd/android/include/
rand48.h
23
__LIBC_HIDDEN__ unsigned short
__rand48_mult
[3];
variable
Completed in 487 milliseconds