Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h105 #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEA… macro
Dlz4.c605 int LZ4_versionNumber (void) { return LZ4_VERSION_NUMBER; } in LZ4_versionNumber()
/external/zstd/programs/
Dfileio.c1175 #if LZ4_VERSION_NUMBER <= 10600
1207 #if LZ4_VERSION_NUMBER >= 10600 in FIO_compressLz4Frame()