/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 409 MacroAssembler::MacroAssembler(byte* buffer, in Emit() 429 MacroAssembler::MacroAssembler(PandaAllocator* allocator, byte* buffer, in Emit() 1069 // Of the 4 bytes, only one byte is non-zero. in Emit() 1077 // Of the 4 bytes, only one byte is not 0xff. in Emit() 2303 // in blocks of four in order to maintain the 16-byte alignment for sp. in Emit() 2353 // to be pushed using sp, whilst maintaining 16-byte alignment for sp at in Emit() 2398 // to be popped using sp, whilst maintaining 16-byte alignment for sp at in Emit() 2781 // stack pointer to a 16-byte boundary for PCS compliance. in Emit()
|
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-rn-rm-a32.cc | 103 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \ 1514 byte* scratch_memory_buffers[ARRAY_SIZE(kTests)]; in TestHelper()
|
H A D | test-simulator-cond-rd-rn-rm-t32.cc | 103 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \ 1512 byte* scratch_memory_buffers[ARRAY_SIZE(kTests)]; in TestHelper()
|
/third_party/python/Objects/ |
H A D | exceptions.c | 3037 int byte = (int)(PyBytes_AS_STRING(((PyUnicodeErrorObject *)self)->object)[uself->start]&0xff); in UnicodeDecodeError_str() local 3039 "'%U' codec can't decode byte 0x%02x in position %zd: %U", in UnicodeDecodeError_str() 3041 byte, in UnicodeDecodeError_str()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 174 for (auto& byte : moduleId) in maybeMangleShaderModuleId() 175 byte = rnd.getUint8(); in maybeMangleShaderModuleId()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 339 set FPSR_QBYTE, USER_FPSR+1 # FPSR qoutient byte 340 set FPSR_EXCEPT, USER_FPSR+2 # FPSR exception status byte 341 set FPSR_AEXCEPT, USER_FPSR+3 # FPSR accrued exception byte 422 set q_sn_bit, 0x7 # sign bit of quotient byte 447 set neg_bmask, 0x08 # negative bit mask (byte) 448 set inf_bmask, 0x02 # infinity bit mask (byte) 449 set z_bmask, 0x04 # zero bit mask (byte) 450 set nan_bmask, 0x01 # nan bit mask (byte) 510 set BYTE, 1 # len(byte) == 1 byte [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 339 set FPSR_QBYTE, USER_FPSR+1 # FPSR qoutient byte 340 set FPSR_EXCEPT, USER_FPSR+2 # FPSR exception status byte 341 set FPSR_AEXCEPT, USER_FPSR+3 # FPSR accrued exception byte 422 set q_sn_bit, 0x7 # sign bit of quotient byte 447 set neg_bmask, 0x08 # negative bit mask (byte) 448 set inf_bmask, 0x02 # infinity bit mask (byte) 449 set z_bmask, 0x04 # zero bit mask (byte) 450 set nan_bmask, 0x01 # nan bit mask (byte) 510 set BYTE, 1 # len(byte) == 1 byte [all...] |
/third_party/backends/backend/ |
H A D | mustek.c | 2512 /* In lineart mode the threshold is encoded in byte 8 as follows */ in send_gamma_table_se() 2563 /* set mode byte: */ in mode_select_paragon() 2801 /* 600 II N always uses 6-byte cdb */ in gamma_correction() 4720 SANE_Byte byte = 0; in output_data() local 4744 byte |= 1 << (7 - (enlarged_x % 8)); in output_data() 4748 fputc (~byte, fp); /* invert image */ in output_data() 4749 byte = 0; in output_data()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 811 disasm.InstructionDecode(disasm_buffer, reinterpret_cast<byte*>(&instr)); in disassembleInstr() 3642 byte* new_start = new_buffer->start(); in GrowBuffer() 3661 base::Vector<byte> instructions{buffer_start_, in GrowBuffer() 3663 base::Vector<const byte> reloc_info{reloc_info_writer.pos(), reloc_size}; in GrowBuffer()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | horizon.c | 286 non-four-byte boundary in host memory. Instead the host should 287 perform a byte, or a two byte, or one byte followed by two byte 288 transfer in order to start the rest of the transfer on a four byte 2179 // Note: telephony = 64kb/s = 48 byte cell payload @ 500/3 cells/s in hrz_open() 2808 module_param(pci_lat, byte, 0);
|
H A D | ambassador.c | 205 All structures that are not accessed using DMA must be 4-byte 214 include spare trailing bytes up to the next 4-byte boundary; they 223 . Note that alloc_skb rounds up size to a 16byte boundary. 538 // also, the callers are responsible for byte order as the microcode 1737 correctly byte-ordered so we leave it alone. Hit the doorbell in do_loader_command() 1883 // XXX double check byte-order in amb_reset() 2350 module_param(pci_lat, byte, 0);
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | chacha-neon-core.S | 31 * Permute one 64-byte block where the state matrix is stored in the four NEON 193 // x4: byte count 855 .byte (.Li - 64)
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 535 * Bump to the next 256-byte boundary with the size of 1364 mov r11, #32 @ default: 32 byte line size 1515 * to lib/crc16.c for input sizes that are 4 byte multiples.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 543 ds_read_b64 v[0:1], v2 //x =LDS[a], byte address
|
H A D | cwsr_trap_handler_gfx10.asm | 528 //load 0~63*4(byte address) to vgpr v0
|
H A D | cwsr_trap_handler_gfx8.asm | 405 ds_read_b64 v[0:1], v2 //x =LDS[a], byte address
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head.S | 475 * Bump to the next 256-byte boundary with the size of 1300 mov r11, #32 @ default: 32 byte line size
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | chacha-neon-core.S | 31 * Permute one 64-byte block where the state matrix is stored in the four NEON 193 // x4: byte count 800 .byte (.Li - 64)
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 166 return data.byte; in adv_smbus_read_byte_data_check()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83627hf.c | 57 module_param(force_i2c, byte, 0);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 28 module_param(oob_mode, byte, 0444); 137 * To avoid byte swap on big endian host, __raw_{read|write}l
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 362 * as a byte: used to calculate offset/shift/mask of each field */ 450 * as a byte: used to calculate offset/shift/mask of each field */ 526 * as a byte: used to calculate offset/shift/mask of each field */ 1040 u8 byte[ETH_ALEN]; member
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_ioctl.c | 1008 sgc->cur_offset += offsetof(struct atto_ioctl, data.byte) in hba_ioctl_callback()
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 802 u8 byte; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci.h | 55 * in a single byte as follows: 326 u8 revision; /* PCI revision, low byte of class word */ 1696 #define _PCI_NOP_ALL(o, x) _PCI_NOP(o, byte, u8 x) \
|