Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dcompiler.h84 # define FORCE_NOINLINE static __declspec(noinline) macro
87 # define FORCE_NOINLINE static __attribute__((__noinline__)) macro
89 # define FORCE_NOINLINE static macro