| /src/sys/arch/x68k/stand/xxboot/ |
| xx.c | 63 print_hex(dblk, 8); 65 print_hex(size, 8);
|
| xxboot.h | 52 extern void print_hex(u_int, int);
|
| bootmain.c | 57 print_hex(unsigned int x, int width) function 61 print_hex(x >> 4, width - 1); 182 print_hex(startregs[i], 8); 186 print_hex(BOOT_INFO, 8);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| wide-int-print.h | 35 extern void print_hex (const wide_int_ref &wi, char *buf); 36 extern void print_hex (const wide_int_ref &wi, FILE *file);
|
| wide-int-print.cc | 67 print_hex (wi, buf); 91 print_hex (wi, buf); 106 print_hex (const wide_int_ref &val, char *buf) function 134 print_hex (const wide_int_ref &wi, FILE *file) function 137 print_hex (wi, buf);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| bigcore.c | 62 print_hex (unsigned long long u) function 65 print_hex (u / 16); 80 print_hex ((unsigned long) a); 89 print_hex (u); 101 print_hex (rl.rlim_cur); 103 print_hex (rl.rlim_max);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| bigcore.c | 62 print_hex (unsigned long long u) function 65 print_hex (u / 16); 80 print_hex ((unsigned long) a); 89 print_hex (u); 101 print_hex (rl.rlim_cur); 103 print_hex (rl.rlim_max);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| wide-int-print.h | 35 extern void print_hex (const wide_int_ref &wi, char *buf); 36 extern void print_hex (const wide_int_ref &wi, FILE *file);
|
| wide-int-print.cc | 141 print_hex (const wide_int_ref &val, char *buf) function 169 print_hex (const wide_int_ref &wi, FILE *file) function 175 print_hex (wi, p);
|
| value-range-pretty-print.cc | 109 print_hex (bm.mask (), p); 112 print_hex (bm.value (), p);
|
| /src/sbin/nvmectl/ |
| nvmectl.h | 105 void print_hex(void *, uint32_t);
|
| identify.c | 230 print_hex(&cdata, hexlength); 293 print_hex(&nsdata, hexlength);
|
| nvmectl.c | 145 print_hex(void *data, uint32_t length) function
|
| /src/sys/arch/x68k/stand/boot_ufs/ |
| bootmain.c | 69 void print_hex (unsigned int, int); 79 print_hex(unsigned int x, int l) function 85 print_hex(x >> 4, l - 1); 121 print_hex(SCSI_BLKLEN, 8); /* 0: 256, 1: 512, 2: 1024 */ 123 print_hex(SCSI_PARTTOP, 8); /* partition top in sector */ 266 print_hex(startregs[i], 8);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/common/ |
| alu-n-tst.h | 36 print_hex (tst->begin, N); 40 print_hex (op->arg, N); 82 print_hex (tst->result, N); 104 print_hex (CARRY_BORROW_RESULT, N); 110 print_hex (OVERFLOW_RESULT, N); 116 print_hex (RESULT, N);
|
| alu-tst.c | 54 print_hex (uint64_t val, int nr_bits) function
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/common/ |
| alu-n-tst.h | 36 print_hex (tst->begin, N); 40 print_hex (op->arg, N); 82 print_hex (tst->result, N); 104 print_hex (CARRY_BORROW_RESULT, N); 110 print_hex (OVERFLOW_RESULT, N); 116 print_hex (RESULT, N);
|
| alu-tst.c | 54 print_hex (uint64_t val, int nr_bits) function
|
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| run.c | 71 static void print_hex(uint8_t *bytes, size_t bytes_len) { function 146 print_hex(out, outlen); 155 print_hex(out, outlen);
|
| /src/external/mpl/bind/dist/bin/tools/ |
| dnstap-read.c | 124 print_hex(dns_dtdata_t *dt) { function 407 print_hex(dt);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 230 print_hex (uint64_t value, unsigned num_bytes) function 239 /* Like print_hex, but no trailing space. */ 252 print_hex would have printed it. */ 6828 print_hex (off, 4); 6854 print_hex (begin, pointer_size); 6855 print_hex (end, pointer_size); 6889 print_hex (begin + base_address, pointer_size); 6890 print_hex (end + base_address, pointer_size); 6969 print_hex (off, 4); 6996 print_hex (idx, pointer_size) [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| mips.h | 274 bool print_hex; member in struct:mips_int_operand 286 bool print_hex; member in struct:mips_mapped_int_operand
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 227 print_hex (uint64_t value, unsigned num_bytes) function 236 /* Like print_hex, but no trailing space. */ 249 print_hex would have printed it. */ 6756 print_hex (off, 4); 6782 print_hex (begin, pointer_size); 6783 print_hex (end, pointer_size); 6817 print_hex (begin + base_address, pointer_size); 6818 print_hex (end + base_address, pointer_size); 6897 print_hex (off, 4); 6924 print_hex (idx, pointer_size) [all...] |
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| mips.h | 274 bool print_hex; member in struct:mips_int_operand 286 bool print_hex; member in struct:mips_mapped_int_operand
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| mips.h | 274 bool print_hex; member in struct:mips_int_operand 286 bool print_hex; member in struct:mips_mapped_int_operand
|