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:_windowSize
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lzma/CS/7zip/Compress/LZ/
H
A
D
LzOutWindow.cs
9
uint
_windowSize
= 0;
field in SevenZip.Compression.LZ.OutWindow
17
if (
_windowSize
!= windowSize)
in Create()
22
_windowSize
= windowSize;
in Create()
42
uint size = (len <
_windowSize
) ? (uint)len :
_windowSize
;
in Train()
48
uint curSize =
_windowSize
- _pos;
in Train()
57
if (_pos ==
_windowSize
)
in Train()
75
if (_pos >=
_windowSize
)
in Flush()
83
if (pos >=
_windowSize
)
in CopyBlock()
84
pos +=
_windowSize
;
in CopyBlock()
[all...]
/third_party/lzma/Java/SevenZip/Compression/LZ/
H
A
D
OutWindow.java
11
int
_windowSize
= 0;
field in OutWindow
17
if (_buffer == null ||
_windowSize
!= windowSize)
in Create()
19
_windowSize
= windowSize;
in Create()
51
if (_pos >=
_windowSize
)
in Flush()
60
pos +=
_windowSize
;
in CopyBlock()
63
if (pos >=
_windowSize
)
in CopyBlock()
66
if (_pos >=
_windowSize
)
in CopyBlock()
74
if (_pos >=
_windowSize
)
in PutByte()
82
pos +=
_windowSize
;
in GetByte()
Completed in 1 milliseconds