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:reduceSize
(Results
1 - 9
of
9
) sorted by relevance
/third_party/lzma/C/
H
A
D
XzEnc.c
512
p->
reduceSize
= (UInt64)(Int64)-1;
in XzProps_Init()
570
fileSize = p->
reduceSize
;
in XzEncProps_Normalize_Fixed()
573
p->lzma2Props.lzmaProps.
reduceSize
= p->blockSize;
in XzEncProps_Normalize_Fixed()
608
p->lzma2Props.lzmaProps.
reduceSize
= p->
reduceSize
;
in XzProps_Normalize()
621
p->lzma2Props.lzmaProps.
reduceSize
= p->
reduceSize
;
in XzProps_Normalize()
647
if (lzma2->lzmaProps.
reduceSize
> tp.blockSize && tp.blockSize != LZMA2_ENC_PROPS_BLOCK_SIZE_SOLID)
in XzProps_Normalize()
648
lzma2->lzmaProps.
reduceSize
= tp.blockSize;
in XzProps_Normalize()
657
// we can use xz::
reduceSize
o
in XzProps_Normalize()
[all...]
H
A
D
XzEnc.h
39
UInt64
reduceSize
;
member
H
A
D
LzmaEnc.h
33
UInt64
reduceSize
; /* estimated size of data that will be compressed. default = (UInt64)(Int64)-1.
member
H
A
D
Lzma2Enc.c
287
fileSize = p->lzmaProps.
reduceSize
;
in Lzma2EncProps_Normalize()
292
p->lzmaProps.
reduceSize
= p->blockSize;
in Lzma2EncProps_Normalize()
296
p->lzmaProps.
reduceSize
= fileSize;
in Lzma2EncProps_Normalize()
H
A
D
LzmaEnc.c
61
p->
reduceSize
= (UInt64)(Int64)-1;
in LzmaEncProps_Init()
81
if (p->dictSize > p->
reduceSize
)
in LzmaEncProps_Normalize()
83
UInt32 v = (UInt32)p->
reduceSize
;
in LzmaEncProps_Normalize()
/third_party/lzma/CPP/7zip/Compress/
H
A
D
XzEncoder.cpp
121
xzProps.
reduceSize
= prop.uhVal.QuadPart;
in SetCoderProp()
H
A
D
LzmaEncoder.cpp
119
ep.
reduceSize
= prop.uhVal.QuadPart;
in SetLzmaProp()
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
Bench.cpp
1282
const UInt64
reduceSize
= kBufferSize;
1298
RINOK(method.SetCoderProps_DSReduce_Aff(scp, &
reduceSize
, (affMask != 0 ? &affMask : NULL)))
1571
const UInt64
reduceSize
= _uncompressedDataSize;
1572
RINOK(_method.SetCoderProps(scp, &
reduceSize
))
/third_party/lzma/CPP/7zip/Archive/
H
A
D
XzHandler.cpp
1154
xzProps.
reduceSize
= dataSize;
in UpdateItems()
Completed in 13 milliseconds