HomeSort by: relevance | last modified time | path
    Searched defs:format_hex (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/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
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_cpio_newc.c 57 static int format_hex(int64_t, void *, int);
267 format_hex(0x070701, h + c_magic_offset, c_magic_size);
268 format_hex(archive_entry_devmajor(entry), h + c_devmajor_offset,
270 format_hex(archive_entry_devminor(entry), h + c_devminor_offset,
281 format_hex(ino & 0xffffffff, h + c_ino_offset, c_ino_size);
282 format_hex(archive_entry_mode(entry), h + c_mode_offset, c_mode_size);
283 format_hex(archive_entry_uid(entry), h + c_uid_offset, c_uid_size);
284 format_hex(archive_entry_gid(entry), h + c_gid_offset, c_gid_size);
285 format_hex(archive_entry_nlink(entry), h + c_nlink_offset, c_nlink_size);
288 format_hex(archive_entry_rdevmajor(entry), h + c_rdevmajor_offset, c_rdevmajor_size)
395 format_hex(int64_t v, void *p, int digits) function
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
cris-dis.c 560 format_hex (unsigned long number,
969 tp = format_hex (number, tp, disdata);
559 format_hex (unsigned long number, function
  /src/external/gpl3/binutils.old/dist/opcodes/
cris-dis.c 560 format_hex (unsigned long number,
969 tp = format_hex (number, tp, disdata);
559 format_hex (unsigned long number, function
  /src/external/gpl3/gdb.old/dist/opcodes/
cris-dis.c 560 format_hex (unsigned long number,
969 tp = format_hex (number, tp, disdata);
559 format_hex (unsigned long number, function
  /src/external/gpl3/gdb/dist/opcodes/
cris-dis.c 560 format_hex (unsigned long number,
969 tp = format_hex (number, tp, disdata);
559 format_hex (unsigned long number, function

Completed in 39 milliseconds