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:xzProps
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/CPP/7zip/Compress/
H
A
D
XzEncoder.cpp
25
XzProps_Init(&
xzProps
);
in InitCoderProps()
30
XzProps_Init(&
xzProps
);
in CEncoder()
85
xzProps
.checkId = id;
in SetCheckSize()
96
xzProps
.numTotalThreads = (int)(prop.ulVal);
in SetCoderProp()
110
xzProps
.blockSize = prop.ulVal;
in SetCoderProp()
112
xzProps
.blockSize = prop.uhVal.QuadPart;
in SetCoderProp()
121
xzProps
.reduceSize = prop.uhVal.QuadPart;
in SetCoderProp()
134
xzProps
.filterProps.id = prop.ulVal;
in SetCoderProp()
173
xzProps
.filterProps.delta = delta;
in SetCoderProp()
176
xzProps
in SetCoderProp()
[all...]
H
A
D
XzEncoder.h
23
CXzProps
xzProps
;
member
/third_party/lzma/CPP/7zip/Archive/
H
A
D
XzHandler.cpp
1149
CXzProps &
xzProps
= encoderSpec->
xzProps
;
in UpdateItems()
local
1150
CLzma2EncProps &lzma2Props =
xzProps
.lzma2Props;
in UpdateItems()
1154
xzProps
.reduceSize = dataSize;
in UpdateItems()
1223
xzProps
.numTotalThreads = (int)numThreads;
in UpdateItems()
1228
xzProps
.blockSize = _numSolidBytes;
in UpdateItems()
1231
xzProps
.lzma2Props.blockSize = LZMA2_ENC_PROPS_BLOCK_SIZE_SOLID;
in UpdateItems()
1237
CXzFilterProps &filter =
xzProps
.filterProps;
in UpdateItems()
/third_party/lzma/C/
H
A
D
XzEnc.c
603
/* we normalize
xzProps
properties, but we normalize only some of CXzProps::lzma2Props properties.
in XzProps_Normalize()
963
CXzProps
xzProps
;
member
1042
XzProps_Init(&p->
xzProps
);
in XzEnc_Create()
1043
XzProps_Normalize(&p->
xzProps
);
in XzEnc_Create()
1063
p->
xzProps
= *props;
in XzEnc_SetProps()
1064
XzProps_Normalize(&p->
xzProps
);
in XzEnc_SetProps()
1125
&me->
xzProps
,
in XzEnc_MtCallback_Code()
1165
const CXzProps *props = &p->
xzProps
;
in XzEnc_Encode()
1203
p->
xzProps
= *props;
in XzEnc_Encode()
Completed in 5 milliseconds