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:XZ_CHECK_CRC32
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lzma/C/
H
A
D
Xz.c
52
case
XZ_CHECK_CRC32
: p->crc = CRC_INIT_VAL; break;
in XzCheck_Init()
62
case
XZ_CHECK_CRC32
: p->crc = CrcUpdate(p->crc, data, size); break;
in XzCheck_Update()
72
case
XZ_CHECK_CRC32
:
in XzCheck_Final()
H
A
D
Xz.h
82
#define
XZ_CHECK_CRC32
1
macro
102
#define XzFlags_HasDataCrc32(f) (Xz_GetCheckType(f) ==
XZ_CHECK_CRC32
)
H
A
D
XzEnc.c
507
p->checkId =
XZ_CHECK_CRC32
;
in XzProps_Init()
/third_party/lzma/CPP/7zip/Compress/
H
A
D
XzEncoder.cpp
80
case 4: id =
XZ_CHECK_CRC32
; break;
in SetCheckSize()
/third_party/toybox/toys/pending/
H
A
D
xzcat.c
2334
XZ_CHECK_CRC32
= 1,
enumerator
2570
if (s->check_type ==
XZ_CHECK_CRC32
)
in dec_block()
2741
if (s->check_type >
XZ_CHECK_CRC32
&& !IS_CRC64(s->check_type))
in dec_stream_header()
2973
if (s->check_type ==
XZ_CHECK_CRC32
) {
in dec_main()
Completed in 8 milliseconds