OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CRC_INIT_VAL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
7zCrc.h
16
#define
CRC_INIT_VAL
0xFFFFFFFF
17
#define CRC_GET_DIGEST(crc) ((crc) ^
CRC_INIT_VAL
)
/external/lzma/C/
7zCrc.h
16
#define
CRC_INIT_VAL
0xFFFFFFFF
17
#define CRC_GET_DIGEST(crc) ((crc) ^
CRC_INIT_VAL
)
Completed in 45 milliseconds