Home
last modified time | relevance | path

Searched refs:left_justify (Results 1 – 20 of 20) sorted by relevance

/external/jemalloc/src/
Dutil.c336 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() argument
340 if (!left_justify && pad_len != 0) { \ in malloc_vsnprintf()
348 if (left_justify && pad_len != 0) { \ in malloc_vsnprintf()
405 bool left_justify = false; in malloc_vsnprintf() local
423 assert(!left_justify); in malloc_vsnprintf()
424 left_justify = true; in malloc_vsnprintf()
445 left_justify = true; in malloc_vsnprintf()
515 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
524 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
533 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
[all …]
/external/jemalloc_new/src/
Dmalloc_io.c344 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() argument
348 if (!left_justify && pad_len != 0) { \ in malloc_vsnprintf()
357 if (left_justify && pad_len != 0) { \ in malloc_vsnprintf()
415 bool left_justify = false; in malloc_vsnprintf() local
433 assert(!left_justify); in malloc_vsnprintf()
434 left_justify = true; in malloc_vsnprintf()
455 left_justify = true; in malloc_vsnprintf()
527 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
536 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
545 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
[all …]
/external/llvm/unittests/Support/
Draw_ostream_test.cpp147 EXPECT_EQ("xyz ", printToString(left_justify("xyz", 6), 6)); in TEST()
148 EXPECT_EQ("abc", printToString(left_justify("abc", 3), 3)); in TEST()
149 EXPECT_EQ("big", printToString(left_justify("big", 1), 3)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Draw_ostream_test.cpp148 EXPECT_EQ("xyz ", printToString(left_justify("xyz", 6), 6)); in TEST()
149 EXPECT_EQ("abc", printToString(left_justify("abc", 3), 3)); in TEST()
150 EXPECT_EQ("big", printToString(left_justify("big", 1), 3)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDebugCounter.cpp108 OS << left_justify(RegisteredCounters[KV.first], 32) << ": {" in print()
/external/llvm/include/llvm/Support/
DFormat.h130 inline FormattedString left_justify(StringRef Str, unsigned Width) { in left_justify() function
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUtility.java1191 …public static String format( final int i, final int length, final boolean left_justify, final char… in format() argument
1192 return fillup(Integer.toString(i), length, left_justify, fill); in format()
1205 …public static String fillup( final String str, final int length, final boolean left_justify, final… in fillup() argument
1211 if (left_justify) { in fillup()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormat.h143 inline FormattedString left_justify(StringRef Str, unsigned Width) {
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp128 OS << ' ' << left_justify(getColumnHeader(ColumnKinds[i]), 24); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormat.h145 inline FormattedString left_justify(StringRef Str, unsigned Width) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp132 OS << ' ' << left_justify(getColumnHeader(ColumnKinds[i]), 24); in dump()
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp219 OS << left_justify(getDarwinStabString(Type), 13); in dumpSymTabEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DMachODebugMapParser.cpp239 OS << left_justify(getDarwinStabString(Type), 13); in dumpSymTabEntry()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp9271 outs() << left_justify(SegmentName, 8) << " " in printMachOBindTable()
9272 << left_justify(SectionName, 18) << " " in printMachOBindTable()
9274 << left_justify(Entry.typeName(), 8) << " " in printMachOBindTable()
9276 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " " in printMachOBindTable()
9300 outs() << left_justify(SegmentName, 8) << " " in printMachOLazyBindTable()
9301 << left_justify(SectionName, 18) << " " in printMachOLazyBindTable()
9303 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " " in printMachOLazyBindTable()
9333 outs() << left_justify(SegmentName, 8) << " " in printMachOWeakBindTable()
9334 << left_justify(SectionName, 18) << " " in printMachOWeakBindTable()
9336 << left_justify(Entry.typeName(), 8) << " " in printMachOWeakBindTable()
Dllvm-objdump.cpp460 OS << left_justify(IS.str(), 60) << format("// %012" PRIX64 ": ", Address); in printInst()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp995 << left_justify(getOpcodeString((Matcher::KindTy)i), HistOpcWidth) in EmitHistogram()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp9910 outs() << left_justify(SegmentName, 8) << " " in printMachOBindTable()
9911 << left_justify(SectionName, 18) << " " in printMachOBindTable()
9913 << left_justify(Entry.typeName(), 8) << " " in printMachOBindTable()
9915 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " " in printMachOBindTable()
9937 outs() << left_justify(SegmentName, 8) << " " in printMachOLazyBindTable()
9938 << left_justify(SectionName, 18) << " " in printMachOLazyBindTable()
9940 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " " in printMachOLazyBindTable()
9968 outs() << left_justify(SegmentName, 8) << " " in printMachOWeakBindTable()
9969 << left_justify(SectionName, 18) << " " in printMachOWeakBindTable()
9971 << left_justify(Entry.typeName(), 8) << " " in printMachOWeakBindTable()
Dllvm-objdump.cpp1107 OS << left_justify(IS.str(), 60); in printInst()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4721 << left_justify(DAG.getMachineFunction().getName(), Width) in LowerCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp5250 << left_justify(DAG.getMachineFunction().getName(), Width) in LowerCall()