/external/jemalloc/src/ |
D | util.c | 336 #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/ |
D | malloc_io.c | 344 #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/ |
D | raw_ostream_test.cpp | 147 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/ |
D | raw_ostream_test.cpp | 148 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/ |
D | DebugCounter.cpp | 108 OS << left_justify(RegisteredCounters[KV.first], 32) << ": {" in print()
|
/external/llvm/include/llvm/Support/ |
D | Format.h | 130 inline FormattedString left_justify(StringRef Str, unsigned Width) { in left_justify() function
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | Utility.java | 1191 …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/ |
D | Format.h | 143 inline FormattedString left_justify(StringRef Str, unsigned Width) {
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnitIndex.cpp | 128 OS << ' ' << left_justify(getColumnHeader(ColumnKinds[i]), 24); in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Format.h | 145 inline FormattedString left_justify(StringRef Str, unsigned Width) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnitIndex.cpp | 132 OS << ' ' << left_justify(getColumnHeader(ColumnKinds[i]), 24); in dump()
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 219 OS << left_justify(getDarwinStabString(Type), 13); in dumpSymTabEntry()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 239 OS << left_justify(getDarwinStabString(Type), 13); in dumpSymTabEntry()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 9271 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()
|
D | llvm-objdump.cpp | 460 OS << left_justify(IS.str(), 60) << format("// %012" PRIX64 ": ", Address); in printInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 995 << left_justify(getOpcodeString((Matcher::KindTy)i), HistOpcWidth) in EmitHistogram()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 9910 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()
|
D | llvm-objdump.cpp | 1107 OS << left_justify(IS.str(), 60); in printInst()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 4721 << left_justify(DAG.getMachineFunction().getName(), Width) in LowerCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 5250 << left_justify(DAG.getMachineFunction().getName(), Width) in LowerCall()
|