HomeSort by relevance Sort by last modified time
    Searched defs:DECLSPEC_ALIGN (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 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...]

Completed in 436 milliseconds