Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dcompiler.h84 # define FORCE_NOINLINE static __declspec(noinline) macro
87 # define FORCE_NOINLINE static __attribute__((__noinline__)) macro
89 # define FORCE_NOINLINE static macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1224 # define FORCE_NOINLINE static __declspec(noinline) macro