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:repLens
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H
A
D
Encoder.java
536
int[]
repLens
= new int[Base.kNumRepDistances];
field in Encoder
576
repLens
[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen);
in GetOptimum()
577
if (
repLens
[i] >
repLens
[repMaxIndex])
in GetOptimum()
580
if (
repLens
[repMaxIndex] >= _numFastBytes)
in GetOptimum()
583
int lenRes =
repLens
[repMaxIndex];
in GetOptimum()
598
if (lenMain < 2 && currentByte != matchByte &&
repLens
[repMaxIndex] < 2)
in GetOptimum()
625
int lenEnd = ((lenMain >=
repLens
[repMaxIndex]) ? lenMain :
repLens
[repMaxIndex]);
in GetOptimum()
647
int repLen =
repLens
[
in GetOptimum()
[all...]
/third_party/lzma/CS/7zip/Compress/LZMA/
H
A
D
LzmaEncoder.cs
536
UInt32[]
repLens
= new UInt32[Base.kNumRepDistances];
field in SevenZip.Compression.LZMA.Encoder
576
repLens
[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen);
in GetOptimum()
577
if (
repLens
[i] >
repLens
[repMaxIndex])
in GetOptimum()
580
if (
repLens
[repMaxIndex] >= _numFastBytes)
in GetOptimum()
583
UInt32 lenRes =
repLens
[repMaxIndex];
in GetOptimum()
598
if (lenMain < 2 && currentByte != matchByte &&
repLens
[repMaxIndex] < 2)
in GetOptimum()
625
UInt32 lenEnd = ((lenMain >=
repLens
[repMaxIndex]) ? lenMain :
repLens
[repMaxIndex]);
in GetOptimum()
647
UInt32 repLen =
repLens
[
in GetOptimum()
[all...]
/third_party/lzma/C/
H
A
D
LzmaEnc.c
1223
unsigned
repLens
[LZMA_NUM_REPS];
in GetOptimum()
local
1263
repLens
[i] = 0;
in GetOptimum()
1268
repLens
[i] = len;
in GetOptimum()
1269
if (len >
repLens
[repMaxIndex])
in GetOptimum()
1275
if (
repLens
[repMaxIndex] >= p->numFastBytes)
in GetOptimum()
1279
len =
repLens
[repMaxIndex];
in GetOptimum()
1298
last =
repLens
[repMaxIndex];
in GetOptimum()
1326
if (matchByte == curByte &&
repLens
[0] == 0)
in GetOptimum()
1352
unsigned repLen =
repLens
[i];
in GetOptimum()
1375
unsigned len =
repLens
[
in GetOptimum()
[all...]
Completed in 6 milliseconds