OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHECK_ALIGN
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/SemaCXX/
bitfield-layout.cpp
4
#define
CHECK_ALIGN
(name, size) extern int name##2[__alignof(name) == size ? 1 : -1];
11
CHECK_ALIGN
(Test1, 1);
17
CHECK_ALIGN
(Test2, 2);
23
CHECK_ALIGN
(Test3, 4);
29
CHECK_ALIGN
(Test4, 8);
/external/clang/test/Sema/
bitfield-layout.c
4
#define
CHECK_ALIGN
(kind, name, size) extern int name##2[__alignof(kind name) == size ? 1 : -1];
9
CHECK_ALIGN
(struct, a, 1)
13
CHECK_ALIGN
(union, b, 1)
18
CHECK_ALIGN
(struct, c, 1)
22
CHECK_ALIGN
(union, d, 1)
27
CHECK_ALIGN
(struct, e, 1)
32
CHECK_ALIGN
(struct, f, 8)
41
CHECK_ALIGN
(struct, s0, 4)
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m
108
#define
CHECK_ALIGN
(x) do { if ((Uint32)x & 15) { SDL_SetError("Alignment error"); return NULL; } } while(0)
287
/*
CHECK_ALIGN
(yuv_pixmap); */
290
/*
CHECK_ALIGN
(offset); */
293
/*
CHECK_ALIGN
(pixels[0]); */
Completed in 323 milliseconds