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:CRC_INIT_VAL
(Results
1 - 15
of
15
) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/Common/
H
A
D
OutStreamWithCRC.h
27
_crc =
CRC_INIT_VAL
;
in Init()
30
void InitCRC() { _crc =
CRC_INIT_VAL
; }
in InitCRC()
H
A
D
InStreamWithCRC.h
33
_crc =
CRC_INIT_VAL
;
in Init()
59
_crc =
CRC_INIT_VAL
;
H
A
D
InStreamWithCRC.cpp
55
_crc =
CRC_INIT_VAL
;
in Seek()
/third_party/lzma/C/
H
A
D
7zCrc.h
16
#define
CRC_INIT_VAL
0xFFFFFFFF
macro
17
#define CRC_GET_DIGEST(crc) ((crc) ^
CRC_INIT_VAL
)
H
A
D
Xz.c
52
case XZ_CHECK_CRC32: p->crc =
CRC_INIT_VAL
; break;
in XzCheck_Init()
H
A
D
7zCrc.c
52
return g_CrcUpdate(
CRC_INIT_VAL
, data, size, g_CrcTable) ^
CRC_INIT_VAL
;
in CrcCalc()
H
A
D
XzEnc.c
198
UInt32 crc =
CRC_INIT_VAL
;
in XzEncIndex_WriteFooter()
H
A
D
XzDec.c
1171
p->crc = CrcUpdate(
CRC_INIT_VAL
, p->buf, p->indexPreSize);
in XzUnpacker_Code()
/third_party/lzma/CPP/Common/
H
A
D
CrcReg.cpp
38
CCrcHasher(): _crc(
CRC_INIT_VAL
) { SetFunctions(0); }
in CCrcHasher()
78
_crc =
CRC_INIT_VAL
;
/third_party/lzma/CPP/7zip/Common/
H
A
D
InOutTempBuffer.cpp
37
_crc =
CRC_INIT_VAL
;
in CInOutTempBuffer()
198
UInt32 crc =
CRC_INIT_VAL
;
in WriteToStream()
/third_party/lzma/CPP/7zip/Archive/7z/
H
A
D
7zFolderInStream.cpp
31
// FolderCrc =
CRC_INIT_VAL
;
in Init()
38
_crc =
CRC_INIT_VAL
;
in ClearFileInfo()
231
_crc = _crcStream_Spec->GetCRC() ^
CRC_INIT_VAL
; // change it
H
A
D
7zExtract.cpp
94
_crc =
CRC_INIT_VAL
;
in OpenFile()
H
A
D
7zOut.cpp
842
_crc =
CRC_INIT_VAL
;
in WriteDatabase()
H
A
D
7zUpdate.cpp
1464
_crc =
CRC_INIT_VAL
;
in OpenFile()
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
Bench.cpp
312
Crc =
CRC_INIT_VAL
;
321
Crc =
CRC_INIT_VAL
;
368
void Init() { Crc =
CRC_INIT_VAL
; Pos = 0; }
2560
UInt32 crc =
CRC_INIT_VAL
;
Completed in 18 milliseconds