Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c126 #undef FASTLZ_COMPRESSOR
128 #define FASTLZ_COMPRESSOR fastlz1_compress macro
130 static int FASTLZ_COMPRESSOR(const void *input, int length,
143 #undef FASTLZ_COMPRESSOR
145 #define FASTLZ_COMPRESSOR fastlz2_compress macro
147 static int FASTLZ_COMPRESSOR(const void *input, int length,
195 FASTLZ_COMPRESSOR(const void *input, int length, in FASTLZ_COMPRESSOR() function