Home
last modified time | relevance | path

Searched refs:format_decimal (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_ar.c84 static int format_decimal(int64_t v, char *p, int s);
275 if (format_decimal(ss - ar->strtab, in archive_write_ar_header()
299 if (format_decimal(strlen(filename), in archive_write_ar_header()
312 if (format_decimal(archive_entry_mtime(entry), buff + AR_date_offset, AR_date_size)) { in archive_write_ar_header()
317 if (format_decimal(archive_entry_uid(entry), buff + AR_uid_offset, AR_uid_size)) { in archive_write_ar_header()
322 if (format_decimal(archive_entry_gid(entry), buff + AR_gid_offset, AR_gid_size)) { in archive_write_ar_header()
343 if (format_decimal(size, buff + AR_size_offset, AR_size_size)) { in archive_write_ar_header()
516 format_decimal(int64_t v, char *p, int s) in format_decimal() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp75 LLVM_DEBUG(dbgs() << '[' << format_decimal(I,2) << "] " << " - " in computeProcResourceMasks()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp390 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
414 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
541 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
566 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
876 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcherList()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormat.h211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp97 OS << format_decimal(L, MaxLineNumberWidth); in format()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp478 ostream << "[" << llvm::format_decimal(idx, 2) << "] "; in DumpSectionHeaders()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3707 return to_string(format_decimal(*IndexOrErr, 3)); in getSymbolSectionNdx()
3725 return to_string(format_decimal(SectionIndex, 3)); in getSymbolSectionNdx()
3738 Fields[0].Str = to_string(format_decimal(SymIndex, 6)) + ":"; in printSymbol()
3741 Fields[2].Str = to_string(format_decimal(Symbol.st_size, 5)); in printSymbol()
3790 Fields[0].Str = to_string(format_decimal(SymIndex, 5)); in printHashedSymbol()
3791 Fields[1].Str = to_string(format_decimal(Bucket, 3)) + ":"; in printHashedSymbol()
3795 Fields[3].Str = to_string(format_decimal(Symbol->st_size, 5)); in printHashedSymbol()
4775 Fields[0].Str = to_string(format_decimal(++SymIndex, 6)) + ":"; in printAddrsig()
5242 OS << " Page size: " << format_decimal(Note.PageSize, 0) << '\n'; in printCoreNote()
5825 OS << format_decimal(Size, 11); in printStackSizeEntry()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp319 outs() << format_decimal(VerdefIndex++, VerdefIndexWidth) << " " in printSymbolVersionDefinition()
H A DMachODump.cpp10380 << format_decimal(Entry.addend(), 8) << " " in printMachOBindTable()
10438 << format_decimal(Entry.addend(), 8) << " " << Entry.symbolName() in printMachOWeakBindTable()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1226 stream << format_decimal(v, 15) << " " << s << '\n'; in printStats()