Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz.c30 #if !defined(FASTLZ__COMPRESSOR) && !defined(FASTLZ_DECOMPRESSOR)
117 #undef FASTLZ_DECOMPRESSOR
119 #define FASTLZ_DECOMPRESSOR fastlz1_decompress macro
122 static FASTLZ_INLINE int FASTLZ_DECOMPRESSOR(const void *input, int length,
134 #undef FASTLZ_DECOMPRESSOR
136 #define FASTLZ_DECOMPRESSOR fastlz2_decompress macro
139 static FASTLZ_INLINE int FASTLZ_DECOMPRESSOR(const void *input, int length,
429 static FASTLZ_INLINE int FASTLZ_DECOMPRESSOR(const void *input, int length, in FASTLZ_DECOMPRESSOR() function