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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 240 #ifndef DECLSPEC_ALIGN
242 #define DECLSPEC_ALIGN(x) __declspec(align(x))
244 #define DECLSPEC_ALIGN(x) __attribute__ ((__aligned__ (x)))
246 #define DECLSPEC_ALIGN(x)
248 #endif /* DECLSPEC_ALIGN */
winnt.h 103 #ifndef DECLSPEC_ALIGN
105 #define DECLSPEC_ALIGN(x) __declspec(align(x))
107 #define DECLSPEC_ALIGN(x) __attribute__ ((__aligned__ (x)))
109 #define DECLSPEC_ALIGN(x)
111 #endif /* DECLSPEC_ALIGN */
122 #define DECLSPEC_CACHEALIGN DECLSPEC_ALIGN(SYSTEM_CACHE_ALIGNMENT_SIZE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 96 #define POINTER_ALIGNMENT DECLSPEC_ALIGN(8)
461 typedef struct DECLSPEC_ALIGN(16) _SLIST_ENTRY {
469 typedef union DECLSPEC_ALIGN(16) _SLIST_HEADER {
    [all...]
ntddk.h     [all...]

Completed in 122 milliseconds