Searched refs:TotalBytes (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| H A D | xray_utils.cc | 52 auto TotalBytes = std::distance(Begin, End); in WriteAll() local 57 if (RoundUpTo(Offset, PageSize) != RoundUpTo(Offset + TotalBytes, PageSize)) { in WriteAll() 59 zx_status_t Status = _zx_vmo_set_size(Vmo, Offset + TotalBytes); in WriteAll() 67 zx_status_t Status = _zx_vmo_write(Vmo, Begin, Offset, TotalBytes); in WriteAll() 72 Offset += TotalBytes; in WriteAll() 139 auto TotalBytes = std::distance(Begin, End); 140 while (auto Written = write(Fd, Begin, TotalBytes)) { 147 TotalBytes -= Written; 148 if (TotalBytes == 0)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 1027 unsigned TotalBytes = VT.getStoreSize(); in analyzeArguments() local 1032 TotalBytes += Args[j].VT.getStoreSize(); in analyzeArguments() 1035 TotalBytes = alignTo(TotalBytes, 2); in analyzeArguments() 1037 if (TotalBytes == 0) in analyzeArguments() 1040 unsigned RegIdx = RegLastIdx + TotalBytes; in analyzeArguments() 1078 unsigned TotalBytes = 0; in getTotalArgumentsSizeInBytes() local 1081 TotalBytes += Arg.VT.getStoreSize(); in getTotalArgumentsSizeInBytes() 1083 return TotalBytes; in getTotalArgumentsSizeInBytes() 1093 unsigned TotalBytes = getTotalArgumentsSizeInBytes(Args); in analyzeReturnValues() local 1095 assert(TotalBytes <= 8 && "return values greater than 8 bytes cannot be lowered"); in analyzeReturnValues() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1614 size_t TotalBytes = 0; in dumpTypeRefStats() local 1619 TotalBytes += Type.length(); in dumpTypeRefStats() 1628 P.formatLine("Bytes referenced: {0:N} / {1:N} {2:P}", RefBytes, TotalBytes, in dumpTypeRefStats() 1629 (double)RefBytes / TotalBytes); in dumpTypeRefStats()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 1053 unsigned TotalBytes = 0; in PrintStats() local 1060 TotalBytes += counts[Idx] * sizeof(Name##Type); \ in PrintStats() 1065 llvm::errs() << "Total bytes = " << TotalBytes << "\n"; in PrintStats()
|