/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 37 struct WriteDescriptor { struct 41 int OpIndex; 43 unsigned Latency; 46 MCPhysReg RegisterID; 55 unsigned SClassOrWriteResourceID; 59 bool IsOptionalDef; 61 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 135 struct WriteDescriptor { struct 139 int OpIndex; 141 unsigned Latency; 144 MCPhysReg RegisterID; 153 unsigned SClassOrWriteResourceID; 157 bool IsOptionalDef; 159 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/ |
D | Instruction.h | 135 struct WriteDescriptor { struct 139 int OpIndex; 141 unsigned Latency; 144 MCPhysReg RegisterID; 153 unsigned SClassOrWriteResourceID; 157 bool IsOptionalDef; 159 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/ |
D | Instruction.h | 135 struct WriteDescriptor { struct 139 int OpIndex; 141 unsigned Latency; 144 MCPhysReg RegisterID; 153 unsigned SClassOrWriteResourceID; 157 bool IsOptionalDef; 159 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/ |
D | Instruction.h | 135 struct WriteDescriptor { struct 139 int OpIndex; 141 unsigned Latency; 144 MCPhysReg RegisterID; 153 unsigned SClassOrWriteResourceID; 157 bool IsOptionalDef; 159 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/ |
D | Instruction.h | 135 struct WriteDescriptor { struct 139 int OpIndex; 141 unsigned Latency; 144 MCPhysReg RegisterID; 153 unsigned SClassOrWriteResourceID; 157 bool IsOptionalDef; 159 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/ |
D | bta_gatt_queue_mock.cc | 41 void BtaGattQueue::WriteDescriptor(uint16_t conn_id, uint16_t handle, std::vector<uint8_t> value, in WriteDescriptor() function in BtaGattQueue
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_reflection_class.cc | 156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_reflection_class.cc | 156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/ |
H A D | ZipOut.cpp | 263 void COutArchive::WriteDescriptor(const CItemOut &item) in WriteDescriptor() function in NArchive::NZip::COutArchive
|
/aosp_15_r20/external/leveldb/db/ |
H A D | repair.cc | 348 Status WriteDescriptor() { in WriteDescriptor() function in leveldb::__anon0a2ffc800111::Repairer
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
H A D | gatt_remote_service_server.cc | 251 void GattRemoteServiceServer::WriteDescriptor( in WriteDescriptor() function in bthost::GattRemoteServiceServer
|
H A D | gatt2_remote_service_server.cc | 385 void Gatt2RemoteServiceServer::WriteDescriptor( in WriteDescriptor() function in bthost::Gatt2RemoteServiceServer
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_queue.cc | 317 void BtaGattQueue::WriteDescriptor(tCONN_ID conn_id, uint16_t handle, std::vector<uint8_t> value, in WriteDescriptor() function in BtaGattQueue
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
H A D | remote_service.cc | 362 void RemoteService::WriteDescriptor(DescriptorHandle id, in WriteDescriptor() function in bt::gatt::RemoteService
|
H A D | local_service_manager_test.cc | 894 TEST(LocalServiceManagerTest, WriteDescriptor) { in TEST() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/topshim/ |
D | facade.proto | 80 rpc WriteDescriptor(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 580 WriteDescriptor(i32, GattStatus, u16, u16, *const u8), enumerator
|