Searched refs:FASTLZ_INLINE (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | fastlz.c | 62 #define FASTLZ_INLINE inline macro 64 #define FASTLZ_INLINE __inline macro 66 #define FASTLZ_INLINE macro 120 static FASTLZ_INLINE int FASTLZ_COMPRESSOR(const void *input, int length, 122 static FASTLZ_INLINE int FASTLZ_DECOMPRESSOR(const void *input, int length, 137 static FASTLZ_INLINE int FASTLZ_COMPRESSOR(const void *input, int length, 139 static FASTLZ_INLINE int FASTLZ_DECOMPRESSOR(const void *input, int length, 181 static FASTLZ_INLINE int FASTLZ_COMPRESSOR(const void *input, int length, in FASTLZ_COMPRESSOR() 429 static FASTLZ_INLINE int FASTLZ_DECOMPRESSOR(const void *input, int length, in FASTLZ_DECOMPRESSOR()
|