Home
last modified time | relevance | path

Searched refs:recvs (Results 1 – 5 of 5) sorted by relevance

/external/curl/tests/
Dmemanalyze.pl37 my $recvs=0;
327 $recvs++;
419 "Recvs: $recvs\n",
422 …"Operations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups + $sends + $recvs + $sockets…
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt.proto36 // Optional metadata about host sends and recvs.
95 // needed if multiple host send/recvs may be outstanding
/external/tensorflow/tensorflow/compiler/tf2xla/
Dhost_compute_metadata.proto30 // HostComputeMetadata describes all the sends and recvs
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c193 size_t recvs = 0; in TEST_F() local
205 while (recvs++ < sends) in TEST_F()
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc171 void AddReadControl(const std::vector<NodeDef*>& recvs, in AddReadControl() argument
173 for (NodeDef* recv : recvs) { in AddReadControl()