Searched refs:bitflag (Results 1 – 6 of 6) sorted by relevance
37 // Because this is a bitflag, 40 will be out of range of a 32-bit integer,
163 - **[breaking change]** Use struct keyword instead of flags to define bitflag types ([#84])
1089 uint32_t bitflag = 1 << static_cast<uint8_t>(packet); in IsValidInPacket() local1090 return !!(m_ValidPackets & static_cast<XFA_XDPPACKET>(bitflag)); in IsValidInPacket()
1322 reserving, or checking for reserved bitflag values.
1285 bitflag names specified by `disabled` extensions in `vk.xml` (internal
42829 (struct qual_options): Change 'bitflag' type to unsigned.42832 (qualify_one): Change 'n' and 'bitflag' arguments types to unsigned.42835 (qual_syscall): Change 'bitflag' argument type to unsigned.42836 Add 'const' qualifier to 'bitflag' and 'not' arguments.42838 (qual_signal): Change 'bitflag' argument type to unsigned.42839 Add 'const' qualifier to 'bitflag' and 'not' arguments.42841 (qual_desc): Change 'bitflag' argument type to unsigned.42842 Add 'const' qualifier to 'bitflag' and 'not' arguments.52201 qual_desc): Take just a bitflag argument instead of pointer to the whole