OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRnd
(Results
1 - 3
of
3
) sorted by null
/external/lzma/Java/SevenZip/
LzmaBench.java
18
public int
GetRnd
()
36
public int
GetRnd
(int numBits)
48
Value = RG.
GetRnd
();
72
int GetRndBit() { return RG.
GetRnd
(1); }
75
int len = RG.
GetRnd
(numBits);
76
return RG.
GetRnd
((int)len);
82
return (GetLogRandBits(4) << 10) | RG.
GetRnd
(10);
84
int GetLen1() { return RG.
GetRnd
(1 + (int)RG.
GetRnd
(2)); }
85
int GetLen2() { return RG.
GetRnd
(2 + (int)RG.GetRnd(2)); }
[
all
...]
/external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs
23
public UInt32
GetRnd
()
41
public UInt32
GetRnd
(int numBits)
53
Value = RG.
GetRnd
();
78
UInt32 GetRndBit() { return RG.
GetRnd
(1); }
81
UInt32 len = RG.
GetRnd
(numBits);
82
return RG.
GetRnd
((int)len);
88
return (GetLogRandBits(4) << 10) | RG.
GetRnd
(10);
90
UInt32 GetLen1() { return RG.
GetRnd
(1 + (int)RG.
GetRnd
(2)); }
91
UInt32 GetLen2() { return RG.
GetRnd
(2 + (int)RG.GetRnd(2)); }
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
Bench.cpp
66
UInt32
GetRnd
()
119
UInt32 res = RG->
GetRnd
();
133
res = RG->
GetRnd
();
137
res = RG->
GetRnd
();
936
buf[i] = (Byte)RG.
GetRnd
();
Completed in 480 milliseconds