Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/cxgbe/cudbg/
H A Dfastlz.c118 #define FASTLZ_COMPRESSOR fastlz1_compress macro
135 #define FASTLZ_COMPRESSOR fastlz2_compress macro
181 static FASTLZ_INLINE int FASTLZ_COMPRESSOR(const void *input, int length, in FASTLZ_COMPRESSOR() function