Searched refs:BIT_ASSEMBLE_1 (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | bitops.h | 101 #define BIT_ASSEMBLE_1( _ptr, _index, _field, _value ) \ macro 106 ( BIT_ASSEMBLE_1 ( _ptr, _index, _field, _value ) | \ 107 BIT_ASSEMBLE_1 ( _ptr, _index, __VA_ARGS__ ) ) 110 ( BIT_ASSEMBLE_1 ( _ptr, _index, _field, _value ) | \ 114 ( BIT_ASSEMBLE_1 ( _ptr, _index, _field, _value ) | \ 118 ( BIT_ASSEMBLE_1 ( _ptr, _index, _field, _value ) | \ 122 ( BIT_ASSEMBLE_1 ( _ptr, _index, _field, _value ) | \ 126 ( BIT_ASSEMBLE_1 ( _ptr, _index, _field, _value ) | \ 175 BIT_ASSEMBLE_1 ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \
|