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:_bufferOffset
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZ/
H
A
D
InWindow.java
16
public int
_bufferOffset
;
field in InWindow
26
int offset =
_bufferOffset
+ _pos - _keepSizeBefore;
in MoveBlock()
31
int numBytes =
_bufferOffset
+ _streamPos - offset;
in MoveBlock()
36
_bufferOffset
-= offset;
in MoveBlock()
45
int size = (0 -
_bufferOffset
) + _blockSize - _streamPos;
in ReadBlock()
48
int numReadBytes = _stream.read(_bufferBase,
_bufferOffset
+ _streamPos, size);
in ReadBlock()
52
int pointerToPostion =
_bufferOffset
+ _posLimit;
in ReadBlock()
54
_posLimit = _pointerToLastSafePosition -
_bufferOffset
;
in ReadBlock()
86
_bufferOffset
= 0;
in Init()
98
int pointerToPostion =
_bufferOffset
in MovePos()
[all...]
H
A
D
BinTree.java
135
int cur =
_bufferOffset
+ _pos;
in GetMatches()
158
if (_bufferBase[
_bufferOffset
+ curMatch2] == _bufferBase[cur])
in GetMatches()
164
if (_bufferBase[
_bufferOffset
+ curMatch3] == _bufferBase[cur])
in GetMatches()
191
if (_bufferBase[
_bufferOffset
+ curMatch + kNumHashDirectBytes] !=
in GetMatches()
214
int pby1 =
_bufferOffset
+ curMatch;
in GetMatches()
270
int cur =
_bufferOffset
+ _pos;
in Skip()
310
int pby1 =
_bufferOffset
+ curMatch;
in Skip()
/third_party/lzma/CS/7zip/Compress/LZ/
H
A
D
LzInWindow.cs
16
public UInt32
_bufferOffset
;
field in SevenZip.Compression.LZ.InWindow
26
UInt32 offset = (UInt32)(
_bufferOffset
) + _pos - _keepSizeBefore;
in MoveBlock()
31
UInt32 numBytes = (UInt32)(
_bufferOffset
) + _streamPos - offset;
in MoveBlock()
36
_bufferOffset
-= offset;
in MoveBlock()
45
int size = (int)((0 -
_bufferOffset
) + _blockSize - _streamPos);
in ReadBlock()
48
int numReadBytes = _stream.Read(_bufferBase, (int)(
_bufferOffset
+ _streamPos), size);
in ReadBlock()
52
UInt32 pointerToPostion =
_bufferOffset
+ _posLimit;
in ReadBlock()
54
_posLimit = (UInt32)(_pointerToLastSafePosition -
_bufferOffset
);
in ReadBlock()
86
_bufferOffset
= 0;
in Init()
98
UInt32 pointerToPostion =
_bufferOffset
in MovePos()
[all...]
H
A
D
LzBinTree.cs
135
UInt32 cur =
_bufferOffset
+ _pos;
in GetMatches()
158
if (_bufferBase[
_bufferOffset
+ curMatch2] == _bufferBase[cur])
in GetMatches()
164
if (_bufferBase[
_bufferOffset
+ curMatch3] == _bufferBase[cur])
in GetMatches()
191
if (_bufferBase[
_bufferOffset
+ curMatch + kNumHashDirectBytes] !=
in GetMatches()
214
UInt32 pby1 =
_bufferOffset
+ curMatch;
in GetMatches()
270
UInt32 cur =
_bufferOffset
+ _pos;
in Skip()
310
UInt32 pby1 =
_bufferOffset
+ curMatch;
in Skip()
Completed in 3 milliseconds