Searched refs:UINT64_C (Results 1 – 4 of 4) sorted by relevance
19 #define UINT64_C(x) x ## ULL macro
19 #define UINT64_C(x) x ## UL macro
14 #define MASK_31_16 UINT64_C(0x0000ffff0000)16 #define MASK_47_32 UINT64_C(0xffff00000000)
52 ((~UINT64_C(0) >> (64U - 1U - (high))) ^ ((BIT_64(low) - 1U)))