/freebsd/contrib/opencsd/decoder/source/ |
H A D | trc_printable_elem.cpp | 41 #define PRIX64 __PRI64_PREFIX "X" macro 94 sprintf(szStrBuffer," ~[0x%" PRIX64 "]",value & updateMask); in getValStr()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 178 OS << format(" +0x%X (0x%" PRIX64 ")", Displacement, Offset); in formatSymbol() 180 OS << format(" (0x%" PRIX64 ")", Offset); in formatSymbol() 191 OS << format(" (0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol() 199 OS << format("(0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol() 201 OS << format("(0x%" PRIX64 ")", Offset); in formatSymbol()
|
H A D | ARMWinEHPrinter.cpp | 103 OS << format("+0x%" PRIX64 " (0x%" PRIX64 ")", Offset, Address); in formatSymbol() 105 OS << format("(0x%" PRIX64 ")", Address); in formatSymbol() 107 OS << format("0x%" PRIX64, Address); in formatSymbol()
|
H A D | ELFDumper.cpp | 2313 (opts::Output == opts::GNU) ? "0x%" PRIx64 : "0x%" PRIX64; in getDynamicEntry()
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | devinfo.c | 322 printf("\t\t\t\t\tUnknown flags: 0x%" PRIX64 "\n", in print_odp_caps() 342 printf("\t\t\t\t\tUnknown flags: 0x%" PRIX64 "\n", in print_device_cap_flags_ex() 373 printf("\t\trx_hash_fields_mask:\t\t\t\t0x%" PRIX64 "\n", caps->rx_hash_fields_mask); in print_rss_caps() 519 printf("\tdevice_cap_flags_ex:\t\t0x%" PRIX64 "\n", device_attr.device_cap_flags_ex); in print_hca_cap()
|
/freebsd/sys/arm64/include/ |
H A D | _inttypes.h | 125 #define PRIX64 "lX" /* uint64_t */ macro
|
/freebsd/sys/arm/include/ |
H A D | _inttypes.h | 123 #define PRIX64 "llX" /* uint64_t */ macro
|
/freebsd/sys/riscv/include/ |
H A D | _inttypes.h | 121 #define PRIX64 "lX" /* uint64_t */ macro
|
/freebsd/sys/powerpc/include/ |
H A D | _inttypes.h | 131 #define PRIX64 __PRI64"X" /* uint64_t */ macro
|
/freebsd/sys/x86/include/ |
H A D | _inttypes.h | 131 #define PRIX64 __PRI64"X" /* uint64_t */ macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cinttypes | 115 PRIX64
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | ocsd_if_types.h | 43 #define PRIX64 __PRI64_PREFIX "X" macro
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_inttypes.c | 152 PRINT(PRIX64, ui64); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 625 s->Printf(wantsuppercase ? "0x%*.*" PRIX64 : "0x%*.*" PRIx64, in DumpDataExtractor() 630 s->Printf(wantsuppercase ? "0x%" PRIX64 : "0x%" PRIx64, in DumpDataExtractor()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_domain.c | 239 ocs_log_debug(ocs, "Domain allocated: wwn %016" PRIX64 "\n", domain->fcf_wwn); in ocs_domain_alloc() 282 ocs_log_debug(ocs, "Domain free: wwn %016" PRIX64 "\n", domain->fcf_wwn); in ocs_domain_free()
|
H A D | ocs_os.h | 131 #define PRIX64 "lX" macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ATTInstPrinter.cpp | 404 *CommentStream << format("imm = 0x%" PRIX64 "\n", (uint64_t)Imm); in printOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 1128 Out << format("0x%" PRIX64, (uint64_t)Val); in output()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 1284 printf("RemoteNXMapTable.m_buckets_ptr = 0x%" PRIX64 "\n", m_buckets_ptr); in Dump()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 816 OS << format("// %012" PRIX64 ":", Address.Address); in printInst()
|
H A D | MachODump.cpp | 1397 outs() << format("0x%" PRIX64, Entry.pointerValue()) << '\n'; in PrintDyldInfo() 10350 outs() << format("%-8s %-18s 0x%08" PRIX64 " %s\n", in printMachORebaseTable()
|