Home
last modified time | relevance | path

Searched refs:PRIX8 (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/sys/riscv/include/
HD_inttypes.h118 #define PRIX8 "X" /* uint8_t */ macro
/freebsd-13-stable/sys/arm/include/
HD_inttypes.h120 #define PRIX8 "X" /* uint8_t */ macro
/freebsd-13-stable/sys/arm64/include/
HD_inttypes.h118 #define PRIX8 "X" /* uint8_t */ macro
/freebsd-13-stable/sys/mips/include/
HD_inttypes.h129 #define PRIX8 "X" /* uint8_t */ macro
/freebsd-13-stable/sys/powerpc/include/
HD_inttypes.h128 #define PRIX8 "X" /* uint8_t */ macro
/freebsd-13-stable/sys/x86/include/
HD_inttypes.h128 #define PRIX8 "X" /* uint8_t */ macro
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcinttypes112 PRIX8
/freebsd-13-stable/contrib/netbsd-tests/include/
HDt_inttypes.c149 PRINT(PRIX8, ui8); in ATF_TC_BODY()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDGOFFObjectFile.cpp304 " has invalid symbol type 0x%02" PRIX8, in getSymbolType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSpecialSymbolMap.inc572 SYMBOL(PRIX8, None, <cinttypes>)
573 SYMBOL(PRIX8, None, <inttypes.h>)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLTraits.cpp1086 Out << format("0x%" PRIX8, (uint8_t)Val); in output()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp826 OS << format(" %02" PRIX8, B); in printInst()