Searched refs:_byte (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/dev/sfxge/common/ |
| H A D | efx_types.h | 324 #define EFX_BYTE_VAL(_byte) \ argument 533 (((_byte).eb_u8[0]) == 0) 558 #define EFX_BYTE_IS_SET(_byte) \ argument 559 ((_byte).eb_u8[0] == ~((uint8_t)0)) 1198 #define EFX_ZERO_BYTE(_byte) \ argument 1201 #define EFX_SET_BYTE(_byte) \ argument 1202 EFX_POPULATE_BYTE_1(_byte, \ 1311 (_byte).eb_u8[0] = (((_byte).eb_u8[0] & \ 1489 (_byte).eb_u8[0] |= \ 1496 (_byte).eb_u8[0] &= \ [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-armv4-large.pl | 625 my $_byte = ($flavour =~ /win/ ? "DCB" : ".byte"); 631 # define INST(a,b,c,d) $_byte c,d|0xf,a,b 633 # define INST(a,b,c,d) $_byte a,b,c,d|0x10
|
| H A D | sha256-armv4.pl | 610 my $_byte = ($flavour =~ /win/ ? "DCB" : ".byte"); 616 # define INST(a,b,c,d) $_byte c,d|0xc,a,b 618 # define INST(a,b,c,d) $_byte a,b,c,d
|
| /freebsd-14.2/crypto/openssl/crypto/modes/asm/ |
| H A D | ghashv8-armx.pl | 73 my $_byte = ($flavour =~ /win/ ? "DCB" : ".byte"); 86 # define INST(a,b,c,d) $_byte c,0xef,a,b 89 # define INST(a,b,c,d) $_byte a,b,c,0xf2
|
| H A D | aes-gcm-armv8_64.pl | 238 # define INST(a,b,c,d) $_byte c,0xef,a,b 241 # define INST(a,b,c,d) $_byte a,b,c,0xf2
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | brcm,bcm-vc4.txt | 74 The 3 clocks output from the DSI analog PHY: dsi[01]_byte,
|
| /freebsd-14.2/crypto/openssl/crypto/aes/asm/ |
| H A D | aesv8-armx.pl | 75 $_byte = ($flavour =~ /win/ ? "DCB" : ".byte"); 89 # define INST(a,b,c,d) $_byte c,d|0xc,a,b 92 # define INST(a,b,c,d) $_byte a,b,c,d
|
| /freebsd-14.2/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 908 and an `offset_value` of 3 means `Repeated_Offset1 - 1_byte`.
|