Home
last modified time | relevance | path

Searched defs:opcode (Results 451 – 475 of 2583) sorted by relevance

1...<<11121314151617181920>>...104

/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/rdma/
H A Dsiw-abi.h83 __u8 opcode; member
98 __u8 opcode; member
125 __u8 opcode; member
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/rdma/
H A Dsiw-abi.h83 __u8 opcode; member
98 __u8 opcode; member
125 __u8 opcode; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp422 negativeOffsetOpcode(unsigned opcode) in negativeOffsetOpcode()
456 positiveOffsetOpcode(unsigned opcode) in positiveOffsetOpcode()
490 immediateOffsetOpcode(unsigned opcode) in immediateOffsetOpcode()
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h95 __u8 opcode; member
110 __u8 opcode; member
137 __u8 opcode; member
/aosp_15_r20/external/kernel-headers/original/uapi/rdma/
H A Dsiw-abi.h112 __u8 opcode; member
133 __u8 opcode; member
164 __u8 opcode; member
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/rdma/
H A Dsiw-abi.h83 __u8 opcode; member
98 __u8 opcode; member
125 __u8 opcode; member
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h95 __u8 opcode; member
110 __u8 opcode; member
137 __u8 opcode; member
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/rdma/
H A Dsiw-abi.h83 __u8 opcode; member
98 __u8 opcode; member
125 __u8 opcode; member
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h95 __u8 opcode; member
110 __u8 opcode; member
137 __u8 opcode; member
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h95 __u8 opcode; member
110 __u8 opcode; member
137 __u8 opcode; member
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h95 __u8 opcode; member
110 __u8 opcode; member
137 __u8 opcode; member
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h95 __u8 opcode; member
110 __u8 opcode; member
137 __u8 opcode; member
/aosp_15_r20/bionic/libc/kernel/uapi/rdma/
H A Dsiw-abi.h83 __u8 opcode; member
98 __u8 opcode; member
125 __u8 opcode; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc309 void VolumeControlDevice::ControlPointOperation(uint8_t opcode, const std::vector<uint8_t>* arg, in ControlPointOperation()
548 void VolumeControlDevice::ExtAudioOutControlPointOperation(uint8_t ext_output_id, uint8_t opcode, in ExtAudioOutControlPointOperation()
638 bool VolumeControlDevice::ExtAudioInControlPointOperation(uint8_t ext_input_id, uint8_t opcode, in ExtAudioInControlPointOperation()
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h95 __u8 opcode; member
110 __u8 opcode; member
137 __u8 opcode; member
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h95 __u8 opcode; member
110 __u8 opcode; member
137 __u8 opcode; member
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_cs_breadcrumbs.cc102 emit_pkt7(struct tu_cs *cs, uint8_t opcode, uint16_t cnt) in emit_pkt7()
158 tu_cs_emit_sync_breadcrumb(struct tu_cs *cs, uint8_t opcode, uint16_t cnt) in tu_cs_emit_sync_breadcrumb()
/aosp_15_r20/external/mesa3d/src/freedreno/common/
H A Dfd6_pack.h99 #define OUT_PKT(ring, opcode, ...) \ argument
133 #define OUT_PKTBUF(ring, opcode, dwords, sizedwords, ...) \ argument
H A Dfreedreno_pm4.h52 pm4_pkt3_hdr(uint8_t opcode, uint16_t cnt) in pm4_pkt3_hdr()
67 pm4_pkt7_hdr(uint8_t opcode, uint16_t cnt) in pm4_pkt7_hdr()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h71 inline uint8_t GetOGF(const OpCode opcode) { return opcode >> 10; } in GetOGF()
75 inline uint16_t GetOCF(const OpCode opcode) { return opcode & 0x3FF; } in GetOCF()
87 uint16_t opcode; member
694 inline bool IsLECommand(OpCode opcode) { in IsLECommand()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp167 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask); in create_binary_from_spirv() local
568 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask); in check_capabilities() local
639 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask); in check_extensions() local
669 const auto opcode = static_cast<SpvOp>(desc_word & SpvOpCodeMask); in check_memory_model() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderParse.c286 struct Shader_opcode *opcode) in Shader_parse_opcode()
603 Shader_opcode_free(struct Shader_opcode *opcode) in Shader_opcode_free()
/aosp_15_r20/external/vixl/examples/aarch32/
H A Dcustom-aarch32-disasm.cc87 virtual void PrintOpcode16(uint32_t opcode) VIXL_OVERRIDE { in PrintOpcode16()
91 virtual void PrintOpcode32(uint32_t opcode) VIXL_OVERRIDE { in PrintOpcode32()
/aosp_15_r20/prebuilts/misc/common/jacoco/lib/
HDjacocoagent.jarMETA-INF/MANIFEST.MF META-INF/ about.html com/ com/vladium ...
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_gatt_server.cc51 att::OpCode opcode = in HandlePdu() local
226 att::OpCode opcode, in SendErrorRsp()

1...<<11121314151617181920>>...104