Searched refs:_byte (Results 1 – 2 of 2) sorted by relevance
325 #define EFX_BYTE_VAL(_byte) \ argument527 (((_byte).eb_u8[0]) == 0)553 #define EFX_BYTE_IS_SET(_byte) \ argument554 ((_byte).eb_u8[0] == ~((uint8_t)0))1193 #define EFX_ZERO_BYTE(_byte) \ argument1196 #define EFX_SET_BYTE(_byte) \ argument1197 EFX_POPULATE_BYTE_1(_byte, \1306 (_byte).eb_u8[0] = (((_byte).eb_u8[0] & \1488 (_byte).eb_u8[0] |= \1495 (_byte).eb_u8[0] &= \[all …]
857 and an `offset_value` of 3 means `Repeated_Offset1 - 1_byte`.