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:_numSolidBytes
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/
H
A
D
7zHandler.h
42
UInt64
_numSolidBytes
;
member in NArchive::N7z::COutHandler
63
void InitSolidSize() {
_numSolidBytes
= (UInt64)(Int64)(-1); }
in InitSolidSize()
H
A
D
7zHandlerOut.cpp
281
_numSolidBytes
= numSolidBytes;
in SetMainMethod()
288
_numSolidBytes
= kSolidBytes_Max;
in SetMainMethod()
290
_numSolidBytes
= 0;
in SetMainMethod()
786
options.NumSolidBytes =
_numSolidBytes
;
in UpdateItems()
909
_numSolidBytes
= (v << numBits);
in SetSolidFromString()
912
if (
_numSolidBytes
== 0)
in SetSolidFromString()
/third_party/lzma/CPP/7zip/Archive/
H
A
D
XzHandler.cpp
102
UInt64
_numSolidBytes
;
variable
107
_numSolidBytes
= XZ_PROPS_BLOCK_SIZE_AUTO;
in InitXz()
1187
UInt64 cs =
_numSolidBytes
;
in UpdateItems()
1228
xzProps.blockSize =
_numSolidBytes
;
in UpdateItems()
1229
if (
_numSolidBytes
== XZ_PROPS_BLOCK_SIZE_SOLID)
in UpdateItems()
1359
_numSolidBytes
= (isSolid ? XZ_PROPS_BLOCK_SIZE_SOLID : XZ_PROPS_BLOCK_SIZE_AUTO);
in SetProperty()
1365
_numSolidBytes
) ? S_OK: E_INVALIDARG;
in SetProperty()
Completed in 3 milliseconds