Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/common/
H A Dhuf.h28 # define HUF_PUBLIC_API __attribute__ ((visibility ("default"))) macro
30 # define HUF_PUBLIC_API __declspec(dllexport) macro
32 # define HUF_PUBLIC_API __declspec(dllimport) /* not required, just to generate faster code (saves a function pointer load from IAT and an indirect jump) */ macro
34 # define HUF_PUBLIC_API macro
[all...]

Completed in 1 milliseconds