Home
last modified time | relevance | path

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

/src/sys/riscv/include/
H A D_inttypes.h118 #define PRIX8 "X" /* uint8_t */ macro
/src/sys/arm/include/
H A D_inttypes.h120 #define PRIX8 "X" /* uint8_t */ macro
/src/sys/arm64/include/
H A D_inttypes.h122 #define PRIX8 "X" /* uint8_t */ macro
/src/sys/powerpc/include/
H A D_inttypes.h128 #define PRIX8 "X" /* uint8_t */ macro
/src/sys/x86/include/
H A D_inttypes.h128 #define PRIX8 "X" /* uint8_t */ macro
/src/contrib/llvm-project/libcxx/include/
H A Dcinttypes112 PRIX8
/src/contrib/netbsd-tests/include/
H A Dt_inttypes.c149 PRINT(PRIX8, ui8); in ATF_TC_BODY()
/src/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp304 " has invalid symbol type 0x%02" PRIX8, in getSymbolType()
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc572 SYMBOL(PRIX8, None, <cinttypes>)
573 SYMBOL(PRIX8, None, <inttypes.h>)
/src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp1086 Out << format("0x%" PRIX8, (uint8_t)Val); in output()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp826 OS << format(" %02" PRIX8, B); in printInst()