HomeSort by relevance Sort by last modified time
    Searched defs:format_hex (Results 1 - 3 of 3) sorted by null

  /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/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
  /external/swiftshader/third_party/llvm-7.0/llvm/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 182 milliseconds