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:GetPrice1
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H
A
D
Encoder.java
223
int a1 = SevenZip.Compression.RangeCoder.Encoder.
GetPrice1
(_choice[0]);
in SetPrices()
225
int b1 = a1 + SevenZip.Compression.RangeCoder.Encoder.
GetPrice1
(_choice[1]);
in SetPrices()
467
price += SevenZip.Compression.RangeCoder.Encoder.
GetPrice1
(_isRep0Long[(state << Base.kNumPosStatesBitsMax) + posState]);
in GetPureRepPrice()
471
price = SevenZip.Compression.RangeCoder.Encoder.
GetPrice1
(_isRepG0[state]);
in GetPureRepPrice()
476
price += SevenZip.Compression.RangeCoder.Encoder.
GetPrice1
(_isRepG1[state]);
in GetPureRepPrice()
612
int matchPrice = SevenZip.Compression.RangeCoder.Encoder.
GetPrice1
(_isMatch[(_state << Base.kNumPosStatesBitsMax) + posState]);
in GetOptimum()
613
int repMatchPrice = matchPrice + SevenZip.Compression.RangeCoder.Encoder.
GetPrice1
(_isRep[_state]);
in GetOptimum()
823
matchPrice = curPrice + SevenZip.Compression.RangeCoder.Encoder.
GetPrice1
(_isMatch[(state << Base.kNumPosStatesBitsMax) + posState]);
in GetOptimum()
824
repMatchPrice = matchPrice + SevenZip.Compression.RangeCoder.Encoder.
GetPrice1
(_isRep[state]);
in GetOptimum()
858
SevenZip.Compression.RangeCoder.Encoder.
GetPrice1
(_isMatc
in GetOptimum()
[all...]
/third_party/lzma/CS/7zip/Compress/LZMA/
H
A
D
LzmaEncoder.cs
223
UInt32 a1 = _choice.
GetPrice1
();
in SetPrices()
225
UInt32 b1 = a1 + _choice2.
GetPrice1
();
in SetPrices()
467
price += _isRep0Long[(state.Index << Base.kNumPosStatesBitsMax) + posState].
GetPrice1
();
in GetPureRepPrice()
471
price = _isRepG0[state.Index].
GetPrice1
();
in GetPureRepPrice()
476
price += _isRepG1[state.Index].
GetPrice1
();
in GetPureRepPrice()
612
UInt32 matchPrice = _isMatch[(_state.Index << Base.kNumPosStatesBitsMax) + posState].
GetPrice1
();
in GetOptimum()
613
UInt32 repMatchPrice = matchPrice + _isRep[_state.Index].
GetPrice1
();
in GetOptimum()
823
matchPrice = curPrice + _isMatch[(state.Index << Base.kNumPosStatesBitsMax) + posState].
GetPrice1
();
in GetOptimum()
824
repMatchPrice = matchPrice + _isRep[state.Index].
GetPrice1
();
in GetOptimum()
858
_isMatch[(state2.Index << Base.kNumPosStatesBitsMax) + posStateNext].
GetPrice1
()
in GetOptimum()
[all...]
/third_party/lzma/CS/7zip/Compress/RangeCoder/
H
A
D
RangeCoderBit.cs
68
public uint
GetPrice1
() { return ProbPrices[(kBitModelTotal - Prob) >> kNumMoveReducingBits]; }
in GetPrice1()
method
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
H
A
D
Encoder.java
147
static public int
GetPrice1
(int Prob)
in GetPrice1()
method in Encoder
Completed in 5 milliseconds