/external/u-boot/arch/arm/mach-socfpga/ |
D | freeze_controller.c | 30 u32 channel_id; in sys_mgr_frzctrl_freeze_req() local 111 u32 channel_id; in sys_mgr_frzctrl_thaw_req() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | layout_assignment.h | 246 bool IsChannelConstrained(int64 channel_id) const { in IsChannelConstrained() 252 Shape LayoutShapeForChannel(Shape shape, int64 channel_id) const { in LayoutShapeForChannel() 261 const Layout& LayoutForChannel(int64 channel_id) const { in LayoutForChannel() 270 const Layout* ConstrainChannel(int64 channel_id, const Layout& layout) { in ConstrainChannel()
|
D | ar_crs_combiner.cc | 371 auto channel_id = copy_it->first; in KeepProvablyEqualInstructionGroupsMPMD() local 412 auto channel_id = copy_it->first; in KeepProvablyEqualInstructionGroupsSPMD() local 449 auto channel_id = all_reduce->channel_id(); in RewriteGraph() local
|
D | hlo_reachability.cc | 131 auto channel_id = hlo->channel_id(); in Build() local
|
D | hlo_instruction.cc | 391 absl::optional<int64> channel_id; in CreateFromProto() local 408 absl::optional<int64> channel_id; in CreateFromProto() local 432 absl::optional<int64> channel_id; in CreateFromProto() local 914 const absl::optional<int64>& channel_id) { in CreateAllReduce() 923 const absl::optional<int64>& channel_id, in CreateAllToAll() 933 const absl::optional<int64>& channel_id) { in CreateCollectivePermute() 964 HloInstruction* operand, HloInstruction* token, int64 channel_id, in CreateSend() 980 const Shape& shape, HloInstruction* token, int64 channel_id, in CreateRecv() 3766 absl::optional<int64> HloInstruction::channel_id() const { in channel_id() function in xla::HloInstruction 3770 void HloInstruction::set_channel_id(const absl::optional<int64>& channel_id) { in set_channel_id()
|
D | hlo_computation.cc | 408 auto channel_id = get_channel_id(inst); in ComputeInstructionPostOrder() local 435 auto channel_id = get_channel_id(current); in ComputeInstructionPostOrder() local 455 auto channel_id = instruction->channel_id(); in ComputeChannelDependencies() local
|
D | hlo_parser.cc | 853 optional<int64> channel_id; in ParseInstructionRhs() local 878 optional<int64> channel_id; in ParseInstructionRhs() local 903 optional<int64> channel_id; in ParseInstructionRhs() local 1014 optional<int64> channel_id; in ParseInstructionRhs() local 1030 optional<int64> channel_id; in ParseInstructionRhs() local 1051 optional<int64> channel_id; in ParseInstructionRhs() local 1066 optional<int64> channel_id; in ParseInstructionRhs() local
|
/external/arm-trusted-firmware/plat/marvell/common/mss/ |
D | mss_ipc_drv.c | 75 int mv_pm_ipc_msg_rx(unsigned int channel_id, struct mss_pm_ipc_msg *msg) in mv_pm_ipc_msg_rx() 90 int mv_pm_ipc_msg_tx(unsigned int channel_id, unsigned int msg_id, in mv_pm_ipc_msg_tx()
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 46 rtc::scoped_ptr<voe::ChannelProxy> GetChannelProxy(int channel_id) override { in GetChannelProxy()
|
D | call_test.h | 123 int channel_id; member
|
/external/webrtc/webrtc/voice_engine/ |
D | channel_manager.cc | 76 ChannelOwner ChannelManager::GetChannel(int32_t channel_id) { in GetChannel() 92 void ChannelManager::DestroyChannel(int32_t channel_id) { in DestroyChannel()
|
D | voice_engine_impl.cc | 67 int channel_id) { in GetChannelProxy()
|
/external/libese/apps/weaver/include/ese/app/ |
D | weaver.h | 50 uint8_t channel_id; member
|
/external/arm-trusted-firmware/plat/marvell/a8k/common/mss/ |
D | mss_pm_ipc.c | 38 int mss_pm_ipc_msg_send(unsigned int channel_id, unsigned int msg_id, in mss_pm_ipc_msg_send()
|
/external/libese/apps/boot/include/ese/app/ |
D | boot.h | 52 uint8_t channel_id; member
|
/external/webrtc/webrtc/audio/ |
D | audio_state.cc | 58 void AudioState::CallbackOnError(int channel_id, int err_code) { in CallbackOnError()
|
D | audio_send_stream_unittest.cc | 72 .WillOnce(Invoke([this](int channel_id) { in ConfigHelper()
|
/external/webrtc/webrtc/p2p/base/ |
D | turnport.cc | 141 int channel_id() const { return channel_id_; } in channel_id() function in cricket::TurnEntry 143 void set_channel_id(int channel_id) { channel_id_ = channel_id; } in set_channel_id() 819 void TurnPort::HandleChannelData(int channel_id, const char* data, in HandleChannelData() 1016 int channel_id) { in SetEntryChannelId() 1326 int channel_id, const rtc::SocketAddress& ext_addr) in TurnChannelBindRequest() 1394 TurnEntry::TurnEntry(TurnPort* port, int channel_id, in TurnEntry()
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | steps_db.proto | 37 int64 channel_id = 2; field
|
/external/boringssl/src/ssl/test/ |
D | test_state.h | 40 bssl::UniquePtr<EVP_PKEY> channel_id; member
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channelz_registry.cc | 163 char* grpc_channelz_get_channel(intptr_t channel_id) { in grpc_channelz_get_channel()
|
/external/grpc-grpc/src/proto/grpc/channelz/ |
D | channelz.proto | 161 int64 channel_id = 1; field 488 int64 channel_id = 1; field
|
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/ |
D | channelz.proto | 161 int64 channel_id = 1; field 488 int64 channel_id = 1; field
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | load_reporting_hook.cc | 42 intptr_t channel_id; member
|
/external/boringssl/src/ssl/ |
D | handoff.cc | 330 next_proto, alpn, hostname, channel_id, transcript, key_share; in SSL_apply_handback() local
|