/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/rdma/ |
H A D | siw-abi.h | 83 __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 D | siw-abi.h | 83 __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 D | Thumb2InstrInfo.cpp | 422 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/ |
D | siw-abi.h | 95 __u8 opcode; member 110 __u8 opcode; member 137 __u8 opcode; member
|
/aosp_15_r20/external/kernel-headers/original/uapi/rdma/ |
H A D | siw-abi.h | 112 __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 D | siw-abi.h | 83 __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/ |
D | siw-abi.h | 95 __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 D | siw-abi.h | 83 __u8 opcode; member 98 __u8 opcode; member 125 __u8 opcode; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/rdma/ |
D | siw-abi.h | 95 __u8 opcode; member 110 __u8 opcode; member 137 __u8 opcode; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/rdma/ |
D | siw-abi.h | 95 __u8 opcode; member 110 __u8 opcode; member 137 __u8 opcode; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/rdma/ |
D | siw-abi.h | 95 __u8 opcode; member 110 __u8 opcode; member 137 __u8 opcode; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/rdma/ |
D | siw-abi.h | 95 __u8 opcode; member 110 __u8 opcode; member 137 __u8 opcode; member
|
/aosp_15_r20/bionic/libc/kernel/uapi/rdma/ |
H A D | siw-abi.h | 83 __u8 opcode; member 98 __u8 opcode; member 125 __u8 opcode; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/ |
D | device.cc | 309 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/ |
D | siw-abi.h | 95 __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/ |
D | siw-abi.h | 95 __u8 opcode; member 110 __u8 opcode; member 137 __u8 opcode; member
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cs_breadcrumbs.cc | 102 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 D | fd6_pack.h | 99 #define OUT_PKT(ring, opcode, ...) \ argument 133 #define OUT_PKTBUF(ring, opcode, dwords, sizedwords, ...) \ argument
|
H A D | freedreno_pm4.h | 52 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 D | protocol.h | 71 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 D | invocation.cpp | 167 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 D | ShaderParse.c | 286 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 D | custom-aarch32-disasm.cc | 87 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/ |
HD | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/
about.html
com/
com/vladium ... |
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | fake_gatt_server.cc | 51 att::OpCode opcode = in HandlePdu() local 226 att::OpCode opcode, in SendErrorRsp()
|