Home
last modified time | relevance | path

Searched refs:_field1 (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dbitops.h173 #define BIT_FILL_1( _ptr, _field1, ... ) \ argument
174 BIT_FILL ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \
175 BIT_ASSEMBLE_1 ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \
176 _field1, __VA_ARGS__ ) )
178 #define BIT_FILL_2( _ptr, _field1, ... ) \ argument
179 BIT_FILL ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \
180 BIT_ASSEMBLE_2 ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \
181 _field1, __VA_ARGS__ ) )
183 #define BIT_FILL_3( _ptr, _field1, ... ) \ argument
184 BIT_FILL ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \
[all …]
/external/clang/test/Rewriter/
Dobjc-modern-property-bitfield.m17 BOOL _field1 : 5; field
27 @synthesize field1 = _field1;