Home
last modified time | relevance | path

Searched refs:COMPILE_TIME_ASSERT (Results 1 – 4 of 4) sorted by relevance

/third_party/pixman/pixman/
Dpixman-private.h1050 #define COMPILE_TIME_ASSERT(x) \ macro
Dpixman.c144 COMPILE_TIME_ASSERT (FAST_PATH_IS_OPAQUE == (1 << OPAQUE_SHIFT)); in optimize_operator()
Dpixman-fast-path.c2346 COMPILE_TIME_ASSERT (BILINEAR_INTERPOLATION_BITS < 8); in fast_fetch_bilinear_cover()
/third_party/libsnd/src/
Dcommon.h122 #define COMPILE_TIME_ASSERT(e) (sizeof (struct { int : - !! (e) ; })) macro