Searched refs:PROBE_ALIGNMENT (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dntdef.h173 #define PROBE_ALIGNMENT(v) TYPE_ALIGNMENT(ULONG) macro
175 #define PROBE_ALIGNMENT(v) (TYPE_ALIGNMENT(v) > TYPE_ALIGNMENT(ULONG) ? TYPE_ALIGNMENT(v) : TYPE_ALIGNMENT(ULONG)) macro
H A Dwinnt.h126 #define PROBE_ALIGNMENT(_s) TYPE_ALIGNMENT (DWORD) macro
128 #define PROBE_ALIGNMENT(_s) (TYPE_ALIGNMENT (_s) > TYPE_ALIGNMENT (DWORD) ? TYPE_ALIGNMENT (_s) : TYPE_ALIGNMENT (DWORD)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dntdef.h173 #define PROBE_ALIGNMENT(v) TYPE_ALIGNMENT(ULONG) macro
175 #define PROBE_ALIGNMENT(v) (TYPE_ALIGNMENT(v) > TYPE_ALIGNMENT(ULONG) ? TYPE_ALIGNMENT(v) : TYPE_ALIGNMENT(ULONG)) macro
H A Dwinnt.h126 #define PROBE_ALIGNMENT(_s) TYPE_ALIGNMENT (DWORD) macro
128 #define PROBE_ALIGNMENT(_s) (TYPE_ALIGNMENT (_s) > TYPE_ALIGNMENT (DWORD) ? TYPE_ALIGNMENT (_s) : TYPE_ALIGNMENT (DWORD)) macro

Completed in 141 milliseconds