/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | rp2.c | 403 u32 byte = readw(up->base + RP2_DATA_BYTE) | RP2_DUMMY_READ; in rp2_rx_chars() local 404 u8 ch = byte & 0xff; in rp2_rx_chars() 406 if (likely(!(byte & RP2_DATA_BYTE_EXCEPTION_MASK))) { in rp2_rx_chars() 408 uart_insert_char(&up->port, byte, 0, ch, in rp2_rx_chars() 413 if (byte & RP2_DATA_BYTE_BREAK_m) in rp2_rx_chars() 415 else if (byte & RP2_DATA_BYTE_ERR_FRAMING_m) in rp2_rx_chars() 417 else if (byte & RP2_DATA_BYTE_ERR_PARITY_m) in rp2_rx_chars() 419 uart_insert_char(&up->port, byte, in rp2_rx_chars()
|
/kernel/linux/linux-6.6/drivers/platform/mellanox/ |
H A D | mlxbf-bootctl.c | 359 /* Size(8-byte words) of the log buffer. */ 536 unsigned int byte[MLNX_MFG_OOB_MAC_FORMAT_LEN] = { 0 }; in oob_mac_store() local 546 &byte[0], &byte[1], &byte[2], in oob_mac_store() 547 &byte[3], &byte[4], &byte[5]); in oob_mac_store() 554 mac_byte_ptr[byte_idx] = (u8)byte[byte_idx]; in oob_mac_store()
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | serial-u16550.c | 160 /* timer 38600bps * 10bit * 16byte */ in snd_uart16550_add_timer() 205 /* keep track of last status byte */ in snd_uart16550_io_loop() 263 * For a Rx interrupt, this is done by reading the received byte. 265 * a) Writing a byte 358 char byte; in snd_uart16550_do_open() local 424 byte = (0 & UART_IER_RDI) /* Disable Receiver data interrupt */ in snd_uart16550_do_open() 428 byte = UART_IER_RDI /* Enable Receiver data interrupt */ in snd_uart16550_do_open() 432 byte = UART_IER_RDI /* Enable Receiver data interrupt */ in snd_uart16550_do_open() 437 byte = UART_IER_RDI /* Enable Receiver data interrupt */ in snd_uart16550_do_open() 441 outb(byte, uar in snd_uart16550_do_open() 578 snd_uart16550_write_buffer(struct snd_uart16550 *uart, unsigned char byte) snd_uart16550_write_buffer() argument [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | fft_neon.S | 239 .byte 0, 1, 2, 3 240 .byte 8, 9, 10, 11 241 .byte 4, 5, 6, 7 242 .byte 12, 13, 14, 15 246 .byte 24, 25, 26, 27 247 .byte 0, 1, 2, 3 248 .byte 28, 29, 30, 31 249 .byte 4, 5, 6, 7
|
/third_party/elfutils/libcpu/ |
H A D | i386_disasm.c | 401 /* We match a prefix byte. This is exactly one byte and in i386_disasm() 521 uint_fast8_t byte; in i386_disasm() local 524 byte = *begin; in i386_disasm() 525 /* This is a prefix byte. Print it. */ in i386_disasm() 526 switch (byte) in i386_disasm() 564 if (byte != 0x40) in i386_disasm() 567 if (byte & 0x8) in i386_disasm() 569 if (byte & 0x4) in i386_disasm() 571 if (byte in i386_disasm() [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_enc.c | 559 void radeon_enc_output_one_byte(struct radeon_encoder *enc, unsigned char byte) in radeon_enc_output_one_byte() argument 564 ((unsigned int)(byte) << index_to_shifts[enc->byte_index]); in radeon_enc_output_one_byte() 573 void radeon_enc_emulation_prevention(struct radeon_encoder *enc, unsigned char byte) in radeon_enc_emulation_prevention() argument 576 if ((enc->num_zeros >= 2) && ((byte == 0x00) || (byte == 0x01) || in radeon_enc_emulation_prevention() 577 (byte == 0x02) || (byte == 0x03))) { in radeon_enc_emulation_prevention() 582 enc->num_zeros = (byte == 0 ? (enc->num_zeros + 1) : 0); in radeon_enc_emulation_prevention()
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/ec/ |
H A D | x25519-x86_64.s | 330 .byte 0xf3,0xc3 391 .byte 0xf3,0xc3 612 .byte 0xf3,0xc3 649 .byte 0xf3,0xc3 686 .byte 0xf3,0xc3 723 .byte 0xf3,0xc3 767 .byte 0xf3,0xc3 770 .byte 88,50,53,53,49,57,32,112,114,105,109,105,116,105,118,101,115,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/ec/ |
H A D | x25519-x86_64.s | 330 .byte 0xf3,0xc3 391 .byte 0xf3,0xc3 612 .byte 0xf3,0xc3 649 .byte 0xf3,0xc3 686 .byte 0xf3,0xc3 723 .byte 0xf3,0xc3 767 .byte 0xf3,0xc3 770 .byte 88,50,53,53,49,57,32,112,114,105,109,105,116,105,118,101,115,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | code-serializer.cc | 35 AlignedCachedData::AlignedCachedData(const byte* data, int length) in AlignedCachedData() 38 byte* copy = NewArray<byte>(length); in AlignedCachedData() 578 SerializedCodeData::SerializedCodeData(const std::vector<byte>* payload, in SerializedCodeData() 678 base::Vector<const byte> SerializedCodeData::Payload() const { in Payload() 679 const byte* payload = data_ + kHeaderSize; in Payload() 683 return base::Vector<const byte>(payload, length); in Payload() 687 : SerializedData(const_cast<byte*>(data->data()), data->length()) {} in SerializedCodeData()
|
/kernel/linux/linux-5.10/drivers/net/plip/ |
H A D | plip.c | 197 unsigned short byte; member 475 /* PLIP_RECEIVE --- receive a byte(two nibbles) 635 skb_reserve(rcv->skb, 2); /* Align IP on 16 byte boundaries */ in plip_receive_packet() 639 rcv->byte = 0; in plip_receive_packet() 647 &rcv->nibble, &lbuf[rcv->byte])) in plip_receive_packet() 649 } while (++rcv->byte < rcv->length.h); in plip_receive_packet() 651 rcv->checksum += lbuf[--rcv->byte]; in plip_receive_packet() 652 } while (rcv->byte); in plip_receive_packet() 700 /* PLIP_SEND --- send a byte (two nibbles) 824 snd->byte in plip_send_packet() [all...] |
/kernel/linux/linux-6.6/drivers/net/plip/ |
H A D | plip.c | 199 unsigned short byte; member 481 /* PLIP_RECEIVE --- receive a byte(two nibbles) 642 skb_reserve(rcv->skb, 2); /* Align IP on 16 byte boundaries */ in plip_receive_packet() 646 rcv->byte = 0; in plip_receive_packet() 654 &rcv->nibble, &lbuf[rcv->byte])) in plip_receive_packet() 656 } while (++rcv->byte < rcv->length.h); in plip_receive_packet() 658 rcv->checksum += lbuf[--rcv->byte]; in plip_receive_packet() 659 } while (rcv->byte); in plip_receive_packet() 707 /* PLIP_SEND --- send a byte (two nibbles) 832 snd->byte in plip_send_packet() [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/modes/ |
H A D | aesni-gcm-x86_64.s | 313 .byte 0xf3,0xc3 415 .byte 0xf3,0xc3 485 .byte 0xf3,0xc3 774 .byte 0xf3,0xc3 779 .byte 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 781 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xc2 783 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 785 .byte 2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 787 .byte 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 788 .byte 6 [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/modes/ |
H A D | aesni-gcm-x86_64.s | 313 .byte 0xf3,0xc3 415 .byte 0xf3,0xc3 485 .byte 0xf3,0xc3 774 .byte 0xf3,0xc3 779 .byte 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 781 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xc2 783 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 785 .byte 2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 787 .byte 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 788 .byte 6 [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/modes/ |
H A D | aesni-gcm-x86_64.s | 313 .byte 0xf3,0xc3 415 .byte 0xf3,0xc3 485 .byte 0xf3,0xc3 774 .byte 0xf3,0xc3 779 .byte 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 781 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xc2 783 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 785 .byte 2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 787 .byte 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 788 .byte 6 [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/modes/ |
H A D | aesni-gcm-x86_64.s | 313 .byte 0xf3,0xc3 415 .byte 0xf3,0xc3 485 .byte 0xf3,0xc3 774 .byte 0xf3,0xc3 779 .byte 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 781 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xc2 783 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 785 .byte 2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 787 .byte 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 788 .byte 6 [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/modes/ |
H A D | aesni-gcm-x86_64.s | 313 .byte 0xf3,0xc3 415 .byte 0xf3,0xc3 485 .byte 0xf3,0xc3 774 .byte 0xf3,0xc3 779 .byte 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 781 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xc2 783 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 785 .byte 2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 787 .byte 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 788 .byte 6 [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/modes/ |
H A D | aesni-gcm-x86_64.s | 313 .byte 0xf3,0xc3 415 .byte 0xf3,0xc3 485 .byte 0xf3,0xc3 774 .byte 0xf3,0xc3 779 .byte 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 781 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0xc2 783 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 785 .byte 2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 787 .byte 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 788 .byte 6 [all...] |
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_utils.cpp | 87 for (const auto byte : input) { in ToString() 88 sprintf_s(buf, sizeof(buf), "%02x", byte); in ToString() 101 auto byte = std::strtoul(byteStr.c_str(), &end, 16); in ToBinary() local 102 result.push_back(byte); in ToBinary() 244 for (const auto byte : macArray) { in MacArrayToString() 245 if (sprintf_s(buf, MAC_BYTE_HEX_SIZE, "%02x:", byte) < 0) { in MacArrayToString()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | cast5-avx-x86_64-asm_64.S | 186 .byte 3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12 190 .byte 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0 194 .byte 7, 6, 5, 4, 3, 2, 1, 0, 7, 6, 5, 4, 3, 2, 1, 0 199 .byte 16, 16, 16, 16 203 .byte 32, 0, 0, 0 207 .byte 0x1f, 0, 0, 0
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_bcsp.c | 92 /* Update crc with next data byte 95 * The data byte is treated as two nibbles. The crc is generated 425 static inline void bcsp_unslip_one_byte(struct bcsp_struct *bcsp, unsigned char byte) in bcsp_unslip_one_byte() argument 431 switch (byte) { in bcsp_unslip_one_byte() 436 skb_put_data(bcsp->rx_skb, &byte, 1); in bcsp_unslip_one_byte() 439 bcsp_crc_update(&bcsp->message_crc, byte); in bcsp_unslip_one_byte() 445 switch (byte) { in bcsp_unslip_one_byte() 465 BT_ERR("Invalid byte %02x after esc byte", byte); in bcsp_unslip_one_byte() [all...] |
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-core-smbus.c | 72 message length to hide the CRC byte from the caller). */ 87 * i2c_smbus_read_byte - SMBus "receive byte" protocol 90 * This executes the SMBus "receive byte" protocol, returning negative errno 91 * else the byte received from the device. 101 return (status < 0) ? status : data.byte; in i2c_smbus_read_byte() 106 * i2c_smbus_write_byte - SMBus "send byte" protocol 110 * This executes the SMBus "send byte" protocol, returning negative errno 121 * i2c_smbus_read_byte_data - SMBus "read byte" protocol 125 * This executes the SMBus "read byte" protocol, returning negative errno 126 * else a data byte receive [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc-dec23.c | 71 unsigned int bit, byte, mask, val; in build_bit_powermask_table() local 77 for (byte = 0; byte < 256; byte++) { in build_bit_powermask_table() 78 val = (byte & mask); in build_bit_powermask_table() 79 if (byte & bitpower) in build_bit_powermask_table() 600 pdec->stream = rawyuv + 1; /* The first byte of the stream is skipped */ in DecompressBand23()
|
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc-dec23.c | 71 unsigned int bit, byte, mask, val; in build_bit_powermask_table() local 77 for (byte = 0; byte < 256; byte++) { in build_bit_powermask_table() 78 val = (byte & mask); in build_bit_powermask_table() 79 if (byte & bitpower) in build_bit_powermask_table() 600 pdec->stream = rawyuv + 1; /* The first byte of the stream is skipped */ in DecompressBand23()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-sun6i.c | 152 u8 byte; in sun6i_spi_drain_fifo() local 158 byte = readb(sspi->base_addr + SUN6I_RXDATA_REG); in sun6i_spi_drain_fifo() 160 *sspi->rx_buf++ = byte; in sun6i_spi_drain_fifo() 168 u8 byte; in sun6i_spi_fill_fifo() local 176 byte = sspi->tx_buf ? *sspi->tx_buf++ : 0; in sun6i_spi_fill_fifo() 177 writeb(byte, sspi->base_addr + SUN6I_TXDATA_REG); in sun6i_spi_fill_fifo()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_bcsp.c | 92 /* Update crc with next data byte 95 * The data byte is treated as two nibbles. The crc is generated 425 static inline void bcsp_unslip_one_byte(struct bcsp_struct *bcsp, unsigned char byte) in bcsp_unslip_one_byte() argument 431 switch (byte) { in bcsp_unslip_one_byte() 436 skb_put_data(bcsp->rx_skb, &byte, 1); in bcsp_unslip_one_byte() 439 bcsp_crc_update(&bcsp->message_crc, byte); in bcsp_unslip_one_byte() 445 switch (byte) { in bcsp_unslip_one_byte() 465 BT_ERR("Invalid byte %02x after esc byte", byte); in bcsp_unslip_one_byte() [all...] |