HomeSort by: relevance | last modified time | path
    Searched refs:PRIx16 (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/tests/lib/libc/locale/
t_mbrtoc16.c 73 ATF_CHECK_EQ_MSG(c16, 0, "c16=U+%"PRIx16, (uint16_t)c16);
78 ATF_CHECK_EQ_MSG(c16, 0, "c16=U+%"PRIx16, (uint16_t)c16);
83 ATF_CHECK_EQ_MSG(c16, L'A', "c16=U+%"PRIx16" L'A'=U+%"PRIx16,
89 ATF_CHECK_EQ_MSG(c16, L'A', "c16=U+%"PRIx16" L'A'=U+%"PRIx16,
97 ATF_CHECK_EQ_MSG(c16, L'z', "c16=U+%"PRIx16" L'z'=U+%"PRIx16,
105 ATF_CHECK_EQ_MSG(c16, L'z', "c16=U+%"PRIx16" L'z'=U+%"PRIx16,
    [all...]
  /src/tests/lib/libc/atomic/
t___sync_compare_and_swap.c 99 atf_sync_bool(__sync_bool_compare_and_swap_2, uint16_t, PRIx16, __nothing);
153 PRIx8, PRIx16, pr56839_xfail);
155 PRIx16, PRIx32, pr56839_xfail);
199 atf_sync_val(__sync_val_compare_and_swap_2, uint16_t, PRIx16, __nothing);
250 PRIx8, PRIx16, pr56839_xfail);
252 PRIx16, PRIx32, pr56839_xfail);
t___sync_add.c 76 atf_sync_prefetch(__sync_fetch_and_add_2, uint16_t, PRIx16);
105 atf_sync_postfetch(__sync_add_and_fetch_2, uint16_t, PRIx16);
t___sync_and.c 76 atf_sync_prefetch(__sync_fetch_and_and_2, uint16_t, PRIx16);
105 atf_sync_postfetch(__sync_and_and_fetch_2, uint16_t, PRIx16);
t___sync_nand.c 76 atf_sync_prefetch(__sync_fetch_and_nand_2, uint16_t, PRIx16);
105 atf_sync_postfetch(__sync_nand_and_fetch_2, uint16_t, PRIx16);
t___sync_or.c 76 atf_sync_prefetch(__sync_fetch_and_or_2, uint16_t, PRIx16);
105 atf_sync_postfetch(__sync_or_and_fetch_2, uint16_t, PRIx16);
t___sync_sub.c 76 atf_sync_prefetch(__sync_fetch_and_sub_2, uint16_t, PRIx16);
105 atf_sync_postfetch(__sync_sub_and_fetch_2, uint16_t, PRIx16);
t___sync_xor.c 76 atf_sync_prefetch(__sync_fetch_and_xor_2, uint16_t, PRIx16);
105 atf_sync_postfetch(__sync_xor_and_fetch_2, uint16_t, PRIx16);
t___sync_lock.c 127 atf_sync_tas(__sync_lock_test_and_set_2, uint16_t, PRIx16);
151 atf_sync_rel(__sync_lock_release_2, uint16_t, PRIx16);
  /src/sys/arch/i386/pci/
geodewdg.c 109 GEODE_DPRINTF(("%s: wdcnfg %#04" PRIx16 " -> ", __func__, wdcnfg));
119 GEODE_DPRINTF(("%#04" PRIx16 "\n", wdcnfg));
131 GEODE_DPRINTF(("%s: wdcnfg %#04" PRIx16 " -> ", __func__, wdcnfg));
141 GEODE_DPRINTF(("%#04" PRIx16 "\n", wdcnfg));
  /src/sys/dev/acpi/
apei.c 429 device_printf(sc->sc_dev, "%s: Node=0x%"PRIx16"\n", ctx,
433 device_printf(sc->sc_dev, "%s: Card=0x%"PRIx16"\n", ctx,
437 device_printf(sc->sc_dev, "%s: Module=0x%"PRIx16"\n", ctx,
441 device_printf(sc->sc_dev, "%s: Bank=0x%"PRIx16"\n", ctx,
445 device_printf(sc->sc_dev, "%s: Device=0x%"PRIx16"\n", ctx,
449 device_printf(sc->sc_dev, "%s: Row=0x%"PRIx16"\n", ctx,
453 device_printf(sc->sc_dev, "%s: Column=0x%"PRIx16"\n", ctx,
457 device_printf(sc->sc_dev, "%s: BitPosition=0x%"PRIx16"\n",
578 " VendorID=0x%04"PRIx16
579 " DeviceID=0x%04"PRIx16
    [all...]
apei_hest.c 700 " unimplemented type: 0x%04"PRIx16"\n", ctx, header->Type);
715 " unimplemented type: 0x%04"PRIx16"\n", ctx, header->Type);
730 " unimplemented type: 0x%04"PRIx16"\n", ctx, header->Type);
741 " unimplemented type: 0x%04"PRIx16"\n", ctx, header->Type);
752 " unimplemented type: 0x%04"PRIx16"\n", ctx, header->Type);
763 " unimplemented type: 0x%04"PRIx16"\n", ctx, header->Type);
792 " unimplemented type: 0x%04"PRIx16"\n", ctx, header->Type);
807 " 0x%04"PRIx16"\n", ctx, header->Type);
  /src/sys/arch/alpha/include/
int_fmtio.h 107 #define PRIx16 "x" /* uint16_t */
122 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 110 #define PRIx16 "x" /* uint16_t */
125 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 107 #define PRIx16 "x" /* uint16_t */
122 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/i386/include/
int_fmtio.h 108 #define PRIx16 "x" /* uint16_t */
123 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 107 #define PRIx16 "x" /* uint16_t */
122 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 107 #define PRIx16 "x" /* uint16_t */
122 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 106 #define PRIx16 "x" /* uint16_t */
121 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 107 #define PRIx16 "x" /* uint16_t */
122 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/vax/include/
int_fmtio.h 107 #define PRIx16 "x" /* uint16_t */
122 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/atari/stand/binpatch/
binpatch.c 267 printf("0x%04" PRIx16 " (%" PRIu16, uval16, uval16);
309 printf("0x%04" PRIx16 " (%" PRIu16, uval16, uval16);
  /src/sys/arch/arm/include/
int_fmtio.h 158 #define PRIx16 "x" /* uint16_t */
186 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/mips/include/
int_fmtio.h 178 #define PRIx16 "x" /* uint16_t */
210 #define PRIX16 "X" /* uint16_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 163 #define PRIx16 "x" /* uint16_t */
192 #define PRIX16 "X" /* uint16_t */

Completed in 73 milliseconds

1 2