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_CRC64
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/C/
H
A
D
Xz.c
53
case
XZ_CHECK_CRC64
: p->crc64 = CRC64_INIT_VAL; break;
in XzCheck_Init()
63
case
XZ_CHECK_CRC64
: p->crc64 = Crc64Update(p->crc64, data, size); break;
in XzCheck_Update()
75
case
XZ_CHECK_CRC64
:
in XzCheck_Final()
H
A
D
Xz.h
83
#define
XZ_CHECK_CRC64
4
macro
/third_party/lzma/CPP/7zip/Compress/
H
A
D
XzEncoder.cpp
81
case 8: id =
XZ_CHECK_CRC64
; break;
in SetCheckSize()
/third_party/toybox/toys/pending/
H
A
D
xzcat.c
2335
XZ_CHECK_CRC64
= 4,
enumerator
2343
#define IS_CRC64(check_type) ((check_type) ==
XZ_CHECK_CRC64
)
2573
else if (s->check_type ==
XZ_CHECK_CRC64
) {
in dec_block()
Completed in 6 milliseconds