Home
last modified time | relevance | path

Searched full:__cdecl (Results 1 – 2 of 2) sorted by relevance

/linux/include/acpi/platform/
H A Daclinux.h219 #ifndef __cdecl
220 #define __cdecl macro
/linux/lib/zstd/common/
H A Dcompiler.h41 On MSVC qsort requires that functions passed into it use the __cdecl calling conversion(CC).
42 This explicitly marks such functions as __cdecl so that the code will still compile
43 if a CC other than __cdecl has been made the default.