HomeSort by relevance Sort by last modified time
    Searched refs:PROBE_ALIGNMENT (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 173 #define PROBE_ALIGNMENT(v) TYPE_ALIGNMENT(ULONG)
175 #define PROBE_ALIGNMENT(v) (TYPE_ALIGNMENT(v) > TYPE_ALIGNMENT(ULONG) ? TYPE_ALIGNMENT(v) : TYPE_ALIGNMENT(ULONG))
winnt.h 126 #define PROBE_ALIGNMENT(_s) TYPE_ALIGNMENT (DWORD)
128 #define PROBE_ALIGNMENT(_s) (TYPE_ALIGNMENT (_s) > TYPE_ALIGNMENT (DWORD) ? TYPE_ALIGNMENT (_s) : TYPE_ALIGNMENT (DWORD))
    [all...]

Completed in 64 milliseconds