HomeSort by relevance Sort by last modified time
    Searched defs:format_hex (Results 1 - 2 of 2) 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
  /toolchain/binutils/binutils-2.25/opcodes/
cris-dis.c 560 format_hex (unsigned long number,
985 tp = format_hex (number, tp, disdata);
559 format_hex (unsigned long number, function
    [all...]

Completed in 198 milliseconds