Searched refs:U32_C (Results 1 – 3 of 3) sorted by relevance
32 #define U32_C(x) x ## U macro43 #define U32_C(x) x macro
122 u32 y = v[i & -(msb & 1)] + U32_C(1); in nexp_u32()
21 #define GENMASK(h, l) (((U32_C(1) << ((h) - (l) + 1)) - 1) << (l))