Searched refs:PRIx8 (Results 1 - 25 of 112) sorted by relevance

12345

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_dp.c54 NV_DEBUG(drm, "Sink OUI: %02"PRIx8"%02"PRIx8"%02"PRIx8"\n",
58 NV_DEBUG(drm, "Branch OUI: %02"PRIx8"%02"PRIx8"%02"PRIx8"\n",
/netbsd-current/tests/lib/libc/atomic/
H A Dt___sync_add.c75 atf_sync_prefetch(__sync_fetch_and_add_1, uint8_t, PRIx8);
104 atf_sync_postfetch(__sync_add_and_fetch_1, uint8_t, PRIx8);
H A Dt___sync_and.c75 atf_sync_prefetch(__sync_fetch_and_and_1, uint8_t, PRIx8);
104 atf_sync_postfetch(__sync_and_and_fetch_1, uint8_t, PRIx8);
H A Dt___sync_lock.c74 atf_sync_tas(__sync_lock_test_and_set_1, uint8_t, PRIx8);
98 atf_sync_rel(__sync_lock_release_1, uint8_t, PRIx8);
H A Dt___sync_nand.c75 atf_sync_prefetch(__sync_fetch_and_nand_1, uint8_t, PRIx8);
104 atf_sync_postfetch(__sync_nand_and_fetch_1, uint8_t, PRIx8);
H A Dt___sync_or.c75 atf_sync_prefetch(__sync_fetch_and_or_1, uint8_t, PRIx8);
104 atf_sync_postfetch(__sync_or_and_fetch_1, uint8_t, PRIx8);
H A Dt___sync_sub.c75 atf_sync_prefetch(__sync_fetch_and_sub_1, uint8_t, PRIx8);
104 atf_sync_postfetch(__sync_sub_and_fetch_1, uint8_t, PRIx8);
H A Dt___sync_xor.c75 atf_sync_prefetch(__sync_fetch_and_xor_1, uint8_t, PRIx8);
104 atf_sync_postfetch(__sync_xor_and_fetch_1, uint8_t, PRIx8);
H A Dt___sync_compare_and_swap.c88 atf_sync_bool(__sync_bool_compare_and_swap_1, uint8_t, PRIx8);
133 atf_sync_val(__sync_val_compare_and_swap_1, uint8_t, PRIx8);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp146 << format(", addr_size = 0x%2.2" PRIx8, AddrSize)
147 << format(", seg_size = 0x%2.2" PRIx8, SegSize) << "\n";
H A DDWARFListTable.cpp86 << format(", version = 0x%4.4" PRIx16 ", addr_size = 0x%2.2" PRIx8
87 ", seg_size = 0x%2.2" PRIx8
/netbsd-current/sys/arch/hppa/include/
H A Dint_fmtio.h106 #define PRIx8 "x" /* uint8_t */ macro
/netbsd-current/sys/arch/i386/include/
H A Dint_fmtio.h107 #define PRIx8 "x" /* uint8_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_fmtio.h106 #define PRIx8 "x" /* uint8_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_fmtio.h109 #define PRIx8 "x" /* uint8_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_fmtio.h106 #define PRIx8 "x" /* uint8_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_fmtio.h106 #define PRIx8 "x" /* uint8_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_fmtio.h106 #define PRIx8 "x" /* uint8_t */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dint_fmtio.h105 #define PRIx8 "x" /* uint8_t */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dint_fmtio.h106 #define PRIx8 "x" /* uint8_t */ macro
/netbsd-current/sys/dev/acpi/
H A Dacpi_ec.c592 DPRINTF(ACPIEC_DEBUG_REG, sc, "read data=0x%"PRIx8"\n", x);
603 DPRINTF(ACPIEC_DEBUG_REG, sc, "write data=0x%"PRIx8"\n", val);
615 DPRINTF(ACPIEC_DEBUG_REG, sc, "read status=0x%"PRIx8"\n", x);
626 DPRINTF(ACPIEC_DEBUG_REG, sc, "write command=0x%"PRIx8"\n", cmd);
731 "pid %ld %s, lid %ld%s%s: read addr 0x%"PRIx8"\n",
747 "pid %ld %s, lid %ld%s%s: read addr 0x%"PRIx8": 0x%"PRIx8"\n",
769 "pid %ld %s, lid %ld%s%s write addr 0x%"PRIx8": 0x%"PRIx8"\n",
786 "pid %ld %s, lid %ld%s%s: write addr 0x%"PRIx8"
[all...]
H A Dapei_interp.c223 aprint_error("%s[%"PRIu32"]: unknown action: 0x%"PRIx8"\n",
236 aprint_error("%s[%"PRIu32"]: unknown instruction: 0x%02"PRIx8
/netbsd-current/sys/arch/atari/stand/binpatch/
H A Dbinpatch.c259 printf("0x%02" PRIx8 " (%" PRIu8, uval8, uval8);
300 printf("0x%02" PRIx8 " (%" PRIu8, uval8, uval8);
/netbsd-current/sys/arch/sparc/include/
H A Dint_fmtio.h176 #define PRIx8 "x" /* uint8_t */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dint_fmtio.h162 #define PRIx8 "x" /* uint8_t */ macro

Completed in 306 milliseconds

12345