Home
last modified time | relevance | path

Searched refs:LZ4_write32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/lz4/
H A Dlz4defs.h127 static FORCE_INLINE void LZ4_write32(void *memPtr, U32 value) in LZ4_write32() function
H A Dlz4_compress.c377 LZ4_write32(op, 0xFFFFFFFF); in LZ4_compress_generic()
381 LZ4_write32(op, 0xFFFFFFFF); in LZ4_compress_generic()
H A Dlz4_decompress.c311 LZ4_write32(op, (U32)offset); in LZ4_decompress_generic()