/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | peephole.c | 92 int opcode; local 102 opcode = codestr[6]; 103 switch (opcode) { 170 opcode); 205 int opcode; local 213 opcode = codestr[3]; 214 switch (opcode) { 230 opcode); 257 int i,j, opcode, blockcnt = 0; local 266 for (i=0 ; i<len ; i+=CODESIZE(opcode)) { [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | peephole.c | 92 int opcode; in fold_binops_on_constants() local 102 opcode = codestr[6]; in fold_binops_on_constants() 103 switch (opcode) { in fold_binops_on_constants() 159 opcode); in fold_binops_on_constants() 194 int opcode; in fold_unaryops_on_constants() local 202 opcode = codestr[3]; in fold_unaryops_on_constants() 203 switch (opcode) { in fold_unaryops_on_constants() 219 opcode); in fold_unaryops_on_constants() 246 int i,j, opcode, blockcnt = 0; in markblocks() local 255 for (i=0 ; i<len ; i+=CODESIZE(opcode)) { in markblocks() [all …]
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-proxy.c | 54 m.id = msg->id, m.opcode = msg->opcode, m.length = msg->length; in xf_proxy_cmd_exec() 66 msg->id = m.id, msg->opcode = m.opcode, msg->length = m.length; in xf_proxy_cmd_exec() 71 …TRACE(EXEC, _b("proxy[%p]: command done: [%08x:%p:%u]"), proxy, msg->opcode, msg->buffer, msg->len… in xf_proxy_cmd_exec() 84 msg.opcode = m->opcode; 145 msg.opcode = XF_REGISTER; in xf_client_register() 156 XF_CHK_ERR(msg.opcode == (u32) XF_REGISTER, -EFAULT); in xf_client_register() 176 msg.opcode = XF_UNREGISTER; in xf_client_unregister() 184 BUG(msg.opcode != XF_UNREGISTER, _x("Invalid opcode: %X"), msg.opcode); in xf_client_unregister() 199 msg.opcode = XF_ALLOC; in xf_proxy_buffer_alloc() 207 XF_CHK_ERR(msg.opcode == XF_ALLOC, -EBADFD); in xf_proxy_buffer_alloc() [all …]
|
D | xf-fio.c | 71 TRACE(CMD, _b("C[%08x]:(%x,%08x,%u)"), msg->id, msg->opcode, msg->address, msg->length); in xf_ipc_send() 115 TRACE(RSP, _b("R[%08x]:(%x,%u,%08x)"), msg->id, msg->opcode, msg->length, msg->address); in xf_ipc_recv() 127 msg->opcode = temp.opcode; in xf_ipc_recv()
|
/device/google/crosshatch/sdm845/original-kernel-headers/scsi/ufs/ |
D | ufs.h | 82 #define UPIU_QUERY_OPCODE_HIGH(opcode) ((opcode) >> 16) argument 83 #define UPIU_QUERY_OPCODE_LOW(opcode) ((opcode) & 0xffff) argument
|
/device/google/bonito/sdm710/kernel-headers/scsi/ufs/ |
D | ufs.h | 83 #define UPIU_QUERY_OPCODE_HIGH(opcode) ((opcode) >> 16) argument 84 #define UPIU_QUERY_OPCODE_LOW(opcode) ((opcode) & 0xffff) argument
|
/device/google/crosshatch/sdm845/kernel-headers/scsi/ufs/ |
D | ufs.h | 83 #define UPIU_QUERY_OPCODE_HIGH(opcode) ((opcode) >> 16) argument 84 #define UPIU_QUERY_OPCODE_LOW(opcode) ((opcode) & 0xffff) argument
|
/device/google/bonito/sdm710/original-kernel-headers/scsi/ufs/ |
D | ufs.h | 82 #define UPIU_QUERY_OPCODE_HIGH(opcode) ((opcode) >> 16) argument 83 #define UPIU_QUERY_OPCODE_LOW(opcode) ((opcode) & 0xffff) argument
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-shmem.c | 187 m->opcode = command->opcode; in xf_shmem_process_input() 190 TRACE(CMD, _b("C[%x]:(%x,%u,%p)"), m->id, m->opcode, m->length, m->buffer); in xf_shmem_process_input() 193 (XF_OPCODE_CDATA(m->opcode) ? XF_PROXY_INVALIDATE(m->buffer, m->length) : 0); in xf_shmem_process_input() 243 (XF_OPCODE_RDATA(m->opcode) ? XF_PROXY_FLUSH(m->buffer, m->length) : 0); in xf_shmem_process_output() 250 response->opcode = m->opcode; in xf_shmem_process_output() 257 if((m->opcode == XF_FILL_THIS_BUFFER)) in xf_shmem_process_output() 276 TRACE(RSP, _b("R[%x]:(%x,%u,%p)"), m->id, m->opcode, m->length, m->buffer); in xf_shmem_process_output()
|
D | xf-core.c | 315 u32 opcode = m->opcode; in xf_proxy_command() local 319 if (XF_OPCODE_TYPE(opcode) < XF_PROXY_CMD_NUM) in xf_proxy_command() 321 if ((res = xf_proxy_cmd[XF_OPCODE_TYPE(opcode)](core, m)) >= 0) in xf_proxy_command() 329 TRACE(ERROR, _x("invalid opcode: %x"), opcode); in xf_proxy_command() 495 TRACE(DISP, _b("core[%u]::proxy-cmd(id=%x, opcode=%x)"), core, m->id, m->opcode); in xf_core_dispatch() 511 … TRACE(DISP, _b("core[%u]::client[%u]::cmd(id=%x, opcode=%x)"), core, client, m->id, m->opcode); in xf_core_dispatch() 577 switch (m->opcode) in xf_msg_complete() 581 m->opcode = XF_FILL_THIS_BUFFER; in xf_msg_complete() 586 m->opcode = XF_EMPTY_THIS_BUFFER; in xf_msg_complete()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-opcode.h | 87 #define XF_OPCODE_CDATA(opcode) ((opcode) & (1 << 31)) argument 88 #define XF_OPCODE_RDATA(opcode) ((opcode) & (1 << 30)) argument 89 #define XF_OPCODE_TYPE(opcode) ((opcode) & (0x3F)) argument
|
D | xf-proxy.h | 45 uint32_t opcode; member 63 uint32_t opcode; member
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-opcode.h | 76 #define XF_OPCODE_CDATA(opcode) ((opcode) & (1 << 31)) argument 77 #define XF_OPCODE_RDATA(opcode) ((opcode) & (1 << 30)) argument 78 #define XF_OPCODE_TYPE(opcode) ((opcode) & (0x3F)) argument
|
D | xf-proxy.h | 38 u32 opcode; member 54 uint32_t opcode; member 71 uint32_t opcode; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | analyze_dxp.py | 24 import opcode 89 result = [(op, opcode.opname[op], count) 107 result = [((op1, op2), (opcode.opname[op1], opcode.opname[op2]), count)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pickletools.py | 1844 opcode = code2op.get(code) 1845 if opcode is None: 1852 if opcode.arg is None: 1855 arg = opcode.arg.reader(pickle) 1856 yield opcode, arg, pos 1858 assert opcode.name == 'STOP' 1869 for opcode, arg, pos in genops(p): 1873 if 'PUT' in opcode.name: 1875 elif 'GET' in opcode.name: 1937 for opcode, arg, pos in genops(pickle): [all …]
|
/device/google/bonito/sdm710/kernel-headers/sound/ |
D | voice_svc.h | 43 __u32 opcode; member 52 __u32 opcode; member
|
/device/google/crosshatch/sdm845/kernel-headers/sound/ |
D | voice_svc.h | 43 __u32 opcode; member 52 __u32 opcode; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/sound/ |
D | voice_svc.h | 32 __u32 opcode; member 42 __u32 opcode; member
|
/device/google/bonito/sdm710/original-kernel-headers/sound/ |
D | voice_svc.h | 32 __u32 opcode; member 42 __u32 opcode; member
|
/device/linaro/hikey/wpan/uim/ |
D | uim.h | 96 uint16_t opcode; /* OCF & OGF */ member 109 uint16_t opcode; member 116 uint16_t opcode; member
|
D | uim.c | 149 static int read_command_complete(int fd, unsigned short opcode) in read_command_complete() argument 183 if (resp.cmd_complete.opcode != (unsigned short)opcode) { in read_command_complete() 185 resp.cmd_complete.opcode, opcode); in read_command_complete() 370 cmd.hci_hdr.opcode = HCI_HDR_OPCODE; in st_uart_config() 405 addr_cmd.hci_hdr.opcode = WRITE_BD_ADDR_OPCODE; in st_uart_config()
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | WebSocketHandler.cpp | 115 const uint8_t opcode = headerByte & 0x0f; in handleMessage() local 116 if (opcode == 8) { in handleMessage() 141 auto opcode = kOpCodeBySendMode[static_cast<uint8_t>(mode)]; in sendMessage() local 145 msg[0] = 0x80 | opcode; // FIN==1 in sendMessage()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_debug.c | 154 ns_opcode opcode; in do_section() local 164 opcode = ns_msg_getflag(*handle, ns_f_opcode); in do_section() 178 p_section(section, opcode)); in do_section() 223 u_int opcode, rcode, id; in fp_nquery() local 232 opcode = ns_msg_getflag(handle, ns_f_opcode); in fp_nquery() 246 _res_opcodes[opcode], _res_resultcodes[rcode], (int)id); in fp_nquery() 270 p_section(ns_s_qd, (int)opcode), qdcount); in fp_nquery() 272 p_section(ns_s_an, (int)opcode), ancount); in fp_nquery() 274 p_section(ns_s_ns, (int)opcode), nscount); in fp_nquery() 276 p_section(ns_s_ar, (int)opcode), arcount); in fp_nquery() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/ |
D | PeiAtapi.c | 49 Packet.Inquiry.opcode = ATA_CMD_INQUIRY; in PeiUsbInquiry() 114 Packet.TestUnitReady.opcode = ATA_CMD_TEST_UNIT_READY; in PeiUsbTestUnitReady() 169 Packet.RequestSence.opcode = ATA_CMD_REQUEST_SENSE; in PeiUsbRequestSense() 258 Packet.Inquiry.opcode = ATA_CMD_READ_CAPACITY; in PeiUsbReadCapacity() 318 Packet.ReadFormatCapacity.opcode = ATA_CMD_READ_FORMAT_CAPACITY; in PeiUsbReadFormattedCapacity() 430 Read10Packet->opcode = ATA_CMD_READ_10; in PeiUsbRead10()
|