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

  /external/llvm/include/llvm/Support/
Format.h 170 /// format_hex_no_prefix - Output \p N as a fixed width hexadecimal. Does not
173 /// OS << format_hex_no_prefix(255, 2) => ff
174 /// OS << format_hex_no_prefix(255, 2, true) => FF
175 /// OS << format_hex_no_prefix(255, 4) => 00ff
176 /// OS << format_hex_no_prefix(255, 1) => ff
177 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width, function in namespace:llvm
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 183 /// format_hex_no_prefix - Output \p N as a fixed width hexadecimal. Does not
186 /// OS << format_hex_no_prefix(255, 2) => ff
187 /// OS << format_hex_no_prefix(255, 2, true) => FF
188 /// OS << format_hex_no_prefix(255, 4) => 00ff
189 /// OS << format_hex_no_prefix(255, 1) => ff
190 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width, function in namespace:llvm
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Format.h 192 /// format_hex_no_prefix - Output \p N as a fixed width hexadecimal. Does not
195 /// OS << format_hex_no_prefix(255, 2) => ff
196 /// OS << format_hex_no_prefix(255, 2, true) => FF
197 /// OS << format_hex_no_prefix(255, 4) => 00ff
198 /// OS << format_hex_no_prefix(255, 1) => ff
199 inline FormattedNumber format_hex_no_prefix(uint64_t N, unsigned Width, function in namespace:llvm

Completed in 722 milliseconds