Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetRnd
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H
A
D
LzmaBench.cs
23
public UInt32
GetRnd
()
in GetRnd()
method in SevenZip.LzmaBench.CRandomGenerator
41
public UInt32
GetRnd
(int numBits)
in GetRnd()
method in SevenZip.LzmaBench.CBitRandomGenerator
53
Value = RG.
GetRnd
();
in GetRnd()
78
UInt32 GetRndBit() { return RG.
GetRnd
(1); }
in GetRndBit()
81
UInt32 len = RG.
GetRnd
(numBits);
in GetLogRandBits()
82
return RG.
GetRnd
((int)len);
in GetLogRandBits()
88
return (GetLogRandBits(4) << 10) | RG.
GetRnd
(10);
in GetOffset()
90
UInt32 GetLen1() { return RG.
GetRnd
(1 + (int)RG.
GetRnd
(2)); }
in GetLen1()
91
UInt32 GetLen2() { return RG.
GetRnd
(
in GetLen1()
[all...]
/third_party/lzma/Java/SevenZip/
H
A
D
LzmaBench.java
18
public int
GetRnd
()
in GetRnd()
method in LzmaBench.CRandomGenerator
36
public int
GetRnd
(int numBits)
in GetRnd()
method in LzmaBench.CBitRandomGenerator
48
Value = RG.
GetRnd
();
in GetRnd()
72
int GetRndBit() { return RG.
GetRnd
(1); }
in GetRndBit()
75
int len = RG.
GetRnd
(numBits);
in GetLogRandBits()
76
return RG.
GetRnd
((int)len);
in GetLogRandBits()
82
return (GetLogRandBits(4) << 10) | RG.
GetRnd
(10);
in GetOffset()
84
int GetLen1() { return RG.
GetRnd
(1 + (int)RG.
GetRnd
(2)); }
in GetLen1()
85
int GetLen2() { return RG.
GetRnd
(
in GetLen1()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
Bench.cpp
127
UInt32
GetRnd
()
in GetRnd()
function in CBaseRandomGenerator
146
const UInt32 v = RG.
GetRnd
();
in RandGen()
149
UInt32 v = RG.
GetRnd
();
in RandGen()
181
buf[i] = (Byte)rg.
GetRnd
();
in GenerateSimpleRandom()
202
UInt32 r = rg.
GetRnd
();
in GenerateLz()
229
r = rg.
GetRnd
();
in GenerateLz()
236
r = rg.
GetRnd
();
in GenerateLz()
Completed in 5 milliseconds