HomeSort by relevance Sort by last modified time
    Searched refs:BytesSent (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.c 35 UINT32 BytesSent;
153 BytesSent = 0;
156 &mBuffer[BytesSent],
157 sizeof ( mBuffer ) - BytesSent,
164 BytesSent += (UINT32)BytesTransmitted;
166 } while ( sizeof ( mBuffer ) > BytesSent );
170 TransmittedBefore += BytesSent;
179 BytesSent = 0;
182 &mOob[BytesSent],
183 sizeof ( mOob ) - BytesSent,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.c 34 UINT32 BytesSent;
117 BytesSent = 0;
120 &mBuffer[BytesSent],
121 sizeof ( mBuffer ) - BytesSent,
130 BytesSent += (UINT32)BytesTransmitted;
132 } while ( sizeof ( mBuffer ) > BytesSent );
136 TotalSent += BytesSent;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cSlave.h 68 IN UINTN BytesSent,
77 @param[in] BytesSent Number of bytes successfully ACKed by the
95 IN UINTN BytesSent,
125 The BytesSent value is a hint to the slave driver or application as
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 91 UINT64 BytesSent[ DATA_SAMPLES ];
547 size_t BytesSent;
571 BytesSent = write ( Socket, &Buffer[0], sizeof ( Buffer ));
572 if ( -1 == BytesSent ) {
598 TotalBytesSent += BytesSent;
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/balancer/
balancer.go 152 // BytesSent indicates if any bytes have been sent to the server.
153 BytesSent bool
  /external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h 174 int BytesSent() const {
  /external/syzkaller/vendor/google.golang.org/grpc/
stream.go 601 BytesSent: true,
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc 630 return observer->BytesSent();
    [all...]

Completed in 612 milliseconds