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:lzma2
(Results
1 - 2
of
2
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
xzcat.c
486
struct xz_dec_lzma2 *
lzma2
,
829
struct xz_dec_lzma2 *
lzma2
,
in xz_dec_bcj_run()
865
s->ret = xz_dec_lzma2_run(
lzma2
, b);
in xz_dec_bcj_run()
910
s->ret = xz_dec_lzma2_run(
lzma2
, b);
in xz_dec_bcj_run()
1421
struct lzma2_dec
lzma2
;
member
1994
if (s->temp.size > 0 || s->
lzma2
.compressed == 0) {
in lzma2_lzma()
1996
if (tmp > s->
lzma2
.compressed - s->temp.size)
in lzma2_lzma()
1997
tmp = s->
lzma2
.compressed - s->temp.size;
in lzma2_lzma()
2003
if (s->temp.size + tmp == s->
lzma2
.compressed) {
in lzma2_lzma()
2022
s->
lzma2
in lzma2_lzma()
828
xz_dec_bcj_run(struct xz_dec_bcj *s, struct xz_dec_
lzma2
*
lzma2
, struct xz_buf *b)
xz_dec_bcj_run()
argument
2460
struct xz_dec_
lzma2
*
lzma2
;
global()
member
[all...]
/third_party/lzma/C/
H
A
D
XzEnc.c
617
CLzma2EncProps *
lzma2
= &p->lzma2Props;
in XzProps_Normalize()
local
623
if (
lzma2
->blockSize == LZMA2_ENC_PROPS_BLOCK_SIZE_SOLID)
in XzProps_Normalize()
625
// if (xz-auto &&
lzma2
-solid) - we use solid for both
in XzProps_Normalize()
634
// if (xz-auto && (
lzma2
-auto ||
lzma2
-fixed_)
in XzProps_Normalize()
635
// we calculate block size for
lzma2
and use that block size for xz,
lzma2
uses single-chunk per block
in XzProps_Normalize()
645
if (
lzma2
->blockSize == LZMA2_ENC_PROPS_BLOCK_SIZE_AUTO)
in XzProps_Normalize()
646
lzma2
->blockSize = tp.blockSize; // fixed or solid, LZMA2_ENC_PROPS_BLOCK_SIZE_SOLID
in XzProps_Normalize()
647
if (
lzma2
in XzProps_Normalize()
681
CLzma2EncHandle
lzma2
;
global()
member
[all...]
Completed in 5 milliseconds