Searched defs:__attribute__ (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dconfig.h56 /// GCC (and some other compilers) define '__attribute__'; ustl is using this
58 /// function calls. Just in case '__attribute__' isn't defined, make a dummy.
60 #ifndef __attribute__
61 #define __attribute__(p) macro
65 #define DLL_EXPORT __attribute__((visibility("default")))
66 #define DLL_LOCAL __attribute__((visibility("hidden")))
277 #define __sse_align __attribute__((aligned(16)))

Completed in 34 milliseconds