Searched defs:ENUM_BITFIELD (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_types.h79 * so the ENUM_BITFIELD macro replaces the enum declaration with
83 * ENUM_BITFIELD( Attr_pkg ) pkg : 8;
85 * ENUM_BITFIELD( Attr_list_type ) list_type : 8;
133 #define ENUM_BITFIELD(enum_type) unsigned macro
158 #define ENUM_BITFIELD(enum_type) unsigned macro
174 #define ENUM_BITFIELD(enum_type) unsigned macro
188 #define ENUM_BITFIELD(enum_type) enum_type macro

Completed in 55 milliseconds