Searched defs:BIT (Results 1 – 3 of 3) sorted by relevance
37 constexpr Json::UInt64 BIT = 2; variable
197 #define UINT32_BIT(BIT) (((uint32_t)1) << (BIT)) argument
103 static inline uint32_t BIT(uint8_t x) in BIT() function