Home
last modified time | relevance | path

Searched defs:WTF_ALIGNED (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DAlignment.h28 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… macro
31 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable macro