Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/cudbg/
H A Dfastlz.c116 #undef FASTLZ_COMPRESSOR
118 #define FASTLZ_COMPRESSOR fastlz1_compress macro
120 static FASTLZ_INLINE int FASTLZ_COMPRESSOR(const void *input, int length,
133 #undef FASTLZ_COMPRESSOR
135 #define FASTLZ_COMPRESSOR fastlz2_compress macro
137 static FASTLZ_INLINE int FASTLZ_COMPRESSOR(const void *input, int length,
181 static FASTLZ_INLINE int FASTLZ_COMPRESSOR(const void *input, int length, in FASTLZ_COMPRESSOR() function