Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/words/
H A Dwords_16.h52 #ifndef PRIx16
53 #define PRIx16 "hx" macro
61 #define PRINTF_WORD_HEX_FMT "%04" PRIx16
H A Dwords_64.h52 #ifndef PRIx16
53 #define PRIx16 "hx" macro
H A Dwords_32.h52 #ifndef PRIx16
53 #define PRIx16 "hx" macro
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp88 "contains invalid FORM_* 0x%" PRIx16 " at offset 0x%8.8" PRIx64, in extractFast()
H A DDWARFListTable.cpp86 << format(", version = 0x%4.4" PRIx16 ", addr_size = 0x%2.2" PRIx8 in dump()
H A DDWARFDebugAddr.cpp144 << format(", version = 0x%4.4" PRIx16, Version) in dump()
H A DDWARFDebugMacro.cpp33 OS << format("macro header: version = 0x%04" PRIx16, Version) in dumpMacroHeader()
H A DDWARFDebugLine.cpp1174 *OS << format(" (addr += 0x%4.4" PRIx16 ", op-index = 0)", in parse()
/freebsd/sys/arm64/include/
H A D_inttypes.h108 #define PRIx16 "x" /* uint16_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h106 #define PRIx16 "x" /* uint16_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h104 #define PRIx16 "x" /* uint16_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h114 #define PRIx16 "x" /* uint16_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h114 #define PRIx16 "x" /* uint16_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcinttypes95 PRIx16
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes95 PRIx16
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h88 # if !defined(PRIx16)
89 # define PRIx16 "x" macro
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c135 PRINT(PRIx16, ui16); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dinttypes-macros.h269 #define PRIx16 __UINT16_FMTx__ macro
/freebsd/sys/kern/
H A Dkern_ubsan.c1303 Report(true, "UBSan: Unknown variable type %#04" PRIx16 "\n", pType->mTypeKind); in zDeserializeTypeWidth()
1467 …snprintf(pBuffer, zBUfferLength, "Undecoded-16-bit-Floating-Type (%#04" PRIx16 ")", STATIC_CAST(ui…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc633 SYMBOL(PRIx16, None, <cinttypes>)
634 SYMBOL(PRIx16, None, <inttypes.h>)
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp640 "ScriptInterpreterPythonImpl::EnterSession(on_entry_flags=0x%" PRIx16 in EnterSession()
648 "ScriptInterpreterPythonImpl::EnterSession(on_entry_flags=0x%" PRIx16 ")", in EnterSession()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c2011 "got value %" PRIx16 " != expected %" PRIx16, lookup_me, magic); in ATF_TC_BODY()
3540 "got value %" PRIx16 " != expected %" PRIx16, lookup_me, magic); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3682 OS << llvm::format("GUID{%08" PRIx32 "-%04" PRIx16 "-%04" PRIx16 "-", in printName()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp1667 O << format("0x%" PRIx16, static_cast<uint16_t>(Val)); in PrintAsmOperand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1260 outs() << " page_size = " << format("0x%0" PRIx16, Segment.Header.page_size) in PrintChainedFixupsSegment()