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

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 94 #define WTF_ALIGN(n) __attribute__((__aligned__(n)))
98 #define WTF_ALIGN(n)
134 } WTF_ALIGN(sizeof(align_t));
139 } WTF_ALIGN(sizeof(align_t));
146 } WTF_ALIGN(sizeof(align_t));
Alignment.h 38 #error WTF_ALIGN macros need alignment control.

Completed in 227 milliseconds