/kernel/linux/linux-6.6/drivers/misc/mchp_pci1xxxx/ |
H A D | mchp_pci1xxxx_otpe2p.c | 127 u32 byte; in pci1xxxx_eeprom_read() local 140 for (byte = 0; byte < count; byte++) { in pci1xxxx_eeprom_read() 141 writel(EEPROM_CMD_EPC_BUSY_BIT | (off + byte), rb + in pci1xxxx_eeprom_read() 154 buf[byte] = readl(rb + MMAP_EEPROM_OFFSET(EEPROM_DATA_REG)); in pci1xxxx_eeprom_read() 156 ret = byte; in pci1xxxx_eeprom_read() 169 u32 byte; in pci1xxxx_eeprom_write() local 182 for (byte = 0; byte < coun in pci1xxxx_eeprom_write() 224 u32 byte; pci1xxxx_otp_read() local 274 u32 byte; pci1xxxx_otp_write() local [all...] |
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-darwin.S | 291 .byte 0x1 ; CIE Version 293 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor 294 .byte 0x7c ; sleb128 -4; CIE Data Alignment Factor 295 .byte 0x41 ; CIE RA Column 296 .byte 0x1 ; uleb128 0x1; Augmentation size 297 .byte 0x10 ; FDE Encoding (pcrel) 298 .byte 0xc ; DW_CFA_def_cfa 299 .byte 0x1 ; uleb128 0x1 300 .byte 0x0 ; uleb128 0x0 314 .byte [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tda9840.c | 60 u8 byte; in tda9840_status() local 62 rc = i2c_master_recv(client, &byte, 1); in tda9840_status() 71 if (byte & 0x80) { in tda9840_status() 77 v4l2_dbg(1, debug, sd, "TDA9840_DETECT: byte: 0x%02x\n", byte); in tda9840_status() 78 return byte & 0x60; in tda9840_status() 84 int byte; in tda9840_s_tuner() local 91 byte = TDA9840_SET_MONO; in tda9840_s_tuner() 93 byte = (t->audmode == V4L2_TUNER_MODE_MONO) ? in tda9840_s_tuner() 98 byte in tda9840_s_tuner() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | power5+-pmu.c | 137 int pmc, byte, unit, sh; in power5p_get_constraint() local 159 byte = (event >> PM_BYTE_SH) & PM_BYTE_MSK; in power5p_get_constraint() 160 if (byte >= 4) { in power5p_get_constraint() 165 byte &= 3; in power5p_get_constraint() 175 /* Set byte lane select field */ in power5p_get_constraint() 176 mask |= 0xfUL << (24 - 4 * byte); in power5p_get_constraint() 177 value |= (unsigned long)unit << (24 - 4 * byte); in power5p_get_constraint() 238 * Some direct events for decodes of event bus byte 3 have alternative 360 * The 0x80 bit indicates a byte decode PMCSEL value. 406 int bit, byte, uni in power5p_marked_instr_event() local 458 unsigned int pmc, unit, byte, psel; power5p_compute_mmcr() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | power5+-pmu.c | 137 int pmc, byte, unit, sh; in power5p_get_constraint() local 159 byte = (event >> PM_BYTE_SH) & PM_BYTE_MSK; in power5p_get_constraint() 160 if (byte >= 4) { in power5p_get_constraint() 165 byte &= 3; in power5p_get_constraint() 175 /* Set byte lane select field */ in power5p_get_constraint() 176 mask |= 0xfUL << (24 - 4 * byte); in power5p_get_constraint() 177 value |= (unsigned long)unit << (24 - 4 * byte); in power5p_get_constraint() 238 * Some direct events for decodes of event bus byte 3 have alternative 360 * The 0x80 bit indicates a byte decode PMCSEL value. 406 int bit, byte, uni in power5p_marked_instr_event() local 459 unsigned int pmc, unit, byte, psel; power5p_compute_mmcr() local [all...] |
/third_party/skia/third_party/externals/brotli/go/cbrotli/ |
H A D | cbrotli_test.go | 19 func checkCompressedData(compressedData, wantOriginalData []byte) error { 52 if _, err := e.Write([]byte("hi")); err == nil { 60 n, err := e.Write([]byte("")) 71 input := []byte("<html><body><H1>Hello world</H1></body></html>") 74 in := bytes.NewReader([]byte(input)) 96 input := make([]byte, 8*windowSize) 122 input := make([]byte, 1000000) 144 input := make([]byte, 1000) 159 decompressed := make([]byte, 1000) 182 func (r readerWithTimeout) Read(p []byte) (in [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | visemul.c | 118 /* 000010000 - convert 8-bit 3-D address to blocked byte address */ 121 /* 000010010 - convert 16-bit 3-D address to blocked byte address */ 124 /* 000010100 - convert 32-bit 3-D address to blocked byte address */ 436 unsigned long byte; in bshuffle() local 439 byte = (rs1 >> (which * 8)) & 0xff; in bshuffle() 441 byte = (rs2 >> ((which-8)*8)) & 0xff; in bshuffle() 442 rd_val |= (byte << (i * 8)); in bshuffle() 486 unsigned long byte; in pformat() local 490 for (byte = 0; byte < in pformat() 554 unsigned long byte; pformat() local 596 unsigned long byte; pmul() local 620 unsigned long byte; pmul() local 645 unsigned long byte, ushift; pmul() local 675 unsigned long byte, ushift; pmul() local [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | visemul.c | 118 /* 000010000 - convert 8-bit 3-D address to blocked byte address */ 121 /* 000010010 - convert 16-bit 3-D address to blocked byte address */ 124 /* 000010100 - convert 32-bit 3-D address to blocked byte address */ 436 unsigned long byte; in bshuffle() local 439 byte = (rs1 >> (which * 8)) & 0xff; in bshuffle() 441 byte = (rs2 >> ((which-8)*8)) & 0xff; in bshuffle() 442 rd_val |= (byte << (i * 8)); in bshuffle() 486 unsigned long byte; in pformat() local 490 for (byte = 0; byte < in pformat() 554 unsigned long byte; pformat() local 596 unsigned long byte; pmul() local 620 unsigned long byte; pmul() local 645 unsigned long byte, ushift; pmul() local 675 unsigned long byte, ushift; pmul() local [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | vlq.h | 22 // the byte that was written, so that VLQEncodeUnsigned can mutate it after 26 std::is_same<decltype(std::declval<Function>()(0)), byte*>::value, 29 byte* written_byte = process_byte(value); in VLQEncodeUnsigned() 31 // Value fits in first byte, early return. in VLQEncodeUnsigned() 35 // Turn on continuation bit in the byte we just wrote. in VLQEncodeUnsigned() 46 std::is_same<decltype(std::declval<Function>()(0)), byte*>::value, 60 inline void VLQEncode(std::vector<byte, A>* data, int32_t value) { 62 [data](byte value) { 71 inline void VLQEncodeUnsigned(std::vector<byte, A>* data, uint32_t value) { 73 [data](byte valu [all...] |
/third_party/rust/crates/aho-corasick/src/ |
H A D | classes.rs | 3 /// A representation of byte oriented equivalence classes. 18 /// Creates a new set of equivalence classes where each byte belongs to 28 /// Set the equivalence class for the given byte. 30 pub fn set(&mut self, byte: u8, class: u8) { in set() 31 self.0[byte as usize] = class; in set() 34 /// Get the equivalence class for the given byte. 36 pub fn get(&self, byte: u8) -> u8 { in get() 39 self.0[byte as usize] in get() 50 /// Returns true if and only if every byte in this class maps to its own 52 /// and each class contains exactly one byte [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ |
H A D | ppccpuid.s | 14 .byte 0,12,0x14,0,0,0,0,0 26 .byte 0,12,0x14,0,0,0,0,0 38 .byte 0,12,0x14,0,0,0,0,0 51 .byte 0,12,0x14,0,0,0,0,0 65 .byte 0,12,0x14,0,0,0,0,0 100 .byte 0,12,0x14,0,0,0,0,0 116 .byte 0,12,0x14,0,0,0,2,0 129 .byte 0,12,0x14,0,0,0,0,0 141 .byte 0,12,0x14,0,0,0,0,0 176 .byte [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/ |
H A D | ppccpuid.s | 14 .byte 0,12,0x14,0,0,0,0,0 26 .byte 0,12,0x14,0,0,0,0,0 38 .byte 0,12,0x14,0,0,0,0,0 51 .byte 0,12,0x14,0,0,0,0,0 65 .byte 0,12,0x14,0,0,0,0,0 100 .byte 0,12,0x14,0,0,0,0,0 116 .byte 0,12,0x14,0,0,0,2,0 129 .byte 0,12,0x14,0,0,0,0,0 141 .byte 0,12,0x14,0,0,0,0,0 176 .byte [all...] |
/third_party/node/deps/v8/src/diagnostics/x64/ |
H A D | disasm-x64.cc | 155 const InstructionDesc& Get(byte x) const { return instructions_[x]; } in Get() 162 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size, 206 void InstructionTable::SetTableRange(InstructionType type, byte start, byte end, in SetTableRange() 208 for (byte b = start; b <= end; b++) { in SetTableRange() 218 for (byte b = 0x70; b <= 0x7F; b++) { in AddJumpConditionalShort() 311 int InstructionDecode(v8::base::Vector<char> buffer, byte* instruction); 326 byte rex_; 327 byte operand_size [all...] |
/third_party/node/deps/v8/src/diagnostics/ |
H A D | disasm.h | 12 using byte = unsigned char; 23 virtual const char* NameOfAddress(byte* addr) const; 24 virtual const char* NameOfConstant(byte* addr) const; 25 virtual const char* NameInCode(byte* addr) const; 59 byte* instruction); 63 int ConstantPoolSizeAt(byte* instruction); 68 FILE* f, byte* begin, byte* end,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 80 .byte 102,15,56,0,227 81 .byte 102,15,56,0,235 82 .byte 102,15,56,0,243 85 .byte 102,15,56,0,251 104 .byte 102,15,56,220,208 131 .byte 102,15,56,220,209 158 .byte 102,15,56,220,208 187 .byte 102,15,56,220,209 213 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 74 .byte 102,15,56,0,227 75 .byte 102,15,56,0,235 76 .byte 102,15,56,0,243 79 .byte 102,15,56,0,251 98 .byte 102,15,56,220,208 125 .byte 102,15,56,220,209 152 .byte 102,15,56,220,208 181 .byte 102,15,56,220,209 207 .byte 10 [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 20 .byte 0xf3,0xc3 74 .byte 102,15,56,0,227 75 .byte 102,15,56,0,235 76 .byte 102,15,56,0,243 79 .byte 102,15,56,0,251 98 .byte 102,15,56,220,208 125 .byte 102,15,56,220,209 152 .byte 102,15,56,220,208 181 .byte 102,15,56,220,209 207 .byte 10 [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_91x_sdio_ops.c | 33 u8 byte; in rsi_sdio_master_access_msword() local 37 byte = (u8)(ms_word & 0x00FF); in rsi_sdio_master_access_msword() 40 "%s: MASTER_ACCESS_MSBYTE:0x%x\n", __func__, byte); in rsi_sdio_master_access_msword() 45 &byte); in rsi_sdio_master_access_msword() 53 byte = (u8)(ms_word >> 8); in rsi_sdio_master_access_msword() 55 rsi_dbg(INIT_ZONE, "%s:MASTER_ACCESS_LSBYTE:0x%x\n", __func__, byte); in rsi_sdio_master_access_msword() 59 &byte); in rsi_sdio_master_access_msword() 153 u8 byte; in rsi_init_sdio_slave_regs() local 157 byte = dev->next_read_delay; in rsi_init_sdio_slave_regs() 161 &byte); in rsi_init_sdio_slave_regs() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/ |
H A D | rsi_91x_sdio_ops.c | 33 u8 byte; in rsi_sdio_master_access_msword() local 37 byte = (u8)(ms_word & 0x00FF); in rsi_sdio_master_access_msword() 40 "%s: MASTER_ACCESS_MSBYTE:0x%x\n", __func__, byte); in rsi_sdio_master_access_msword() 45 &byte); in rsi_sdio_master_access_msword() 53 byte = (u8)(ms_word >> 8); in rsi_sdio_master_access_msword() 55 rsi_dbg(INIT_ZONE, "%s:MASTER_ACCESS_LSBYTE:0x%x\n", __func__, byte); in rsi_sdio_master_access_msword() 59 &byte); in rsi_sdio_master_access_msword() 151 u8 byte; in rsi_init_sdio_slave_regs() local 155 byte = dev->next_read_delay; in rsi_init_sdio_slave_regs() 159 &byte); in rsi_init_sdio_slave_regs() [all...] |
/third_party/eudev/src/ata_id/ |
H A D | ata_id.c | 130 * ATA Pass-Through 12 byte command, as described in in disk_identify_command() 136 [0] = 0xa1, /* OPERATION CODE: 12 byte pass through */ in disk_identify_command() 200 * ATA Pass-Through 16 byte command, as described in in disk_identify_packet_device_command() 206 [0] = 0x85, /* OPERATION CODE: 16 byte pass through */ in disk_identify_packet_device_command() 418 uint8_t byte[512]; in main() member 474 if (disk_identify(udev, fd, identify.byte, &is_packet_device) == 0) { in main() 479 disk_identify_fixup_string(identify.byte, 10, 20); /* serial */ in main() 480 disk_identify_fixup_string(identify.byte, 23, 8); /* fwrev */ in main() 481 disk_identify_fixup_string(identify.byte, 27, 40); /* model */ in main() 482 disk_identify_fixup_uint16(identify.byte, in main() [all...] |