Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatform.h61 #define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dntdef.h254 #define DECLSPEC_ALIGN(x) __declspec(align(x)) macro
256 #define DECLSPEC_ALIGN(x) __attribute__ ((__aligned__ (x))) macro
258 #define DECLSPEC_ALIGN(x) macro
Dwinnt.h179 #define DECLSPEC_ALIGN(x) __declspec(align(x)) macro