Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c40 #if !defined(FASTLZ__COMPRESSOR) && !defined(FASTLZ_DECOMPRESSOR)
127 #undef FASTLZ_DECOMPRESSOR
129 #define FASTLZ_DECOMPRESSOR fastlz1_decompress macro
132 static int FASTLZ_DECOMPRESSOR(const void *input, int length,
144 #undef FASTLZ_DECOMPRESSOR
146 #define FASTLZ_DECOMPRESSOR fastlz2_decompress macro
149 static int FASTLZ_DECOMPRESSOR(const void *input, int length,
444 FASTLZ_DECOMPRESSOR(const void *input, int length, in FASTLZ_DECOMPRESSOR() function