OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xz_crc32
(Results
1 - 2
of
2
) sorted by null
/external/lzma/xz-embedded/
xz_crc32.c
13
* The fastest versions of
xz_crc32
() on modern CPUs without hardware
49
XZ_EXTERN uint32_t
xz_crc32
(const uint8_t *buf, size_t size, uint32_t crc)
function
xz_stream.h
16
# define
xz_crc32
(buf, size, crc) \
macro
Completed in 58 milliseconds