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:numFastBytes
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H
A
D
LzmaAlone.cs
251
Int32
numFastBytes
= 128;
in Main2()
260
if (!GetNumber((string)parser[(int)Key.FastBytes].PostStrings[0], out
numFastBytes
))
in Main2()
290
(Int32)(
numFastBytes
),
in Main2()
/third_party/lzma/C/
H
A
D
LzmaEnc.c
400
unsigned
numFastBytes
;
member
563
p->
numFastBytes
= fb;
in LzmaEnc_SetProps()
1106
if (len != p->
numFastBytes
)
in ReadMatchDistances()
1275
if (repLens[repMaxIndex] >= p->
numFastBytes
)
in GetOptimum()
1288
if (mainLen >= p->
numFastBytes
)
in GetOptimum()
1484
if (newLen >= p->
numFastBytes
)
in GetOptimum()
1663
numAvail = (numAvailFull <= p->
numFastBytes
? numAvailFull : p->
numFastBytes
);
in GetOptimum()
1665
// numAvail <= p->
numFastBytes
in GetOptimum()
1678
unsigned limit = p->
numFastBytes
in GetOptimum()
[all...]
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H
A
D
Encoder.java
1375
public boolean SetNumFastBytes(int
numFastBytes
)
in SetNumFastBytes()
argument
1377
if (
numFastBytes
< 5 ||
numFastBytes
> Base.kMatchMaxLen)
in SetNumFastBytes()
1379
_numFastBytes =
numFastBytes
;
in SetNumFastBytes()
/third_party/lzma/CS/7zip/Compress/LZMA/
H
A
D
LzmaEncoder.cs
1379
Int32
numFastBytes
= (Int32)prop;
in SetCoderProperties()
1380
if (
numFastBytes
< 5 ||
numFastBytes
> Base.kMatchMaxLen)
in SetCoderProperties()
1382
_numFastBytes = (UInt32)
numFastBytes
;
in SetCoderProperties()
Completed in 8 milliseconds