Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sfxge/common/
H A Defx_types.h325 #define EFX_BYTE_VAL(_byte) \ argument
527 (((_byte).eb_u8[0]) == 0)
553 #define EFX_BYTE_IS_SET(_byte) \ argument
554 ((_byte).eb_u8[0] == ~((uint8_t)0))
1193 #define EFX_ZERO_BYTE(_byte) \ argument
1196 #define EFX_SET_BYTE(_byte) \ argument
1197 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 …]
/freebsd-12.1/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md857 and an `offset_value` of 3 means `Repeated_Offset1 - 1_byte`.