| /NextBSD/contrib/llvm/tools/llvm-objdump/ |
| HD | MachODump.cpp | 330 outs() << format("0x%08" PRIx32, addr + j * stride) << " "; in PrintIndirectSymbolTable() 435 outs() << format("0x%08" PRIx32, Offset) << " "; in PrintDataInCodeTable() 459 outs() << format("0x%04" PRIx32, Kind); in PrintDataInCodeTable() 463 outs() << format("0x%04" PRIx32, Kind); in PrintDataInCodeTable() 632 outs() << format("0x%08" PRIx32, l); in DumpLiteral4() 671 outs() << format("0x%08" PRIx32, l0) << " " << format("0x%08" PRIx32, l1); in DumpLiteral8() 721 outs() << format("0x%08" PRIx32, l0) << " "; in DumpLiteral16() 722 outs() << format("0x%08" PRIx32, l1) << " "; in DumpLiteral16() 723 outs() << format("0x%08" PRIx32, l2) << " "; in DumpLiteral16() 724 outs() << format("0x%08" PRIx32, l3) << "\n"; in DumpLiteral16() [all …]
|
| HD | llvm-objdump.cpp | 249 OS << format("%08" PRIx32, opcode); in printLead()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | inttypes.h | 43 #undef PRIx32 78 #define PRIx32 "x" macro
|
| /NextBSD/contrib/xz/src/common/ |
| HD | sysdefs.h | 68 #ifndef PRIx32 69 # define PRIx32 "x" macro
|
| /NextBSD/sys/arm64/include/ |
| HD | _inttypes.h | 106 #define PRIx32 "x" /* uint32_t */ macro
|
| /NextBSD/sys/sparc64/include/ |
| HD | _inttypes.h | 106 #define PRIx32 "x" /* uint32_t */ macro
|
| /NextBSD/sys/riscv/include/ |
| HD | _inttypes.h | 106 #define PRIx32 "x" /* uint32_t */ macro
|
| /NextBSD/sys/arm/include/ |
| HD | _inttypes.h | 106 #define PRIx32 "x" /* uint32_t */ macro
|
| /NextBSD/sys/powerpc/include/ |
| HD | _inttypes.h | 114 #define PRIx32 "x" /* uint32_t */ macro
|
| /NextBSD/sys/x86/include/ |
| HD | _inttypes.h | 114 #define PRIx32 "x" /* uint32_t */ macro
|
| /NextBSD/sys/mips/include/ |
| HD | _inttypes.h | 115 #define PRIx32 "x" /* uint32_t */ macro
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Memory.cpp | 486 …log->Printf ("Process::DoAllocateMemory (byte_size = 0x%8.8" PRIx32 ", permissions = %s) => 0x%16.… in AllocatePage() 526 …log->Printf ("AllocatedMemoryCache::AllocateMemory (byte_size = 0x%8.8" PRIx32 ", permissions = %s… in AllocateMemory()
|
| /NextBSD/contrib/libc++/include/ |
| D | cinttypes | 97 PRIx32
|
| D | module.modulemap | 95 …PRIx8, PRIx16, PRIx32, PRIx64, PRIxFAST8, PRIxFAST16, PRIxFAST32, PRIxFAST64, PRIxLEAST8, PRIxLEAS…
|
| /NextBSD/contrib/jemalloc/include/jemalloc/internal/ |
| HD | util.h | 25 # define FMTx32 PRIx32
|
| /NextBSD/usr.bin/dtc/ |
| HD | dtb.cc | 263 fprintf(stderr, "Missing magic token in header. Got %" PRIx32 in read_dtb()
|
| HD | fdt.cc | 218 fprintf(file, "0x%" PRIx32, v); in write_as_cells() 702 fprintf(stderr, "Unexpected token 0x%" PRIx32 in node()
|
| /NextBSD/contrib/netbsd-tests/include/ |
| HD | t_inttypes.c | 136 PRINT(PRIx32, ui32); in ATF_TC_BODY()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBQueue.cpp | 375 …log->Printf("SBQueue(0x%" PRIx64 ")::GetIndexID() == 0x%" PRIx32, m_opaque_sp->GetQueueID(), index… in GetIndexID()
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| HD | MICmnLLDBUtilSBValue.cpp | 211 return CMIUtilString::Format("U+%08" PRIx32 " U'%s'", (uint32_t)value, prefix.c_str()); in GetSimpleValueChar()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServerCommon.cpp | 1280 response.Printf ("cputype:%" PRIx32 ";", cpu_type); in CreateProcessInfoResponse_DebugServerStyle() 1284 response.Printf ("cpusubtype:%" PRIx32 ";", cpu_subtype); in CreateProcessInfoResponse_DebugServerStyle()
|
| HD | GDBRemoteCommunicationServerLLGS.cpp | 1483 response.Printf ("%" PRIx32, *reg_num); in Handle_qRegisterInfo() 1496 response.Printf ("%" PRIx32, *reg_num); in Handle_qRegisterInfo()
|
| /NextBSD/contrib/xz/src/xz/ |
| HD | list.c | 565 "%08" PRIx32, conv32le(buf.u32[0])); in parse_check_value()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectMemory.cpp | 700 …result.AppendErrorWithFormat ("can't allocate 0x%" PRIx32 " bytes for the memory read buffer, spec… in DoExecute()
|
| /NextBSD/contrib/xz/ |
| HD | ChangeLog | 4600 Add missing PRIx32 and PRIx64 compatibility definitions.
|