| /f-stack/app/redis-5.0.5/src/ |
| H A D | listpack.c | 55 #define LP_ENCODING_IS_7BIT_UINT(byte) (((byte)&LP_ENCODING_7BIT_UINT_MASK)==LP_ENCODING_7BIT_UINT) argument 59 #define LP_ENCODING_IS_6BIT_STR(byte) (((byte)&LP_ENCODING_6BIT_STR_MASK)==LP_ENCODING_6BIT_STR) argument 63 #define LP_ENCODING_IS_13BIT_INT(byte) (((byte)&LP_ENCODING_13BIT_INT_MASK)==LP_ENCODING_13BIT_INT) argument 67 #define LP_ENCODING_IS_12BIT_STR(byte) (((byte)&LP_ENCODING_12BIT_STR_MASK)==LP_ENCODING_12BIT_STR) argument 71 #define LP_ENCODING_IS_16BIT_INT(byte) (((byte)&LP_ENCODING_16BIT_INT_MASK)==LP_ENCODING_16BIT_INT) argument 75 #define LP_ENCODING_IS_24BIT_INT(byte) (((byte)&LP_ENCODING_24BIT_INT_MASK)==LP_ENCODING_24BIT_INT) argument 79 #define LP_ENCODING_IS_32BIT_INT(byte) (((byte)&LP_ENCODING_32BIT_INT_MASK)==LP_ENCODING_32BIT_INT) argument 83 #define LP_ENCODING_IS_64BIT_INT(byte) (((byte)&LP_ENCODING_64BIT_INT_MASK)==LP_ENCODING_64BIT_INT) argument 87 #define LP_ENCODING_IS_32BIT_STR(byte) (((byte)&LP_ENCODING_32BIT_STR_MASK)==LP_ENCODING_32BIT_STR) argument
|
| H A D | bitops.c | 210 uint64_t byte, bit, byteval, bitval, j; in setUnsignedBitfield() local 230 uint64_t byte, bit, byteval, bitval, j, value = 0; in getUnsignedBitfield() local 380 unsigned long j, i, byte; in printBits() local 479 size_t byte = maxbit >> 3; in lookupStringForBitCommand() local 529 ssize_t byte, bit; in setbitCommand() local 568 size_t byte, bit; in getbitCommand() local 659 unsigned char output, byte; in bitopCommand() local 1105 size_t byte = thisop->offset >> 3; in bitfieldCommand() local
|
| H A D | crc64.c | 177 uint8_t byte = s[j]; in crc64() local
|
| H A D | lolwut5.c | 62 void lwTranslatePixelsGroup(int byte, char *output) { in lwTranslatePixelsGroup() 221 int byte = 0; in lwRenderCanvas() local
|
| H A D | redis-check-rdb.c | 230 uint8_t byte; in redis_check_rdb() local
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_validation_tdes.c | 141 char byte[3] = {src[i * 2], src[i * 2 + 1], '\0'}; in parse_tdes_uint8_hex_str() local 152 char byte[3] = {src[i * 2], src[i * 2 + 1], '\0'}; in parse_tdes_uint8_hex_str() local 163 char byte[3] = {src[i * 2], src[i * 2 + 1], '\0'}; in parse_tdes_uint8_hex_str() local 171 char byte[3] = {src[i * 2], src[i * 2 + 1], '\0'}; in parse_tdes_uint8_hex_str() local
|
| H A D | fips_validation_ccm.c | 98 char byte[3] = {src[j * 2], src[j * 2 + 1], '\0'}; in parse_uint8_ccm_aad_str() local
|
| /f-stack/freebsd/i386/i386/ |
| H A D | db_disasm.c | 873 #define f_mod(byte) ((byte)>>6) argument 874 #define f_reg(byte) (((byte)>>3)&0x7) argument 875 #define f_rm(byte) ((byte)&0x7) argument 877 #define sib_ss(byte) ((byte)>>6) argument 878 #define sib_index(byte) (((byte)>>3)&0x7) argument 879 #define sib_base(byte) ((byte)&0x7) argument
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | db_disasm.c | 978 #define f_mod(rex, byte) ((byte)>>6) argument 979 #define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0)) argument 980 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) argument 982 #define sib_ss(rex, byte) ((byte)>>6) argument 983 #define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0)) argument 984 #define sib_base(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) argument
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | octeon-feature.c | 70 int bit, byte; in octeon_feature_set() local
|
| H A D | octeon-feature.h | 287 int byte, bit; in octeon_has_feature() local
|
| /f-stack/tools/ngctl/ |
| H A D | write.c | 70 int byte; in WriteCmd() local
|
| /f-stack/dpdk/lib/librte_rib/ |
| H A D | rte_rib6.h | 108 get_msk_part(uint8_t depth, int byte) { in get_msk_part()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | read.c | 72 static size_t chrtos(char *buf, size_t size, char byte) { in chrtos() 96 static void __redisReaderSetErrorProtocolByte(redisReader *r, char byte) { in __redisReaderSetErrorProtocolByte()
|
| /f-stack/freebsd/arm/include/ |
| H A D | stack.h | 48 u_int byte; member
|
| /f-stack/tools/compat/ |
| H A D | linkaddr.c | 59 int byte = 0, state = NAMING, new; in link_addr() local
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | 5tswap.c | 105 uint8_t *byte; in pkt_burst_5tuple_swap() member
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_frame_relay.c | 114 #define SHIFTIN(segment, byte, dlci) \ argument 121 #define SHIFTOUT(segment, byte, dlci) \ argument
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_api.c | 85 u64 offset, unsigned int byte, void *data) in ifpga_acc_read() 125 unsigned int byte, void *data) in ifpga_acc_write()
|
| H A D | opae_hw_api.c | 98 u64 offset, unsigned int byte, void *data) in opae_acc_reg_read() 120 u64 offset, unsigned int byte, void *data) in opae_acc_reg_write()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_sram.c | 242 uint8_t byte; in efx_sram_byte_changing_set() local
|
| H A D | efx_vpd.c | 330 efx_byte_t byte; in efx_vpd_next_tag() local 586 efx_byte_t byte; in efx_vpd_hunk_reinit() local
|
| /f-stack/freebsd/arm/xilinx/ |
| H A D | zy7_spi.c | 156 uint8_t byte; in zy7_spi_write_fifo() local 179 uint8_t byte; in zy7_spi_read_fifo() local
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_spi_v2.c | 231 uint8_t *buf, byte, *tx_buf; in mtk_spi_transfer() local
|
| H A D | mtk_spi_v1.c | 250 uint8_t *buf, byte, *tx_buf; in mtk_spi_transfer() local
|