Searched refs:XXH_INLINE_ALL (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/
H A Dzstd-in.c39 #define XXH_INLINE_ALL macro
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h47 #define XXH_INLINE_ALL macro
/freebsd-current/sys/contrib/zstd/programs/
H A Dbenchzstd.c39 #ifndef XXH_INLINE_ALL
40 #define XXH_INLINE_ALL macro
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h76 * XXH_INLINE_ALL (and XXH_PRIVATE_API)
86 * #define XXH_INLINE_ALL
91 #if (defined(XXH_INLINE_ALL) || defined(XXH_PRIVATE_API)) \
113 * but "xxhash.h" has previously been included without XXH_INLINE_ALL,
122 * They will then be redefined for XXH_INLINE_ALL
177 /* employ the namespace for XXH_INLINE_ALL */
203 #endif /* XXH_INLINE_ALL || XXH_PRIVATE_API */
220 #if !defined(XXH_INLINE_ALL) && !defined(XXH_PRIVATE_API)
905 * Note: For better performance, these functions can be inlined using XXH_INLINE_ALL */
962 * @ref XXH_INLINE_ALL, o
[all...]

Completed in 133 milliseconds