Home
last modified time | relevance | path

Searched refs:byte (Results 3326 - 3350 of 3415) sorted by relevance

1...<<131132133134135136137

/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dcore.c55 module_param(shutdown_timeout, byte, 0644);
59 module_param_named(max_retries, nvme_max_retries, byte, 0644);
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc527 __ opcode(dst, dst, byte{i.InputInt##width(1)}); \
1401 __ and_(esp, -8); // align to 8 byte boundary. in AssembleArchInstruction()
2131 __ Psrld(dst, dst, byte{1}); // divide by 2 to get in unsigned range in AssembleArchInstruction()
3039 // Prepare 16 byte aligned buffer for shuffle control mask in AssembleArchInstruction()
3126 // 1-byte shorter encoding than pshufd. in AssembleArchInstruction()
3836 // setcc for byte registers (al, bl, cl, dl). in AssembleArchBoolean()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc107 bool byte,
115 (byte ? B : 0) |
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc103 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \
2129 byte* scratch_memory_buffers[ARRAY_SIZE(kTests)]; in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-in-it-block-t32.cc91 const byte* encoding;
3287 const byte* result_ptr = in TestHelper()
3288 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper()
3294 printf("const byte kInstruction_%s_%s[] = {\n", in TestHelper()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc4546 int byte = (imm >> (i * 8)) & 0xff;
4547 VIXL_ASSERT((byte == 0) || (byte == 0xff));
4548 if (byte == 0xff) {
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c578 char byte[4]; in t4_memory_rw_residual() member
587 bp[i] = last.byte[i]; in t4_memory_rw_residual()
591 last.byte[i] = 0; in t4_memory_rw_residual()
610 * a raw byte sequence from/to the firmware's memory. If this memory
611 * contains data structures which contain multi-byte integers, it's the
612 * caller's responsibility to perform appropriate byte order conversions.
2764 * For chelsio adapters, the identifier is 0x82. The first byte of a VPD in t4_get_raw_vpd_params()
3034 * If @byte_oriented is set the read data is stored as a byte array
3074 * If @byte_oriented is set the write data is stored as byte stream
5912 /* Calculates a rate in bytes/s given the number of 256-byte unit
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c578 char byte[4]; in t4_memory_rw_residual() member
587 bp[i] = last.byte[i]; in t4_memory_rw_residual()
591 last.byte[i] = 0; in t4_memory_rw_residual()
610 * a raw byte sequence from/to the firmware's memory. If this memory
611 * contains data structures which contain multi-byte integers, it's the
612 * caller's responsibility to perform appropriate byte order conversions.
3004 * If @byte_oriented is set the read data is stored as a byte array
3044 * If @byte_oriented is set the write data is stored as byte stream
5882 /* Calculates a rate in bytes/s given the number of 256-byte units per 4K core
7389 * 2: Buffer size corresponding to 1500 byte MT in t4_fixup_host_params()
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc2026 // may be a multiple of 4 (e.g. 4-byte-aligned long and double arguments in AdjustBaseAndOffset()
3753 byte* new_start = new_buffer->start(); in GrowBuffer()
3772 base::Vector<byte> instructions{buffer_start_, in GrowBuffer()
3774 base::Vector<const byte> reloc_info{reloc_info_writer.pos(), reloc_size}; in GrowBuffer()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2906 #define byte(x, n) ((x >> (8 * n)) & 0xff) macro
/kernel/linux/linux-5.10/drivers/rapidio/devices/
H A Dtsi721.c37 module_param(mbox_sel, byte, S_IRUGO);
/kernel/linux/linux-5.10/drivers/ntb/
H A Dntb_transport.c85 module_param(max_num_clients, byte, 0644);
/kernel/linux/linux-6.6/include/linux/
H A Dpci.h62 * in a single byte as follows:
337 u8 revision; /* PCI revision, low byte of class word */
1934 #define _PCI_NOP_ALL(o, x) _PCI_NOP(o, byte, u8 x) \
/kernel/linux/linux-6.6/drivers/rapidio/devices/
H A Dtsi721.c37 module_param(mbox_sel, byte, S_IRUGO);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm630 //load 0~63*4(byte address) to vgpr v0
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2880 #define byte(x, n) ((x >> (8 * n)) & 0xff) macro
/kernel/linux/linux-6.6/drivers/ntb/
H A Dntb_transport.c85 module_param(max_num_clients, byte, 0644);
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h326 /* byte-sized register class */
437 constexpr unsigned byte() const { return reg_b & 0x3; } in byte() function
1557 * Operand(2): SOFFSET - SGPR to supply unsigned byte offset. (SGPR, M0, or inline constant)
1572 uint16_t offset : 12; /* Unsigned byte offset - 12 bit */
1584 * Operand(2): SOFFSET - SGPR to supply unsigned byte offset. (SGPR, M0, or inline constant)
1601 uint16_t offset; /* Unsigned byte offset - 12 bit */
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/sha/
H A Dsha1-armv8.S1209 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,65,82,77,118,56,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-arm64-cc/asm/crypto/sha/
H A Dsha1-armv8.S1209 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,65,82,77,118,56,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/linux-elf/asm_avx2/crypto/ripemd/
H A Drmd-586.S9 .byte 243,15,30,251
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/sha/
H A Dsha1-armv8.S1209 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,65,82,77,118,56,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/BSD-x86/asm/crypto/ripemd/
H A Drmd-586.S9 .byte 243,15,30,251
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/ripemd/
H A Drmd-586.S9 .byte 243,15,30,251
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/ripemd/
H A Drmd-586.S8 .byte 243,15,30,251

Completed in 102 milliseconds

1...<<131132133134135136137