openMSX
|
#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.
Classes | |
struct | LZ4::HashImpl< true, ARCH64 > |
struct | LZ4::HashImpl< false, true > |
struct | LZ4::HashImpl< false, false > |
Namespaces | |
namespace | LZ4 |
Macros | |
#define | LZ4_ARCH64 0 |
Typedefs | |
using | LZ4::reg_t = uintptr_t |
Functions | |
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) |