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:RealSize
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lzma/CPP/7zip/Common/
H
A
D
MultiOutStream.cpp
48
but we cannot guarantee that (
RealSize
) will be correct after Write() or another failures.
in Destruct()
149
we must call only if volume is full (s.
RealSize
==VolSize) or finished.
150
the function doesn't use VolSize and it uses s.
RealSize
instead.
153
Note: (
RealSize
== 0) (empty volume) on restriction bounds are supposed as non-restricted
163
return _restrict_Begin < s.Start + s.
RealSize
;
in IsRestricted()
301
s.
RealSize
= 0;
in CreateNewStream()
385
if (realSize == s.
RealSize
)
in ReOpenStream()
403
/* Sets size of stream, if new size is not equal to old size (
RealSize
).
409
if (size == s.
RealSize
)
in OptReOpen_and_SetSize()
415
PRF(printf("\n== %u, OptReOpen_and_SetSize, size =%u
RealSize
in OptReOpen_and_SetSize()
[all...]
H
A
D
MultiOutStream.h
23
UInt64
RealSize
;
member
32
RealSize
= size;
in SetSize2()
Completed in 2 milliseconds