/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 9 .byte 243,15,30,251 67 .byte 243,15,30,251 83 .byte 243,15,30,251 139 .byte 243,15,30,251 373 .byte 243,15,30,251 431 .byte 243,15,30,251 447 .byte 243,15,30,251 503 .byte 243,15,30,251 737 .byte 243,15,30,251 1582 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/camellia/ |
H A D | cmll-x86.S | 9 .byte 243,15,30,251 67 .byte 243,15,30,251 83 .byte 243,15,30,251 139 .byte 243,15,30,251 373 .byte 243,15,30,251 431 .byte 243,15,30,251 447 .byte 243,15,30,251 503 .byte 243,15,30,251 737 .byte 243,15,30,251 1582 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/camellia/ |
H A D | cmll-x86.S | 8 .byte 243,15,30,251 65 .byte 243,15,30,251 80 .byte 243,15,30,251 135 .byte 243,15,30,251 368 .byte 243,15,30,251 425 .byte 243,15,30,251 440 .byte 243,15,30,251 495 .byte 243,15,30,251 728 .byte 243,15,30,251 1572 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 8 .byte 243,15,30,251 65 .byte 243,15,30,251 80 .byte 243,15,30,251 135 .byte 243,15,30,251 368 .byte 243,15,30,251 425 .byte 243,15,30,251 440 .byte 243,15,30,251 495 .byte 243,15,30,251 728 .byte 243,15,30,251 1572 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/camellia/ |
H A D | cmll-x86.S | 9 .byte 243,15,30,251 68 .byte 243,15,30,251 85 .byte 243,15,30,251 142 .byte 243,15,30,251 377 .byte 243,15,30,251 436 .byte 243,15,30,251 453 .byte 243,15,30,251 510 .byte 243,15,30,251 745 .byte 243,15,30,251 1591 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 9 .byte 243,15,30,251 68 .byte 243,15,30,251 85 .byte 243,15,30,251 142 .byte 243,15,30,251 377 .byte 243,15,30,251 436 .byte 243,15,30,251 453 .byte 243,15,30,251 510 .byte 243,15,30,251 745 .byte 243,15,30,251 1591 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 9 .byte 243,15,30,251 68 .byte 243,15,30,251 85 .byte 243,15,30,251 142 .byte 243,15,30,251 377 .byte 243,15,30,251 436 .byte 243,15,30,251 453 .byte 243,15,30,251 510 .byte 243,15,30,251 745 .byte 243,15,30,251 1591 .byte 24 [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/camellia/ |
H A D | cmll-x86.S | 9 .byte 243,15,30,251 68 .byte 243,15,30,251 85 .byte 243,15,30,251 142 .byte 243,15,30,251 377 .byte 243,15,30,251 436 .byte 243,15,30,251 453 .byte 243,15,30,251 510 .byte 243,15,30,251 745 .byte 243,15,30,251 1591 .byte 24 [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | nmclan_cs.c | 887 /* Odd byte transfer */ in mace_start_xmit() 1322 int i, byte; /* temporary array indices */ in BuildLAF() local 1327 for (byte = 0; byte < 6; byte++) in BuildLAF() 1329 updateCRC(CRC, (adr[byte] >> i) & 1); in BuildLAF() 1335 byte = hashcode >> 3; in BuildLAF() 1336 ladrf[byte] |= (1 << (hashcode & 7)); in BuildLAF()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | nmclan_cs.c | 888 /* Odd byte transfer */ in mace_start_xmit() 1323 int i, byte; /* temporary array indices */ in BuildLAF() local 1328 for (byte = 0; byte < 6; byte++) in BuildLAF() 1330 updateCRC(CRC, (adr[byte] >> i) & 1); in BuildLAF() 1336 byte = hashcode >> 3; in BuildLAF() 1337 ladrf[byte] |= (1 << (hashcode & 7)); in BuildLAF()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-rk3x.c | 56 #define REG_CON_LASTACK BIT(5) /* 1: send NACK after last received byte */ 69 #define REG_INT_BTF BIT(0) /* a byte was transmitted */ 70 #define REG_INT_BRF BIT(1) /* a byte was received */ 191 * @processed: byte length which has been send or received 316 * chunk, send an ACK after the last byte of the current chunk. in rk3x_i2c_prepare_read() 344 u8 byte; in rk3x_i2c_fill_transmit_buf() local 353 byte = (i2c->addr & 0x7f) << 1; in rk3x_i2c_fill_transmit_buf() 355 byte = i2c->msg->buf[i2c->processed++]; in rk3x_i2c_fill_transmit_buf() 357 val |= byte << (j * 8); in rk3x_i2c_fill_transmit_buf() 425 u8 byte; in rk3x_i2c_handle_read() local [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/bn/ |
H A D | rsaz-avx512.s | 11 .byte 0xf3,0xc3 20 .byte 243,15,30,250 407 .byte 0xf3,0xc3 424 .byte 243,15,30,250 812 .byte 0xf3,0xc3 822 .byte 243,15,30,250 862 .byte 0xf3,0xc3
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | pmu-emul.c | 808 u64 byte; in kvm_pmu_get_pmceid() local 810 byte = bitmap_get_value8(bmap, base + i); in kvm_pmu_get_pmceid() 811 mask |= byte << i; in kvm_pmu_get_pmceid() 813 byte = bitmap_get_value8(bmap, 0x4000 + base + i); in kvm_pmu_get_pmceid() 814 mask |= byte << (32 + i); in kvm_pmu_get_pmceid()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_h5.c | 35 * 4 byte header + max value for 12-bit length + 2 bytes for CRC 504 const u8 *byte = &c; in h5_unslip_one_byte() local 514 byte = &delim; in h5_unslip_one_byte() 517 byte = &esc; in h5_unslip_one_byte() 520 BT_ERR("Invalid esc byte 0x%02hhx", c); in h5_unslip_one_byte() 526 skb_put_data(h5->rx_skb, byte, 1); in h5_unslip_one_byte() 529 BT_DBG("unslipped 0x%02hhx, rx_pending %zu", *byte, h5->rx_pending); in h5_unslip_one_byte()
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_dynamic_config.c | 416 /* In E/T, entry is at addresses 0x27-0x28. There is a 4 byte gap at 0x29, 993 static u8 sja1105_crc8_add(u8 crc, u8 byte, u8 poly) in sja1105_crc8_add() argument 998 if ((crc ^ byte) & (1 << 7)) { in sja1105_crc8_add() 1004 byte <<= 1; in sja1105_crc8_add() 1029 u8 byte = (input & (0xffull << i)) >> i; in sja1105et_fdb_hash() local 1031 crc = sja1105_crc8_add(crc, byte, poly); in sja1105et_fdb_hash()
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | hw_exception_handler.S | 397 /* Load a word, byte-by-byte from destination address 411 /* Load a half-word, byte-by-byte from destination 446 /* Store the word, byte-by-byte into destination address */ 458 /* Store the lower half-word, byte-by-byte into destination address */ 837 /* Load a word, byte-by-byte fro [all...] |
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | pmu-emul.c | 776 u64 byte; in kvm_pmu_get_pmceid() local 778 byte = bitmap_get_value8(bmap, base + i); in kvm_pmu_get_pmceid() 779 mask |= byte << i; in kvm_pmu_get_pmceid() 781 byte = bitmap_get_value8(bmap, 0x4000 + base + i); in kvm_pmu_get_pmceid() 782 mask |= byte << (32 + i); in kvm_pmu_get_pmceid()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
H A D | ether1.c | 19 * 1.01 RMK 19/03/1996 Transfers the last odd byte onto/off of the card now. 252 ether1_ramtest(struct net_device *dev, unsigned char byte) in ether1_ramtest() argument 263 memset (buffer, byte, BUFFER_SIZE); in ether1_ramtest() 265 memset (buffer, byte ^ 0xff, BUFFER_SIZE); in ether1_ramtest() 269 if (buffer[i] != byte) { in ether1_ramtest() 274 dev->name, buffer[i], byte, i); in ether1_ramtest()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 221 ether3_ramtest(struct net_device *dev, unsigned char byte) in ether3_ramtest() argument 231 memset(buffer, byte, RX_END); in ether3_ramtest() 236 memset(buffer, byte ^ 0xff, RX_END); in ether3_ramtest() 243 if (buffer[i] != byte) { in ether3_ramtest() 246 dev->name, buffer[i], byte, i); in ether3_ramtest()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-exynos5.c | 414 unsigned char byte; in exynos5_i2c_irq() local 477 byte = (unsigned char) in exynos5_i2c_irq() 479 i2c->msg->buf[i2c->msg_ptr++] = byte; in exynos5_i2c_irq() 497 byte = i2c->msg->buf[i2c->msg_ptr++]; in exynos5_i2c_irq() 498 writel(byte, i2c->regs + HSI2C_TX_DATA); in exynos5_i2c_irq()
|
/kernel/linux/linux-5.10/drivers/usb/early/ |
H A D | xhci-dbc.c | 43 u8 byte; in xdbc_map_pci_mmio() local 80 byte = read_pci_config_byte(bus, dev, func, PCI_COMMAND); in xdbc_map_pci_mmio() 81 if (!(byte & PCI_COMMAND_MEMORY)) { in xdbc_map_pci_mmio() 82 byte |= PCI_COMMAND_MEMORY; in xdbc_map_pci_mmio() 83 write_pci_config_byte(bus, dev, func, PCI_COMMAND, byte); in xdbc_map_pci_mmio()
|
H A D | ehci-dbgp.c | 834 u8 byte; in early_dbgp_init() local 871 byte = read_pci_config_byte(bus, slot, func, 0x04); in early_dbgp_init() 872 if (!(byte & 0x2)) { in early_dbgp_init() 873 byte |= 0x02; in early_dbgp_init() 874 write_pci_config_byte(bus, slot, func, 0x04, byte); in early_dbgp_init()
|
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_kapi.c | 196 * @addr: IP address in network byte order (struct in[6]_addr) 197 * @mask: address mask in network byte order (struct in[6]_addr) 240 * @addr: IP address in network byte order (struct in[6]_addr) 241 * @mask: address mask in network byte order (struct in[6]_addr) 887 unsigned char byte; in netlbl_bitmap_walk() local 892 byte = bitmap[byte_offset]; in netlbl_bitmap_walk() 897 if ((state && (byte & bitmask) == bitmask) || in netlbl_bitmap_walk() 898 (state == 0 && (byte & bitmask) == 0)) in netlbl_bitmap_walk() 905 byte = bitmap[++byte_offset]; in netlbl_bitmap_walk()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/ |
H A D | ether1.c | 19 * 1.01 RMK 19/03/1996 Transfers the last odd byte onto/off of the card now. 252 ether1_ramtest(struct net_device *dev, unsigned char byte) in ether1_ramtest() argument 263 memset (buffer, byte, BUFFER_SIZE); in ether1_ramtest() 265 memset (buffer, byte ^ 0xff, BUFFER_SIZE); in ether1_ramtest() 269 if (buffer[i] != byte) { in ether1_ramtest() 274 dev->name, buffer[i], byte, i); in ether1_ramtest()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 221 ether3_ramtest(struct net_device *dev, unsigned char byte) in ether3_ramtest() argument 231 memset(buffer, byte, RX_END); in ether3_ramtest() 236 memset(buffer, byte ^ 0xff, RX_END); in ether3_ramtest() 243 if (buffer[i] != byte) { in ether3_ramtest() 246 dev->name, buffer[i], byte, i); in ether3_ramtest()
|