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

1 2 3 4 5 6 7 8

  /src/tests/lib/libc/sys/
t_ptrace_exec_wait.h 103 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02" PRIx32"\n",
108 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02" PRIx32"\n",
118 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02" PRIx32"\n"
    [all...]
t_ptrace_step_wait.h 153 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
154 PRIx32 "\n",
159 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
160 PRIx32 "\n",
170 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02
    [all...]
t_ptrace_clone_wait.h 439 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
440 PRIx32 "\n",
445 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
446 PRIx32 "\n",
456 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02
    [all...]
t_ptrace_fork_wait.h 1421 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
1422 PRIx32 "\n",
1427 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02"
1428 PRIx32 "\n",
1438 "%#02" PRIx32 "%02" PRIx32 "%02" PRIx32 "%02
    [all...]
  /src/sys/arch/mips/include/
types.h 81 #define PRIxPADDR PRIx32
82 #define PRIxPSIZE PRIx32
96 #define PRIxVADDR PRIx32
97 #define PRIxVSIZE PRIx32
116 #define PRIxREGISTER PRIx32
117 #define PRIxUREGISTER PRIx32
  /src/sys/arch/usermode/usermode/
syscall.c 166 thunk_printf("\"%s\", %"PRIx32", %"PRIx32"", (char *) (args[0]), (uint) args[1], (uint) args[2]);
169 thunk_printf("\"%s\", %"PRIx32"", (char *) (args[0]), (uint) args[1]);
175 thunk_printf("\"%s\", %"PRIx32", %"PRIx32"", (char *) (args[0]), (uint) (args[1]), (uint) args[2]);
200 thunk_printf("%"PRIx32", ", (uint) args[i]);
232 thunk_printf("=> %s: %d, (%"PRIx32", %"PRIx32")\n",
  /src/external/gpl2/dtc/dist/
fdtdump.c 70 printf("// magic:\t\t0x%"PRIx32"\n", fdt32_to_cpu(bph->magic));
71 printf("// totalsize:\t\t0x%"PRIx32" (%"PRIu32")\n",
73 printf("// off_dt_struct:\t0x%"PRIx32"\n", off_dt);
74 printf("// off_dt_strings:\t0x%"PRIx32"\n", off_str);
75 printf("// off_mem_rsvmap:\t0x%"PRIx32"\n", off_mem_rsvmap);
80 printf("// boot_cpuid_phys:\t0x%"PRIx32"\n",
84 printf("// size_dt_strings:\t0x%"PRIx32"\n",
87 printf("// size_dt_struct:\t0x%"PRIx32"\n",
104 dumpf("%04"PRIxPTR": tag: 0x%08"PRIx32" (%s)\n",
133 fprintf(stderr, "%*s ** Unknown tag 0x%08"PRIx32"\n", depth * shift, "", tag)
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_platform.h 157 #if !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32)
158 #ifndef PRIx32
160 #define PRIx32 "x"
162 #define PRIx32 "lx"
166 #endif // PRIx32
176 #endif // !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32)
  /src/external/apache2/llvm/dist/clang/lib/Headers/
inttypes.h 24 /* MSVC headers define int32_t as int, but PRIx32 as "lx" instead of "x".
38 #undef PRIx32
41 #undef PRIX32
73 #define PRIx32 "x"
76 #define PRIX32 "X"
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachO.cpp 40 dbgs() << "jitLink_MachO: magic = " << format("0x%08" PRIx32, Magic)
61 dbgs() << "jitLink_MachO: cputype = " << format("0x%08" PRIx32, CPUType)
  /src/sys/arch/mips/adm5120/
adm5120_extio.c 144 " ctl 0x%08" PRIx32 "\n"
145 " sts 0x%08" PRIx32 "\n"
146 " sc 0x%08" PRIx32 "\n"
147 " sww 0x%08" PRIx32 "\n"
148 " swo 0x%08" PRIx32 "\n"
149 " swr 0x%08" PRIx32 "\n"
150 " swp 0x%08" PRIx32 "\n"
151 " swwr 0x%08" PRIx32 "\n"
152 " swt 0x%08" PRIx32 "\n", __func__,
  /src/sys/arch/powerpc/include/
types.h 67 #define PRIxREGISTER32 PRIx32
  /src/external/apache2/llvm/config/llvm/Support/
DataTypes.h 110 #define PRIx32 "x"
111 #define PRIX32 "X"
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
inttypes.h 53 #define PRIxPTR PRIx32
54 #define PRIXPTR PRIX32
  /src/tests/lib/libc/atomic/
t_atomic_and.c 65 atf_and(atomic_and_32, uint32_t, PRIx32);
97 atf_and_nv(atomic_and_32_nv, uint32_t, PRIx32);
t_atomic_dec.c 62 atf_dec(atomic_dec_32, uint32_t, "0x%" PRIx32);
93 atf_dec_nv(atomic_dec_32_nv, uint32_t, "0x%" PRIx32);
t_atomic_inc.c 62 atf_inc(atomic_inc_32, uint32_t, "0x%" PRIx32);
93 atf_inc_nv(atomic_inc_32_nv, uint32_t, "0x%" PRIx32);
t_atomic_or.c 65 atf_or(atomic_or_32, uint32_t, PRIx32);
97 atf_or_nv(atomic_or_32_nv, uint32_t, PRIx32);
t___sync_compare_and_swap.c 100 atf_sync_bool(__sync_bool_compare_and_swap_4, uint32_t, PRIx32, __nothing);
155 PRIx16, PRIx32, pr56839_xfail);
157 PRIx32, PRIx64, __nothing);
200 atf_sync_val(__sync_val_compare_and_swap_4, uint32_t, PRIx32, __nothing);
252 PRIx16, PRIx32, pr56839_xfail);
254 PRIx32, PRIx64, __nothing);
t___sync_add.c 77 atf_sync_prefetch(__sync_fetch_and_add_4, uint32_t, PRIx32);
106 atf_sync_postfetch(__sync_add_and_fetch_4, uint32_t, PRIx32);
t___sync_and.c 77 atf_sync_prefetch(__sync_fetch_and_and_4, uint32_t, PRIx32);
106 atf_sync_postfetch(__sync_and_and_fetch_4, uint32_t, PRIx32);
  /src/sys/arch/x86/x86/
efi_machdep.c 143 aprint_debug(" %08" PRIx32 "", uuid->time_low);
214 aprint_debug("efi: %08" PRIx32, ct32->ct_data);
360 aprint_debug("efi: signature %" PRIx64 " revision %" PRIx32
361 " crc32 %" PRIx32 "\n", systbl32->st_hdr.th_sig,
363 aprint_debug("efi: firmware revision %" PRIx32 "\n",
369 aprint_debug("efi: runtime services at pa 0x%08" PRIx32 "\n",
371 aprint_debug("efi: boot services at pa 0x%08" PRIx32 "\n",
379 aprint_debug("efi: signature %" PRIx64 " revision %" PRIx32
380 " crc32 %" PRIx32 "\n", systbl64->st_hdr.th_sig,
382 aprint_debug("efi: firmware revision %" PRIx32 "\n"
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
od-elf32_avr.c 357 printf ("Flash %9" PRIu32 " %9" PRIu32 " %#9" PRIx32 " %#9" PRIx32 "\n",
370 printf ("RAM %9" PRIu32 " %9" PRId32 " %#9" PRIx32 " %#9" PRIx32 "\n",
374 printf ("EEPROM %9" PRIu32 " %9" PRIu32 " %#9" PRIx32 " %#9" PRIx32 "\n",
  /src/external/gpl3/binutils.old/dist/binutils/
od-elf32_avr.c 357 printf ("Flash %9" PRIu32 " %9" PRIu32 " %#9" PRIx32 " %#9" PRIx32 "\n",
370 printf ("RAM %9" PRIu32 " %9" PRId32 " %#9" PRIx32 " %#9" PRIx32 "\n",
374 printf ("EEPROM %9" PRIu32 " %9" PRIu32 " %#9" PRIx32 " %#9" PRIx32 "\n",
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.c 62 panic("%s: invalid register (%" PRIx32, __func__, reg);
85 panic("%s: invalid register (%" PRIx32, __func__, reg);

Completed in 106 milliseconds

1 2 3 4 5 6 7 8