OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LZ4DIR
(Results
1 - 2
of
2
) sorted by null
/external/lz4/
Makefile
43
LZ4DIR
= lib
46
TEXT = $(
LZ4DIR
)/lz4.c $(
LZ4DIR
)/lz4.h $(
LZ4DIR
)/lz4hc.c $(
LZ4DIR
)/lz4hc.h \
47
$(
LZ4DIR
)/lz4frame.c $(
LZ4DIR
)/lz4frame.h $(
LZ4DIR
)/lz4frame_static.h \
48
$(
LZ4DIR
)/xxhash.c $(
LZ4DIR
)/xxhash.h
[
all
...]
/external/lz4/examples/
Makefile
39
LZ4DIR
= ../lib
63
printVersion: $(
LZ4DIR
)/lz4.c printVersion.c
66
doubleBuffer: $(
LZ4DIR
)/lz4.c blockStreaming_doubleBuffer.c
69
ringBuffer : $(
LZ4DIR
)/lz4.c blockStreaming_ringBuffer.c
72
ringBufferHC: $(
LZ4DIR
)/lz4.c $(
LZ4DIR
)/lz4hc.c HCStreaming_ringBuffer.c
75
lineCompress: $(
LZ4DIR
)/lz4.c blockStreaming_lineByLine.c
Completed in 69 milliseconds