Searched refs:lz4_encode_scratch_size (Results 1 – 3 of 3) sorted by relevance
49 uint8_t lz4state[lz4_encode_scratch_size]__attribute((aligned(LZ4_SCRATCH_ALIGN)));54 uint8_t lz4decodestate[lz4_encode_scratch_size]__attribute((aligned(64)));
73 static const size_t lz4_encode_scratch_size = lz4_hash_table_size; variable
57 uint8_t lz4state[lz4_encode_scratch_size]__attribute((aligned(LZ4_SCRATCH_ALIGN)));