HomeSort by relevance Sort by last modified time
    Searched refs:BytesSent (Results 1 - 9 of 9) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndiswan.h 217 OUT ULONG BytesSent;
306 OUT ULONG BytesSent;
ndis.h     [all...]
  /external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h 174 int BytesSent() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
odbcss.h 456 DWORD BytesSent;
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc 630 return observer->BytesSent();
    [all...]

Completed in 801 milliseconds