Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dpredef.c9 #define TEST_BIT(X, T) if (__ ## X ## _BIT__ != BITS(T)) return 1 in test() macro
10 TEST_BIT(CHAR, char); in test()
/third_party/pixman/pixman/
Dpixman-fast-path.c915 #define TEST_BIT(p, n) \ macro
949 if (TEST_BIT (src, src_x + w)) in fast_composite_add_1_1()