HomeSort by relevance Sort by last modified time
    Searched refs:LZ4_VERSION_NUMBER (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4.h 52 #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE)
lz4.c 428 int LZ4_versionNumber (void) { return LZ4_VERSION_NUMBER; }
    [all...]

Completed in 33 milliseconds