| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | wide-int-print.cc | 67 print_hex (wi, buf); in print_decs() 91 print_hex (wi, buf); in print_decu() 106 print_hex (const wide_int_ref &val, char *buf) in print_hex() function 134 print_hex (const wide_int_ref &wi, FILE *file) in print_hex() function 137 print_hex (wi, buf); in print_hex()
|
| H A D | 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);
|
| H A D | dumpfile.c | 1385 print_hex (value, dump_file); in dump_hex() 1389 print_hex (value, alt_dump_file); in dump_hex()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | wide-int-print.cc | 67 print_hex (wi, buf); in print_decs() 91 print_hex (wi, buf); in print_decu() 106 print_hex (const wide_int_ref &val, char *buf) in print_hex() function 134 print_hex (const wide_int_ref &wi, FILE *file) in print_hex() function 137 print_hex (wi, buf); in print_hex()
|
| H A D | 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);
|
| H A D | dumpfile.cc | 1403 print_hex (value, dump_file); in dump_hex() 1407 print_hex (value, alt_dump_file); in dump_hex()
|
| /netbsd-src/sys/arch/x68k/stand/boot_ufs/ |
| H A D | bootmain.c | 69 void print_hex (unsigned int, int); 79 print_hex(unsigned int x, int l) in print_hex() function 85 print_hex(x >> 4, l - 1); in print_hex() 121 print_hex(SCSI_BLKLEN, 8); /* 0: 256, 1: 512, 2: 1024 */ in get_scsi_part() 123 print_hex(SCSI_PARTTOP, 8); /* partition top in sector */ in get_scsi_part() 266 print_hex(startregs[i], 8); in bootufs()
|
| /netbsd-src/sys/arch/x68k/stand/xxboot/ |
| H A D | bootmain.c | 57 print_hex(unsigned int x, int width) in print_hex() function 61 print_hex(x >> 4, width - 1); in print_hex() 182 print_hex(startregs[i], 8); in bootmain() 186 print_hex(BOOT_INFO, 8); in bootmain()
|
| H A D | xx.c | 63 print_hex(dblk, 8); in xxstrategy() 65 print_hex(size, 8); in xxstrategy()
|
| H A D | xxboot.h | 52 extern void print_hex(u_int, int);
|
| /netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| H A D | run.c | 71 static void print_hex(uint8_t *bytes, size_t bytes_len) { in print_hex() function 146 print_hex(out, outlen); in run() 155 print_hex(out, outlen); in run()
|
| /netbsd-src/sbin/nvmectl/ |
| H A D | identify.c | 230 print_hex(&cdata, hexlength); in identify_ctrlr() 293 print_hex(&nsdata, hexlength); in identify_ns()
|
| H A D | nvmectl.h | 105 void print_hex(void *, uint32_t);
|
| H A D | nvmectl.c | 145 print_hex(void *data, uint32_t length) in print_hex() function
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/common/ |
| H A D | alu-tst.c | 54 print_hex (uint64_t val, int nr_bits) in print_hex() function
|
| /netbsd-src/external/mpl/bind/dist/bin/tools/ |
| H A D | dnstap-read.c | 124 print_hex(dns_dtdata_t *dt) { in print_hex() 407 print_hex(dt); in main() 121 print_hex(dns_dtdata_t *dt) { print_hex() function
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | dwarf.c | 225 print_hex (uint64_t value, unsigned num_bytes) in print_hex() function 6722 print_hex (off, 4); in display_loc_list() 6748 print_hex (begin, pointer_size); in display_loc_list() 6749 print_hex (end, pointer_size); in display_loc_list() 6783 print_hex (begin + base_address, pointer_size); in display_loc_list() 6784 print_hex (end + base_address, pointer_size); in display_loc_list() 6863 print_hex (off, 4); in display_loclists_list() 6890 print_hex (idx, pointer_size); in display_loclists_list() 6894 print_hex (base_address, pointer_size); in display_loclists_list() 6929 print_hex (base_address, pointer_size); in display_loclists_list() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | arc-dis.c | 126 static bool print_hex = false; variable 799 print_hex = true; in parse_option() 1313 if (print_hex) in print_insn_arc()
|
| H A D | mips-dis.c | 1415 if (int_op->print_hex) in print_insn_arg() 1429 if (mint_op->print_hex) in print_insn_arg()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | arc-dis.c | 126 static bool print_hex = false; variable 804 print_hex = true; in parse_option() 1357 if (print_hex) in print_insn_arc()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | mips.h | 526 bool print_hex; member 538 bool print_hex; member
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | mips.h | 526 bool print_hex; member 538 bool print_hex; member
|
| /netbsd-src/external/bsd/nsd/dist/compat/ |
| H A D | snprintf.c | 157 print_hex(char* buf, int max, unsigned int value) in print_hex() function 390 int len = print_hex(buf, (int)sizeof(buf), value); in print_num_x()
|
| /netbsd-src/external/bsd/unbound/dist/compat/ |
| H A D | snprintf.c | 157 print_hex(char* buf, int max, unsigned int value) in print_hex() function 390 int len = print_hex(buf, (int)sizeof(buf), value); in print_num_x()
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 2628 char *print_hex (unsigned, const u_int8_t *, unsigned, unsigned); 2631 #define print_hex_1(len, data, limit) print_hex(len, data, limit, 0) 2632 #define print_hex_2(len, data, limit) print_hex(len, data, limit, 1) 2633 #define print_hex_3(len, data, limit) print_hex(len, data, limit, 2)
|