/freebsd/contrib/processor-trace/include/windows/ |
H A D | inttypes.h | 59 #ifndef PRIx8 60 # define PRIx8 "x" macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFListTable.cpp | 86 << format(", version = 0x%4.4" PRIx16 ", addr_size = 0x%2.2" PRIx8 in dump() 87 ", seg_size = 0x%2.2" PRIx8 in dump()
|
H A D | DWARFDebugAddr.cpp | 145 << format(", addr_size = 0x%2.2" PRIx8, AddrSize) in dump() 146 << format(", seg_size = 0x%2.2" PRIx8, SegSize) << "\n"; in dump()
|
H A D | DWARFDebugMacro.cpp | 34 << format(", flags = 0x%02" PRIx8, Flags) in dumpMacroHeader()
|
H A D | DWARFDebugLine.cpp | 874 *OS << format("%02.02" PRIx8 " ", Opcode); in parse() 937 " expected 0x%2.2" PRIx8 " found 0x%2.2" PRIx64, in parse() 1020 *OS << format("Unrecognized extended op 0x%02.02" PRIx8, SubOpcode) in parse() 1044 *OS << format(" %2.2" PRIx8, Byte); in parse()
|
H A D | DWARFDebugFrame.cpp | 286 "invalid extended CFI opcode 0x%" PRIx8, Opcode); in parse()
|
/freebsd/sys/arm64/include/ |
H A D | _inttypes.h | 107 #define PRIx8 "x" /* uint8_t */ macro
|
/freebsd/sys/arm/include/ |
H A D | _inttypes.h | 105 #define PRIx8 "x" /* uint8_t */ macro
|
/freebsd/sys/riscv/include/ |
H A D | _inttypes.h | 103 #define PRIx8 "x" /* uint8_t */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | RegisterEHFrames.cpp | 110 dbgs() << format(" 0x%02" PRIx8, *(CurCFIRecord + I)); in walkLibunwindEHFrameSection()
|
/freebsd/sys/powerpc/include/ |
H A D | _inttypes.h | 113 #define PRIx8 "x" /* uint8_t */ macro
|
/freebsd/sys/x86/include/ |
H A D | _inttypes.h | 113 #define PRIx8 "x" /* uint8_t */ macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cinttypes | 94 PRIx8
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_inttypes.c | 134 PRINT(PRIx8, ui8); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_ptrace_wait.c | 1946 "got value %" PRIx8 " != expected %" PRIx8, lookup_me, magic); in ATF_TC_BODY() 3120 "got value %" PRIx8 " != expected %" PRIx8, lookup_me_fromtracee, in ATF_TC_BODY() 3130 "got value %" PRIx8 " != expected %" PRIx8, lookup_me_totracee, in ATF_TC_BODY() 3208 "got value %" PRIx8 " != expected %" PRIx8, lookup_me_totracee, in ATF_TC_BODY() 3216 "got value %" PRIx8 " != expected %" PRIx8, lookup_me_fromtracee, in ATF_TC_BODY() 3476 "got value %" PRIx8 " != expected %" PRIx8, lookup_me, magic); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 252 Out << llvm::format("%02" PRIx8, C); in mangleMSGuidDecl()
|
H A D | DeclCXX.cpp | 3453 OS << llvm::format("%02" PRIx8, Byte); in printName()
|
/freebsd/sys/kern/ |
H A D | kern_ubsan.c | 1339 snprintf(szBuf, sizeof(szBuf), "%02" PRIx8, rgNumber[zI]);
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_macsec_linux.c | 489 wpa_printf(MSG_DEBUG, "%s -> %02" PRIx8, __func__, offload); in macsec_drv_set_offload()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 809 OS << format("\t.byte 0x%02" PRIx8, Bytes[0]); in printInst() 811 OS << format(", 0x%02" PRIx8, Bytes[i]); in printInst()
|