Home
last modified time | relevance | path

Searched refs:PRIx32 (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/crypto/libecc/include/libecc/words/
H A Dwords_32.h55 #ifndef PRIx32
56 #define PRIx32 PRI32_PREFIX "x" macro
61 #define PRINTF_WORD_HEX_FMT "%08" PRIx32
H A Dwords_16.h55 #ifndef PRIx32
56 #define PRIx32 PRI32_PREFIX "x" macro
H A Dwords_64.h55 #ifndef PRIx32
56 #define PRIx32 PRI32_PREFIX "x" macro
/freebsd/contrib/libarchive/libarchive/
H A Darchive_platform.h157 #if !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32)
158 #ifndef PRIx32
160 #define PRIx32 "x" macro
162 #define PRIx32 "lx" macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp621 outs() << format("0x%08" PRIx32, (uint32_t)addr + j * stride) << " "; in PrintIndirectSymbolTable()
1084 outs() << format("%08" PRIx32, static_cast<uint32_t>(Addr)); in PrintFunctionStarts()
1107 outs() << format("0x%08" PRIx32, Offset) << " "; in PrintDataInCodeTable()
1131 outs() << format("0x%04" PRIx32, Kind); in PrintDataInCodeTable()
1135 outs() << format("0x%04" PRIx32, Kind); in PrintDataInCodeTable()
1526 outs() << format("0x%08" PRIx32, l); in DumpLiteral4()
1565 outs() << format("0x%08" PRIx32, l0) << " " << format("0x%08" PRIx32, l1); in DumpLiteral8()
1611 outs() << format("0x%08" PRIx32, l0) << " "; in DumpLiteral16()
1612 outs() << format("0x%08" PRIx32, l1) << " "; in DumpLiteral16()
1613 outs() << format("0x%08" PRIx32, l2) << " "; in DumpLiteral16()
[all …]
/freebsd/contrib/processor-trace/include/windows/
H A Dinttypes.h48 #ifndef PRIx32
49 # define PRIx32 "x" macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h41 #undef PRIx32
76 #define PRIx32 "x" macro
/freebsd/contrib/xz/src/common/
H A Dsysdefs.h85 #ifndef PRIx32
86 # define PRIx32 "x" macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp32 return OS << format("0x%08" PRIx32 " / 0x%08" PRIx32 " = %.2f%%", N, D, in print()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h161 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation()
176 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation()
194 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation()
H A DRuntimeDyldCOFFThumb.h229 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation()
243 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation()
275 << " Value: " << format("0x%08" PRIx32, Result) in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp38 dbgs() << "jitLink_MachO: magic = " << format("0x%08" PRIx32, Magic) in createLinkGraphFromMachOObject()
59 dbgs() << "jitLink_MachO: cputype = " << format("0x%08" PRIx32, CPUType) in createLinkGraphFromMachOObject()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h27 # define FMTx32 PRIx32
/freebsd/contrib/lib9p/
H A Dutils.c417 sbuf_printf(sb, "%s0x%" PRIx32 "<%.9s>", str, mode, pbuf + 1); in l9p_describe_perm()
534 sbuf_printf(sb, "%stype=0x%04" PRIx32 " dev=0x%08" PRIx32, str, in l9p_describe_l9stat()
1196 sbuf_printf(sb, " type=%d flags=0x%" PRIx32 in l9p_describe_fcall()
1198 " proc_id=0x%" PRIx32 " client_id=\"%s\"", in l9p_describe_fcall()
1216 " proc_id=0x%" PRIx32 " client_id=\"%s\"", in l9p_describe_fcall()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp125 OS << "\n\t.dwsect " << format("0x%" PRIx32, *getDwarfSubtypeFlags()) in printSwitchToSection()
/freebsd/sys/arm64/include/
H A D_inttypes.h109 #define PRIx32 "x" /* uint32_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h107 #define PRIx32 "x" /* uint32_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h105 #define PRIx32 "x" /* uint32_t */ macro
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp254 OS << format("[0x%08" PRIx32 ", 0x%08" PRIx32 ") ", in dump()
H A DDWARFListTable.cpp88 ", offset_entry_count = 0x%8.8" PRIx32 "\n", in dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp828 "modid_offset=0x%" PRIx32 ", dtv_offset=0x%" PRIx32 in GetThreadLocalData()
829 ", tls_offset=0x%" PRIx32 ", dtv_slot_size=%" PRIx32 "\n", in GetThreadLocalData()
/freebsd/sys/powerpc/include/
H A D_inttypes.h115 #define PRIx32 "x" /* uint32_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h115 #define PRIx32 "x" /* uint32_t */ macro
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp265 Out << llvm::format("_GUID_%08" PRIx32 "_%04" PRIx32 "_%04" PRIx32 "_", in mangleMSGuidDecl()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp373 "Process::DoAllocateMemory (byte_size = 0x%8.8" PRIx32 in AllocatePage()
411 "AllocatedMemoryCache::AllocateMemory (byte_size = 0x%8.8" PRIx32 in AllocateMemory()

123