HomeSort by relevance Sort by last modified time
    Searched defs:TotalBytes (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
writev.c 104 size_t TotalBytes;
112 for (i = 0, TotalBytes = 0, pVecTmp = iov; i < (size_t)iovcnt; i++, pVecTmp++) {
113 TotalBytes += pVecTmp->iov_len;
120 pBuf = (char*)malloc (TotalBytes);
140 ret = write (fd, pBuf, TotalBytes);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
recvfrom.c 65 ssize_t TotalBytes;
136 TotalBytes = 0;
146 if ( 0 == TotalBytes ) {
147 TotalBytes = -1;
168 TotalBytes += LengthInBytes;
173 LengthInBytes = TotalBytes;
  /external/ltp/testcases/kernel/io/disktest/
dump.c 43 static size_t TotalBytes = 0;
48 TotalBytes = 0;
56 sprintf(buff, "%08lX", (long)TotalBytes);
79 TotalBytes += iBytes;
87 static size_t TotalBytes = 0;
91 TotalBytes = 0;
99 sprintf(buff, "%08lX ", (long)TotalBytes);
105 TotalBytes += iBytes;
179 OFF_T TargetLBA, TotalBytes = 0;
215 TotalBytes += (OFF_T) NumBytes
    [all...]
  /external/tensorflow/tensorflow/core/framework/
tensor_reference.h 42 size_t TotalBytes() const {
tensor.cc 160 static int64 TotalBytes(TensorBuffer* in, int64 n) {
196 static int64 TotalBytes(TensorBuffer* in, int n) {
235 static int64 TotalBytes(TensorBuffer* in, int n) {
267 static int64 TotalBytes(TensorBuffer* in, int n) {
909 size_t Tensor::TotalBytes() const {
912 CASES(dtype(), return Helper<T>::TotalBytes(buf_, shape_.num_elements()));
923 // Fall back to TotalBytes() if the allocator doesn't have its size.
924 return TotalBytes();
    [all...]
  /external/tensorflow/tensorflow/core/graph/
costmodel.cc 194 Bytes CostModel::TotalBytes(const Node* node, int slot) const {
206 return TotalBytes(node, slot) / std::max(1, TotalCount(node));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c     [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.c 1051 @param TotalBytes The total bytes of copy
1063 IN UINTN TotalBytes,
1077 // If TotalBytes is less than 4 bytes, only start byte copy.
1079 if (TotalBytes < 4) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.h 104 UINT32 TotalBytes : 15;
144 UINT32 TotalBytes : 15;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.h 100 UINT32 TotalBytes : 15;
140 UINT32 TotalBytes : 15;
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c     [all...]
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
convert_nodes_test.cc     [all...]
  /external/webrtc/webrtc/
common_types.h 846 size_t TotalBytes() const {
  /external/clang/lib/AST/
ASTContext.cpp 838 unsigned TotalBytes = 0;
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8types.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h     [all...]

Completed in 885 milliseconds