#include "lz4.hh"
#include "aligned.hh"
#include "endian.hh"
#include "inline.hh"
#include "unreachable.hh"
#include <array>
#include <bit>
#include <cstring>
Go to the source code of this file.
|
ALWAYS_INLINE unsigned | LZ4::count (const uint8_t *pIn, const uint8_t *pMatch, const uint8_t *pInLimit) |
|
template<bool L64K, bool ARCH64> |
ALWAYS_INLINE int | LZ4::compress_impl (const uint8_t *src, uint8_t *const dst, const int inputSize) |
|
int | LZ4::compress (const uint8_t *src, uint8_t *dst, int srcSize) |
|
int | LZ4::decompress (const uint8_t *src, uint8_t *dst, int compressedSize, int dstCapacity) |
|
◆ LZ4_ARCH64