Home
last modified time | relevance | path

Searched defs:send_buf (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/asio/example/cpp03/tutorial/daytime4/
Dclient.cpp36 boost::array<char, 1> send_buf = {{ 0 }}; in main() local
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dhccl_adapter.cc279 HcclResult HcclAdapter::HcclAllReduce(void *send_buf, void *recv_buf, uint64_t count, HcclDataType … in HcclAllReduce()
287 HcclResult HcclAdapter::HcclReduceScatter(void *send_buf, void *recv_buf, uint64_t count, HcclDataT… in HcclReduceScatter()
295 HcclResult HcclAdapter::HcclAllGather(void *send_buf, void *recv_buf, uint64_t count, HcclDataType … in HcclAllGather()
303 HcclResult HcclAdapter::HcclSend(void *send_buf, uint64_t count, HcclDataType dataType, uint32_t de… in HcclSend()
/third_party/boost/doc/html/boost_asio/example/cpp11/futures/
Ddaytime_client.cpp37 std::array<char, 1> send_buf = {{ 0 }}; in get_daytime() local
/third_party/boost/libs/asio/example/cpp11/futures/
Ddaytime_client.cpp37 std::array<char, 1> send_buf = {{ 0 }}; in get_daytime() local
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg03.c49 char send_buf[128] = "hello world"; in client() local
/third_party/ffmpeg/libavfilter/
Df_zmq.c157 char *recv_buf, *send_buf; in filter_frame() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface_named_pipe.c282 char *reply = NULL, *send_buf; in wpa_supplicant_ctrl_iface_rx() local
720 char *reply = NULL, *send_buf; in wpa_supplicant_global_iface_rx() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface_named_pipe.c282 char *reply = NULL, *send_buf; in wpa_supplicant_ctrl_iface_rx() local
717 char *reply = NULL, *send_buf; in wpa_supplicant_global_iface_rx() local
/third_party/pulseaudio/src/modules/rtp/
Drtp-gstreamer.c60 uint8_t *send_buf; member
/third_party/grpc/test/cpp/end2end/
Dclient_callback_end2end_test.cc219 std::unique_ptr<ByteBuffer> send_buf = SerializeToByteBuffer(&request); in SendRpcsRawReq() local
250 std::unique_ptr<ByteBuffer> send_buf; in SendRpcsGeneric() local