Home
last modified time | relevance | path

Searched defs:FSE_PUBLIC_API (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h51 #define FSE_PUBLIC_API macro
[all...]
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h30 # define FSE_PUBLIC_API __attribute__ ((visibility ("default"))) macro
32 # define FSE_PUBLIC_API __declspec(dllexport) macro
34 # define FSE_PUBLIC_API __declspec(dllimport) /* It isn't required but allows to generate better code, saving a function pointer load from the IAT and an indirect jump.*/ macro
36 # define FSE_PUBLIC_API macro
[all...]

Completed in 1 milliseconds