OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRC64_GET_DIGEST
(Results
1 - 3
of
3
) sorted by null
/external/lzma/C/
XzCrc64.h
18
#define
CRC64_GET_DIGEST
(crc) ((crc) ^ CRC64_INIT_VAL)
Xz.c
78
UInt64 v =
CRC64_GET_DIGEST
(p->crc64);
/external/lzma/CPP/Common/
XzCrc64Reg.cpp
38
UInt64 val =
CRC64_GET_DIGEST
(_crc);
Completed in 636 milliseconds