Searched defs:SUPPORTS_EXTENDED_NAMES (Results 1 – 7 of 7) sorted by relevance
30 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(29)) macro
37 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(27)) macro
32 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(30)) macro
37 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(29)) macro
44 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(28)) macro
74 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(26)) macro
80 #define SUPPORTS_EXTENDED_NAMES(x) FIELD_GET(BIT(29), (x)) macro