Home
last modified time | relevance | path

Searched refs:lz4hc (Results 1 - 5 of 5) sorted by relevance

/third_party/lz4/lib/
H A DMakefile204 $(INSTALL_DATA) lz4hc.h $(DESTDIR)$(includedir)/lz4hc.h
220 $(RM) $(DESTDIR)$(includedir)/lz4hc.h
H A Dlz4hc.c34 /* note : lz4hc is not an independent module, it requires lz4.h/lz4.c for proper compilation */
53 #include "lz4hc.h"
811 typedef enum { lz4hc, lz4opt } lz4hc_strat_e; in LZ4HC_compress_generic_internal() enumerator
818 { lz4hc, 2, 16 }, /* 0, unused */ in LZ4HC_compress_generic_internal()
819 { lz4hc, 2, 16 }, /* 1, unused */ in LZ4HC_compress_generic_internal()
820 { lz4hc, 2, 16 }, /* 2, unused */ in LZ4HC_compress_generic_internal()
821 { lz4hc, 4, 16 }, /* 3 */ in LZ4HC_compress_generic_internal()
822 { lz4hc, 8, 16 }, /* 4 */ in LZ4HC_compress_generic_internal()
823 { lz4hc, 16, 16 }, /* 5 */ in LZ4HC_compress_generic_internal()
824 { lz4hc, 3 in LZ4HC_compress_generic_internal()
[all...]
/third_party/lz4/examples/
H A DMakefile46 $(LZ4DIR)/liblz4.a: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR)/lz4hc.h $(LZ4DIR)/lz4frame.h $(LZ4DIR)/lz4frame_static.h
/third_party/lz4/tests/
H A DMakefile80 fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c
97 fuzzer : lz4.o lz4hc.o xxhash.o fuzzer.c
100 frametest: lz4frame.o lz4.o lz4hc.o xxhash.o frametest.c
103 roundTripTest : lz4.o lz4hc.o xxhash.o roundTripTest.c
109 checkFrame : lz4frame.o lz4.o lz4hc.o xxhash.o checkFrame.c
194 lz4_all.c: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c
461 test-lz4hc-hugefile: lz4 datagen
477 test-lz4-hugefile: test-lz4-fast-hugefile test-lz4hc-hugefile
/third_party/lz4/
H A DMakefile222 CC=$(LIBCC) $(MAKE) -C $(TESTDIR) CFLAGS="$(CFLAGS)" lz4.o lz4hc.o lz4frame.o

Completed in 6 milliseconds