| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_ar.c | 83 static int format_decimal(int64_t v, char *p, int s); 274 if (format_decimal(ss - ar->strtab, in archive_write_ar_header() 298 if (format_decimal(strlen(filename), in archive_write_ar_header() 311 if (format_decimal(archive_entry_mtime(entry), buff + AR_date_offset, AR_date_size)) { in archive_write_ar_header() 316 if (format_decimal(archive_entry_uid(entry), buff + AR_uid_offset, AR_uid_size)) { in archive_write_ar_header() 321 if (format_decimal(archive_entry_gid(entry), buff + AR_gid_offset, AR_gid_size)) { in archive_write_ar_header() 342 if (format_decimal(size, buff + AR_size_offset, AR_size_size)) { in archive_write_ar_header() 515 format_decimal(int64_t v, char *p, int s) in format_decimal() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 179 dbgs() << "\nIndex: " << format_decimal(SectionIndex, 3) in mapVirtualAddress() 230 dbgs() << "\nIndex: " << format_decimal(SectionIndex, 3) in mapVirtualAddress() 459 << "Size: " << format_decimal(BytesConsumed, 2) << " (" in createInstructions() 482 dbgs() << "\nSectionIndex: " << format_decimal(SectionIndex, 3) in createInstructions() 488 dbgs() << format_decimal(++Index, 5) << ": " in createInstructions() 524 dbgs() << format_decimal(Index++, 5) << ": " in createInstructions() 608 dbgs() << "\nSectionIndex: " << format_decimal(SectionIndex, 3) in processLines() 613 dbgs() << format_decimal(++Index, 5) << ": " in processLines() 673 dbgs() << format_decimal(++Index, 5) << ": " in processLines() 697 dbgs() << format_decimal(++Index, 5) << ": " in processLines() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | Support.cpp | 76 LLVM_DEBUG(dbgs() << '[' << format_decimal(I,2) << "] " << " - " in computeProcResourceMasks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 439 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 463 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 613 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 638 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 1045 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcherList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVRange.cpp | 31 dbgs() << "Scope: " << format_decimal(Scope->getLevel(), 5) << " " in startSearch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Format.h | 212 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.cpp | 1476 os << format_decimal(size >> 30, 10) << " GB"; in printMemoryUsage() 1478 os << format_decimal(size >> 20, 10) << " MB"; in printMemoryUsage() 1480 os << format_decimal(size >> 10, 10) << " KB"; in printMemoryUsage() 1482 os << " " << format_decimal(size, 10) << " B"; in printMemoryUsage()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 475 ostream << "[" << llvm::format_decimal(idx, 2) << "] "; in DumpSectionHeaders()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 95 OS << format_decimal(L, MaxLineNumberWidth); in format()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 391 outs() << format_decimal(VerdefIndex++, VerdefIndexWidth) << " " in printSymbolVersionDefinition()
|
| H A D | MachODump.cpp | 10292 << format_decimal(Entry.addend(), 8) << " " in printMachOBindTable() 10350 << format_decimal(Entry.addend(), 8) << " " << Entry.symbolName() in printMachOWeakBindTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 4175 return to_string(format_decimal(SectionIndex, 3)) + Extra; in getSymbolSectionNdx() 4187 Fields[0].Str = to_string(format_decimal(SymIndex, 6)) + ":"; in printSymbol() 4190 Fields[2].Str = to_string(format_decimal(Symbol.st_size, 5)); in printSymbol() 4250 Fields[0].Str = to_string(format_decimal(SymIndex, 5)); in printHashedSymbol() 4251 Fields[1].Str = to_string(format_decimal(Bucket, 3)) + ":"; in printHashedSymbol() 4255 Fields[3].Str = to_string(format_decimal(Symbol->st_size, 5)); in printHashedSymbol() 5127 Fields[0].Str = to_string(format_decimal(++SymIndex, 6)) + ":"; in printAddrsig() 5723 OS << " Page size: " << format_decimal(Note.PageSize, 0) << '\n'; in printCoreNote() 6510 OS << format_decimal(Size, 11); in printStackSizeEntry() 6700 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT() [all …]
|
| H A D | XCOFFDumper.cpp | 342 << ")" << format_decimal(LoaderSecRelEntPtr->SectionNum, 8) in printLoaderSectionRelocationEntry()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 1252 stream << format_decimal(v, 15) << " " << s << '\n'; in printStats()
|