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:repLen
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lzma/C/
H
A
D
LzmaEnc.c
1352
unsigned
repLen
= repLens[i];
in GetOptimum()
local
1354
if (
repLen
< 2)
in GetOptimum()
1359
UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState,
repLen
);
in GetOptimum()
1360
COptimal *opt = &p->opt[
repLen
];
in GetOptimum()
1364
opt->len = (UInt32)
repLen
;
in GetOptimum()
1369
while (--
repLen
>= 2);
in GetOptimum()
1973
unsigned mainLen, numPairs, repIndex,
repLen
, i;
in GetOptimumFast()
local
1992
repLen
= repIndex = 0;
in GetOptimumFast()
2008
if (len >
repLen
)
in GetOptimumFast()
2011
repLen
in GetOptimumFast()
[all...]
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H
A
D
Encoder.java
647
int
repLen
= repLens[i];
in GetOptimum()
648
if (
repLen
< 2)
in GetOptimum()
653
int curAndLenPrice = price + _repMatchLenEncoder.GetPrice(
repLen
- 2, posState);
in GetOptimum()
654
Optimal optimum = _optimum[
repLen
];
in GetOptimum()
663
while (--
repLen
>= 2);
in GetOptimum()
/third_party/lzma/CS/7zip/Compress/LZMA/
H
A
D
LzmaEncoder.cs
647
UInt32
repLen
= repLens[i];
in GetOptimum()
648
if (
repLen
< 2)
in GetOptimum()
653
UInt32 curAndLenPrice = price + _repMatchLenEncoder.GetPrice(
repLen
- 2, posState);
in GetOptimum()
654
Optimal optimum = _optimum[
repLen
];
in GetOptimum()
663
while (--
repLen
>= 2);
in GetOptimum()
Completed in 8 milliseconds