Searched refs:LZ4_VERSION_NUMBER (Results 1 – 3 of 3) sorted by relevance
105 #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEA… macro
605 int LZ4_versionNumber (void) { return LZ4_VERSION_NUMBER; } in LZ4_versionNumber()
1175 #if LZ4_VERSION_NUMBER <= 106001207 #if LZ4_VERSION_NUMBER >= 10600 in FIO_compressLz4Frame()