Searched refs:format_decimal (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/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-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 301 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 340 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 486 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 512 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 798 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcherList()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 58 OS << format_decimal(L, MaxLineNumberWidth); in printContext()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Format.h | 211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) {
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2676 errs() << "Error: section [" << format_decimal(GM.Index, 5) in printGroupSections() 2677 << "] in group section [" << format_decimal(G.Index, 5) in printGroupSections() 2679 << format_decimal(MainGroup->Index, 5) << "]"; in printGroupSections() 3065 return to_string(format_decimal(SectionIndex, 3)); in getSymbolSectionNdx() 3095 Num = to_string(format_decimal(Idx++, 6)) + ":"; in printSymbol() 3097 Size = to_string(format_decimal(Symbol->st_size, 5)); in printSymbol() 3136 Num = to_string(format_decimal(Sym, 5)); in printHashedSymbol() 3137 Buc = to_string(format_decimal(Bucket, 3)) + ":"; in printHashedSymbol() 3141 Size = to_string(format_decimal(Symbol->st_size, 5)); in printHashedSymbol() 3983 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 9960 << format_decimal(Entry.addend(), 8) << " " in printMachOBindTable() 10018 << format_decimal(Entry.addend(), 8) << " " << Entry.symbolName() in printMachOWeakBindTable()
|