Searched defs:OPTIONAL (Results 1 – 9 of 9) sorted by relevance
26 OPTIONAL = 1 << 1, // T? enumerator
30 OPTIONAL = 1U << 1U, // T? enumerator
39 OPTIONAL = 1 << 0, enumerator
33 OPTIONAL = 1U << 0U, enumerator
78 OPTIONAL = 1U << 7U, // Parameter enumerator
115 OPTIONAL = 1 << 0, enumerator
72 OPTIONAL = 1 << 7, enumerator
129 OPTIONAL = 1U << 0U, enumerator
50 OPTIONAL = 1U << 7U, enumerator