Searched defs:RMQ_ENTRY_ALIGN_MASK (Results 1 – 2 of 2) sorted by relevance
32 constexpr uint32_t RMQ_ENTRY_ALIGN_MASK = (1 << 2) - 1; variable
54 constexpr unsigned int RMQ_ENTRY_ALIGN_MASK = (1U << 2) - 1; variable