HomeSort by: relevance | last modified time | path
    Searched refs:left_justify (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
malloc_io.c 343 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \
347 if (!left_justify && pad_len != 0) { \
360 if (left_justify && pad_len != 0) { \
418 bool left_justify = false; local
438 assert(!left_justify);
439 left_justify = true;
460 left_justify = true;
550 APPEND_PADDED_S(s, slen, width, left_justify);
559 APPEND_PADDED_S(s, slen, width, left_justify);
568 APPEND_PADDED_S(s, slen, width, left_justify);
    [all...]
  /src/external/bsd/jemalloc/dist/src/
malloc_io.c 382 #define APPEND_PADDED_S(s, slen, width, left_justify) \
388 if (!left_justify && pad_len != 0) { \
401 if (left_justify && pad_len != 0) { \
461 bool left_justify = false; local
480 assert(!left_justify);
481 left_justify = true;
503 left_justify = true;
614 APPEND_PADDED_S(s, slen, width, left_justify);
624 APPEND_PADDED_S(s, slen, width, left_justify);
634 APPEND_PADDED_S(s, slen, width, left_justify);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
DebugCounter.cpp 127 OS << left_justify(RegisteredCounters[CounterID], 32) << ": {"
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
SectionSizes.cpp 61 OS << left_justify(It.first, NameColWidth) << " ";
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Format.h 128 /// This is a helper class for left_justify, right_justify, and center_justify.
142 /// left_justify - append spaces after string so total output is
145 inline FormattedString left_justify(StringRef Str, unsigned Width) { function in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 224 OS << ' ' << left_justify(Name, 24);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 599 OS << left_justify(IS.str(), 60);
1668 outs() << left_justify("OFFSET", OffsetPadding) << " "
1669 << left_justify("TYPE", TypePadding) << " "
1684 << left_justify(RelocName, TypePadding) << " " << ValueStr
1749 outs() << "Idx " << left_justify("Name", NameWidth) << " Size "
1750 << left_justify("VMA", AddressWidth) << " "
1751 << left_justify("LMA", AddressWidth) << " Type\n";
1753 outs() << "Idx " << left_justify("Name", NameWidth) << " Size "
1754 << left_justify("VMA", AddressWidth) << " Type\n";
MachODump.cpp 10376 outs() << left_justify(SegmentName, 8) << " "
10377 << left_justify(SectionName, 18) << " "
10379 << left_justify(Entry.typeName(), 8) << " "
10381 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " "
10403 outs() << left_justify(SegmentName, 8) << " "
10404 << left_justify(SectionName, 18) << " "
10406 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " "
10434 outs() << left_justify(SegmentName, 8) << " "
10435 << left_justify(SectionName, 18) << " "
10437 << left_justify(Entry.typeName(), 8) << "
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachODebugMapParser.cpp 268 OS << left_justify(getDarwinStabString(Type), 13);
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 700 COS << left_justify(AnnotationItr->Label, LabelWidth) << " ";
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 1087 << left_justify(getOpcodeString((Matcher::KindTy)i), HistOpcWidth)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 913 outs() << left_justify(Name, 20) << "|" << SymbolAddrStr << "| "
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 4489 OS << left_justify("(" + std::string(Versions[VersymRow + I]) + ")", 13);
5484 OS << " " << left_justify(Name, 20) << ' '

Completed in 42 milliseconds