Home
last modified time | relevance | path

Searched refs:LAZY_ALIGN (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dlazy_instance.h114 #define LAZY_ALIGN(T) __attribute__((aligned(__alignof__(T)))) macro
116 #define LAZY_ALIGN(T) macro
179 int8 buf_[sizeof(Type)] LAZY_ALIGN(Type);
185 #undef LAZY_ALIGN
/external/v8/src/
Dlazy-instance.h113 #define LAZY_ALIGN(x) __attribute__((aligned(__alignof__(x)))) macro
115 #define LAZY_ALIGN(x) macro
120 typedef char StorageType[sizeof(T)] LAZY_ALIGN(T); typedef
132 #undef LAZY_ALIGN