Searched refs:BIT_FILL (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | bitops.h | 167 #define BIT_FILL( _ptr, _index, _assembled ) do { \ macro 174 BIT_FILL ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \ 179 BIT_FILL ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \ 184 BIT_FILL ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \ 189 BIT_FILL ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \ 194 BIT_FILL ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \ 199 BIT_FILL ( _ptr, QWORD_OFFSET ( _ptr, _field1 ), \
|