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:CXzProps
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/C/
H
A
D
XzEnc.h
40
}
CXzProps
;
typedef
42
void XzProps_Init(
CXzProps
*p);
50
SRes XzEnc_SetProps(CXzEncHandle p, const
CXzProps
*props);
55
const
CXzProps
*props, ICompressProgressPtr progress);
H
A
D
XzEnc.c
494
/* ----------
CXzProps
---------- */
505
void XzProps_Init(
CXzProps
*p)
in XzProps_Init()
521
static void XzEncProps_Normalize_Fixed(
CXzProps
*p)
in XzEncProps_Normalize_Fixed()
601
static void XzProps_Normalize(
CXzProps
*p)
in XzProps_Normalize()
603
/* we normalize xzProps properties, but we normalize only some of
CXzProps
::lzma2Props properties.
in XzProps_Normalize()
748
const
CXzProps
*props,
in Xz_CompressBlock()
963
CXzProps
xzProps;
1060
SRes XzEnc_SetProps(CXzEncHandle p, const
CXzProps
*props)
in XzEnc_SetProps()
1165
const
CXzProps
*props = &p->xzProps;
in XzEnc_Encode()
1338
const
CXzProps
*prop
in Xz_Encode()
[all...]
/third_party/lzma/CPP/7zip/Compress/
H
A
D
XzEncoder.h
23
CXzProps
xzProps;
/third_party/lzma/CPP/7zip/Archive/
H
A
D
XzHandler.cpp
1149
CXzProps
&xzProps = encoderSpec->xzProps;
in UpdateItems()
Completed in 7 milliseconds