HomeSort by relevance Sort by last modified time
    Searched refs:format_hex (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/unittests/Support/
raw_ostream_test.cpp 156 EXPECT_EQ("0x1234", printToString(format_hex(0x1234, 6), 6));
157 EXPECT_EQ("0x001234", printToString(format_hex(0x1234, 8), 8));
158 EXPECT_EQ("0x00001234", printToString(format_hex(0x1234, 10), 10));
159 EXPECT_EQ("0x1234", printToString(format_hex(0x1234, 4), 6));
160 EXPECT_EQ("0xff", printToString(format_hex(255, 4), 4));
161 EXPECT_EQ("0xFF", printToString(format_hex(255, 4, true), 4));
162 EXPECT_EQ("0x1", printToString(format_hex(1, 3), 3));
163 EXPECT_EQ("0x12", printToString(format_hex(0x12, 3), 4));
164 EXPECT_EQ("0x123", printToString(format_hex(0x123, 3), 5));
168 printToString(format_hex(UINT64_MAX, 18), 18))
    [all...]
  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 84 << "[" << format_hex(AddrStart, 10) << " - "
85 << format_hex(AddrEnd, 10) << "]";
90 << "[" << format_hex(AddrStart, 10) << "] ";
118 << "[" << format_hex(Symbol.getVirtualAddress(), 10) << "]";
151 << "[" << format_hex(Symbol.getVirtualAddress(), 10) << "] ";
165 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(VA, 10);
167 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Target, 10);
170 << "[" << format_hex(VA, 10) << " - "
171 << format_hex(VA + Symbol.getLength(), 10) << "]";
ExternalSymbolDumper.cpp 38 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10);
VariableDumper.cpp 48 << format_hex(Var.getVirtualAddress(), 10);
67 << "+" << format_hex(Var.getOffset(), 4) << " ";
74 << "+" << format_hex(Var.getOffset(), 4) << " ";
FunctionDumper.cpp 119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10);
125 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10);
  /external/llvm/lib/CodeGen/
FaultMaps.cpp 128 OS << "FunctionAddress: " << format_hex(FI.getFunctionAddr(), 8)
136 OS << "Version: " << format_hex(FMP.getFaultMapVersion(), 2) << "\n";
  /external/llvm/lib/Support/
Signals.cpp 62 return format_hex((uint64_t)PC, PtrWidth);
171 OS << "(" << Modules[i] << '+' << format_hex(Offsets[i], 0) << ")";
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Signals.cpp 62 return format_hex((uint64_t)PC, PtrWidth);
171 OS << "(" << Modules[i] << '+' << format_hex(Offsets[i], 0) << ")";
  /external/syslinux/gpxe/src/core/
vsprintf.c 79 static char * format_hex ( char *end, unsigned long long num, int width, function
231 ptr = format_hex ( ptr, ptrval, width,
244 ptr = format_hex ( ptr, hex, width, flags );
  /external/llvm/include/llvm/Support/
Format.h 141 /// This is a helper class used for format_hex() and format_decimal().
158 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
160 /// OS << format_hex(255, 4) => 0xff
161 /// OS << format_hex(255, 4, true) => 0xFF
162 /// OS << format_hex(255, 6) => 0x00ff
163 /// OS << format_hex(255, 2) => 0xff
164 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 260 << format_hex(TLSDir->StartAddressOfRawData, FormatWidth)
262 << format_hex(TLSDir->EndAddressOfRawData, FormatWidth)
264 << format_hex(TLSDir->AddressOfIndex, FormatWidth)
266 << format_hex(TLSDir->AddressOfCallBacks, FormatWidth)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
171 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
173 /// OS << format_hex(255, 4) => 0xff
174 /// OS << format_hex(255, 4, true) => 0xFF
175 /// OS << format_hex(255, 6) => 0x00ff
176 /// OS << format_hex(255, 2) => 0xff
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
171 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
173 /// OS << format_hex(255, 4) => 0xff
174 /// OS << format_hex(255, 4, true) => 0xFF
175 /// OS << format_hex(255, 6) => 0x00ff
176 /// OS << format_hex(255, 2) => 0xff
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
171 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
173 /// OS << format_hex(255, 4) => 0xff
174 /// OS << format_hex(255, 4, true) => 0xFF
175 /// OS << format_hex(255, 6) => 0x00ff
176 /// OS << format_hex(255, 2) => 0xff
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
171 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
173 /// OS << format_hex(255, 4) => 0xff
174 /// OS << format_hex(255, 4, true) => 0xFF
175 /// OS << format_hex(255, 6) => 0x00ff
176 /// OS << format_hex(255, 2) => 0xff
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
171 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
173 /// OS << format_hex(255, 4) => 0xff
174 /// OS << format_hex(255, 4, true) => 0xFF
175 /// OS << format_hex(255, 6) => 0x00ff
176 /// OS << format_hex(255, 2) => 0xff
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
171 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
173 /// OS << format_hex(255, 4) => 0xff
174 /// OS << format_hex(255, 4, true) => 0xFF
175 /// OS << format_hex(255, 6) => 0x00ff
176 /// OS << format_hex(255, 2) => 0xff
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
171 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
173 /// OS << format_hex(255, 4) => 0xff
174 /// OS << format_hex(255, 4, true) => 0xFF
175 /// OS << format_hex(255, 6) => 0x00ff
176 /// OS << format_hex(255, 2) => 0xff
177 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 727 << " Magic=" << format_hex(Magic, 10)
728 << " Version=" << format_hex(Version, 10)
729 << " Offset=" << format_hex(Offset, 10)
730 << " Size=" << format_hex(Size, 10)
731 << " CPUType=" << format_hex(CPUType, 10) << "/>\n";
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
180 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
182 /// OS << format_hex(255, 4) => 0xff
183 /// OS << format_hex(255, 4, true) => 0xFF
184 /// OS << format_hex(255, 6) => 0x00ff
185 /// OS << format_hex(255, 2) => 0xff
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
180 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
182 /// OS << format_hex(255, 4) => 0xff
183 /// OS << format_hex(255, 4, true) => 0xFF
184 /// OS << format_hex(255, 6) => 0x00ff
185 /// OS << format_hex(255, 2) => 0xff
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
180 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
182 /// OS << format_hex(255, 4) => 0xff
183 /// OS << format_hex(255, 4, true) => 0xFF
184 /// OS << format_hex(255, 6) => 0x00ff
185 /// OS << format_hex(255, 2) => 0xff
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
180 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
182 /// OS << format_hex(255, 4) => 0xff
183 /// OS << format_hex(255, 4, true) => 0xFF
184 /// OS << format_hex(255, 6) => 0x00ff
185 /// OS << format_hex(255, 2) => 0xff
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
180 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
182 /// OS << format_hex(255, 4) => 0xff
183 /// OS << format_hex(255, 4, true) => 0xFF
184 /// OS << format_hex(255, 6) => 0x00ff
185 /// OS << format_hex(255, 2) => 0xff
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
180 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not
182 /// OS << format_hex(255, 4) => 0xff
183 /// OS << format_hex(255, 4, true) => 0xFF
184 /// OS << format_hex(255, 6) => 0x00ff
185 /// OS << format_hex(255, 2) => 0xff
186 inline FormattedNumber format_hex(uint64_t N, unsigned Width, function in namespace:llvm

Completed in 514 milliseconds

1 2