OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LZ4_VERSION_NUMBER
(Results
1 - 2
of
2
) sorted by null
/external/lz4/lib/
lz4.h
98
#define
LZ4_VERSION_NUMBER
(LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE)
lz4.c
491
int LZ4_versionNumber (void) { return
LZ4_VERSION_NUMBER
; }
[
all
...]
Completed in 1024 milliseconds