Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 25 of 5018) sorted by relevance

12345678910>>...201

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dz8kgen.c747 printf ("%s", table->token); in translate()
755 printf ("**** Can't find %s\n", x); in translate()
767 printf ("{"); in chewbits()
776 printf (","); in chewbits()
781 printf ("0,"); in chewbits()
784 printf ("}"); in chewbits()
806 printf ("\"%s\",OPC_%s,0,{", *name, *name); in chewname()
818 printf (","); in chewname()
822 printf ("0"); in chewname()
824 printf ("},"); in chewname()
[all …]
H A Daarch64-gen.c164 printf ("%s\t%08x\t%08x\t%d\n", get_aarch64_opcode (ent)->name, in print_one_opcode_node()
175 printf ("print_opcode_nodes table:\n"); in print_opcode_nodes()
237 printf ("Enter into depth %d\n", depth); in divide_table_1()
246 printf ("opcode isolated:\n"); in divide_table_1()
262 printf ("mask and result: %08x\n", (unsigned int)mask_and); in divide_table_1()
272 printf ("Isolated opcode group:\n"); in divide_table_1()
293 printf ("use bit %d\n", bitno); in divide_table_1()
344 printf ("Leave from depth %d\n", depth); in divide_table_1()
378 static void __attribute__ ((format (printf, 2, 3)))
383 printf ("%*s", (int) indent, ""); in indented_print()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dz8kgen.c747 printf ("%s", table->token); in translate()
755 printf ("**** Can't find %s\n", x); in translate()
767 printf ("{"); in chewbits()
776 printf (","); in chewbits()
781 printf ("0,"); in chewbits()
784 printf ("}"); in chewbits()
806 printf ("\"%s\",OPC_%s,0,{", *name, *name); in chewname()
818 printf (","); in chewname()
822 printf ("0"); in chewname()
824 printf ("},"); in chewname()
[all …]
H A Daarch64-gen.c164 printf ("%s\t%08x\t%08x\t%d\n", get_aarch64_opcode (ent)->name, in print_one_opcode_node()
175 printf ("print_opcode_nodes table:\n"); in print_opcode_nodes()
237 printf ("Enter into depth %d\n", depth); in divide_table_1()
246 printf ("opcode isolated:\n"); in divide_table_1()
262 printf ("mask and result: %08x\n", (unsigned int)mask_and); in divide_table_1()
272 printf ("Isolated opcode group:\n"); in divide_table_1()
293 printf ("use bit %d\n", bitno); in divide_table_1()
344 printf ("Leave from depth %d\n", depth); in divide_table_1()
378 static void __attribute__ ((format (printf, 2, 3)))
383 printf ("%*s", (int) indent, ""); in indented_print()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenattr.c45 printf ("#define HAVE_ATTR_%s 1\n", XSTR (attr, 0)); in gen_attr()
49 printf ("extern enum %s get_attr_%s (%s);\n\n", in gen_attr()
56 printf ("extern int get_attr_%s (%s);\n", XSTR (attr, 0), in gen_attr()
59 printf ("extern enum attr_%s get_attr_%s (%s);\n\n", in gen_attr()
194 printf ("extern int num_delay_slots (rtx_insn *);\n"); in main()
195 printf ("extern int eligible_for_delay (rtx_insn *, int, rtx_insn *, int);\n\n"); in main()
196 printf ("extern int const_num_delay_slots (rtx_insn *);\n\n"); in main()
197 printf ("#define ANNUL_IFTRUE_SLOTS %d\n", have_annul_true); in main()
198 printf ("extern int eligible_for_annul_true (rtx_insn *, int, rtx_insn *, int);\n"); in main()
199 printf ("#define ANNUL_IFFALSE_SLOTS %d\n", have_annul_false); in main()
[all …]
H A Dgenemit.c70 printf ("operand%d", XINT (x, 0)); in gen_rtx_scratch()
74 printf ("gen_rtx_SCRATCH (%smode)", GET_MODE_NAME (GET_MODE (x))); in gen_rtx_scratch()
92 printf ("NULL_RTX"); in gen_exp()
106 printf ("copy_rtx (operand%d)", XINT (x, 0)); in gen_exp()
111 printf ("operand%d", XINT (x, 0)); in gen_exp()
115 printf ("gen_rtx_fmt_"); in gen_exp()
117 printf ("e"); in gen_exp()
118 printf (" (GET_CODE (operand%d), ", XINT (x, 0)); in gen_exp()
120 printf ("GET_MODE (operand%d)", XINT (x, 0)); in gen_exp()
122 printf ("%smode", GET_MODE_NAME (GET_MODE (x))); in gen_exp()
[all …]
H A Dgenpeep.c62 printf (" insn = ins1;\n"); in gen_peephole()
68 printf (" do { insn = NEXT_INSN (insn);\n"); in gen_peephole()
69 printf (" if (insn == 0) goto L%d; }\n", info->index); in gen_peephole()
70 printf (" while (NOTE_P (insn)\n"); in gen_peephole()
71 printf ("\t || (NONJUMP_INSN_P (insn)\n"); in gen_peephole()
72 printf ("\t && (GET_CODE (PATTERN (insn)) == USE\n"); in gen_peephole()
73 printf ("\t\t || GET_CODE (PATTERN (insn)) == CLOBBER)));\n"); in gen_peephole()
75 printf (" if (LABEL_P (insn)\n\ in gen_peephole()
79 printf (" pat = PATTERN (insn);\n"); in gen_peephole()
91 printf (" if (! (%s)) goto L%d;\n", in gen_peephole()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenattr.cc45 printf ("#define HAVE_ATTR_%s 1\n", XSTR (attr, 0)); in gen_attr()
49 printf ("extern enum %s get_attr_%s (%s);\n\n", in gen_attr()
56 printf ("extern int get_attr_%s (%s);\n", XSTR (attr, 0), in gen_attr()
59 printf ("extern enum attr_%s get_attr_%s (%s);\n\n", in gen_attr()
194 printf ("extern int num_delay_slots (rtx_insn *);\n"); in main()
195 printf ("extern int eligible_for_delay (rtx_insn *, int, rtx_insn *, int);\n\n"); in main()
196 printf ("extern int const_num_delay_slots (rtx_insn *);\n\n"); in main()
197 printf ("#define ANNUL_IFTRUE_SLOTS %d\n", have_annul_true); in main()
198 printf ("extern int eligible_for_annul_true (rtx_insn *, int, rtx_insn *, int);\n"); in main()
199 printf ("#define ANNUL_IFFALSE_SLOTS %d\n", have_annul_false); in main()
[all …]
H A Dgenemit.cc70 printf ("operand%d", XINT (x, 0)); in gen_rtx_scratch()
74 printf ("gen_rtx_SCRATCH (%smode)", GET_MODE_NAME (GET_MODE (x))); in gen_rtx_scratch()
92 printf ("NULL_RTX"); in gen_exp()
106 printf ("copy_rtx (operand%d)", XINT (x, 0)); in gen_exp()
111 printf ("operand%d", XINT (x, 0)); in gen_exp()
115 printf ("gen_rtx_fmt_"); in gen_exp()
117 printf ("e"); in gen_exp()
118 printf (" (GET_CODE (operand%d), ", XINT (x, 0)); in gen_exp()
120 printf ("GET_MODE (operand%d)", XINT (x, 0)); in gen_exp()
122 printf ("%smode", GET_MODE_NAME (GET_MODE (x))); in gen_exp()
[all …]
H A Dgenpeep.cc62 printf (" insn = ins1;\n"); in gen_peephole()
68 printf (" do { insn = NEXT_INSN (insn);\n"); in gen_peephole()
69 printf (" if (insn == 0) goto L%d; }\n", info->index); in gen_peephole()
70 printf (" while (NOTE_P (insn)\n"); in gen_peephole()
71 printf ("\t || (NONJUMP_INSN_P (insn)\n"); in gen_peephole()
72 printf ("\t && (GET_CODE (PATTERN (insn)) == USE\n"); in gen_peephole()
73 printf ("\t\t || GET_CODE (PATTERN (insn)) == CLOBBER)));\n"); in gen_peephole()
75 printf (" if (LABEL_P (insn)\n\ in gen_peephole()
79 printf (" pat = PATTERN (insn);\n"); in gen_peephole()
91 printf (" if (! (%s)) goto L%d;\n", in gen_peephole()
[all …]
/netbsd-src/sys/arch/rs6000/stand/boot/
H A Diplcb.c18 printf(" System Info: %p\n", sysinfo_p); in dump_sysinfo()
19 printf(" Processors: %d\n", sysinfo->nrof_procs); in dump_sysinfo()
20 printf(" Coherence Block size: 0x%x\n", sysinfo->coherency_size); in dump_sysinfo()
21 printf(" Reservation Granule size: 0x%x\n", sysinfo->resv_size); in dump_sysinfo()
22 printf(" Arbiter Controller RA: %p\n", sysinfo->arb_ctrl_addr); in dump_sysinfo()
23 printf(" Physical ID Register RA: %p\n", sysinfo->phys_id_addr); in dump_sysinfo()
24 printf(" # of BOS Slot Reset Registers: %d\n", sysinfo->nrof_bsrr); in dump_sysinfo()
25 printf(" BSSR RA: %p\n", sysinfo->bssr_addr); in dump_sysinfo()
26 printf(" Time of day type: %d\n", sysinfo->tod_type); in dump_sysinfo()
27 printf(" TOD Register RA: %p\n", sysinfo->todr_addr); in dump_sysinfo()
[all …]
/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c191 printf("}"); in printflag_end()
193 printf("{}"); in printflag_end()
196 printf("\n"); in printflag_end()
204 printf("%c%s", pf_sep, name); in printflag()
232 printf("0x%08x:%u[%u] (Memory)", in acpi_print_gas()
236 printf("0x%016jx:%u[%u] (Memory)", in acpi_print_gas()
241 printf("0x%02x:%u[%u] (IO)", (u_int)gas->Address, in acpi_print_gas()
245 printf("%x:%x+0x%x (PCI)", (uint16_t)(gas->Address >> 32), in acpi_print_gas()
251 printf("0x%x:%u[%u] (EC)", (uint16_t)gas->Address, in acpi_print_gas()
255 printf("0x%x:%u[%u] (SMBus)", (uint16_t)gas->Address, in acpi_print_gas()
[all …]
/netbsd-src/usr.bin/sdpquery/
H A Dprint.c562 printf("AttributeID 0x%04x:\n", id); in print_record()
566 printf("AttributeID 0x%04x:\n", id); in print_record()
572 printf(" [additional data ignored]\n"); in print_record()
574 printf("AttributeID 0x%04x:\n", id); in print_record()
655 n = printf("%s", title); in print_hexdump()
659 printf("\n%*s", n, ""); in print_hexdump()
663 printf(" 0x%02x", *data++); in print_hexdump()
666 printf("\n"); in print_hexdump()
676 printf("%s", attr[i].desc); in print_attribute()
679 printf(" ("); in print_attribute()
[all …]
/netbsd-src/external/mit/lua/dist/src/
H A Dluac.c120 printf("%s\n",LUA_COPYRIGHT); in doargs()
226 printf("\""); in PrintString()
233 printf("\\\""); in PrintString()
236 printf("\\\\"); in PrintString()
239 printf("\\a"); in PrintString()
242 printf("\\b"); in PrintString()
245 printf("\\f"); in PrintString()
248 printf("\\n"); in PrintString()
251 printf("\\r"); in PrintString()
254 printf("\\t"); in PrintString()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsysinfo.y59 printf("#ifdef SYSROFF_SWAP_IN\n");
62 printf("#ifdef SYSROFF_p\n");
67 printf("#ifdef SYSROFF_SWAP_OUT\n");
70 printf("#ifdef SYSROFF_PRINT\n");
71 printf("#include <stdio.h>\n");
72 printf("#include <stdlib.h>\n");
73 printf("#include <ansidecl.h>\n");
83 printf("#endif\n");
104 printf("\n\n\n#define IT_%s_CODE 0x%x\n", it,code);
105 printf("struct IT_%s;\n", it);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsysinfo.y59 printf("#ifdef SYSROFF_SWAP_IN\n");
62 printf("#ifdef SYSROFF_p\n");
67 printf("#ifdef SYSROFF_SWAP_OUT\n");
70 printf("#ifdef SYSROFF_PRINT\n");
71 printf("#include <stdio.h>\n");
72 printf("#include <stdlib.h>\n");
73 printf("#include <ansidecl.h>\n");
83 printf("#endif\n");
104 printf("\n\n\n#define IT_%s_CODE 0x%x\n", it,code);
105 printf("struct IT_%s;\n", it);
[all …]
/netbsd-src/sys/arch/alpha/alpha/
H A Ddec_2100_a50.c186 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_2100_a50_cons_init()
187 printf("ctb->ctb_turboslot = 0x%lx\n", ctb->ctb_turboslot); in dec_2100_a50_cons_init()
214 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); in dec_2100_a50_device_register()
230 printf("\npcidev = %s\n", device_xname(dev)); in dec_2100_a50_device_register()
251 printf("\nbooted_device = %s\n", device_xname(dev)); in dec_2100_a50_device_register()
257 printf("\nctrlrdev = %s\n", device_xname(dev)); in dec_2100_a50_device_register()
286 printf("\nbooted_device = %s\n", device_xname(dev)); in dec_2100_a50_device_register()
314 printf(" Processor Machine Check (%lx), Code 0x%lx\n", in dec_2100_a50_mcheck()
316 printf("CPU state:\n"); in dec_2100_a50_mcheck()
319 printf("\tPAL temp[%d-%d]\t\t= 0x%16lx 0x%16lx\n", i, i+1, in dec_2100_a50_mcheck()
[all …]
/netbsd-src/games/battlestar/
H A Dcommand5.c59 printf("Kissed.\n"); in kiss()
64 printf("She squirms and avoids your "); in kiss()
80 printf("Her lips are warm and her body "); in kiss()
81 printf("robust. She pulls you down to "); in kiss()
111 printf("Loved.\n"); in love()
115 printf("She cuddles up to you, and her mouth "); in love()
116 printf("starts to work:\n'That was my "); in love()
117 printf("sister's amulet. The lovely "); in love()
118 printf("goddess, Purl, was she. The Empire\n"); in love()
119 printf("captured her just after the Darkness "); in love()
[all …]
/netbsd-src/sys/dev/pci/
H A Dpci_subr.c817 printf(" %s: %s\n", (str), ((rval) & (bit)) ? onstr : offstr);
846 printf(" Vendor Name: %s (0x%04x)\n", name, in pci_conf_print_common()
849 printf(" Vendor ID: 0x%04x\n", PCI_VENDOR(rval)); in pci_conf_print_common()
853 printf(" Device Name: %s (0x%04x)\n", name, in pci_conf_print_common()
856 printf(" Device ID: 0x%04x\n", PCI_PRODUCT(rval)); in pci_conf_print_common()
860 printf(" Command register: 0x%04x\n", rval & 0xffff); in pci_conf_print_common()
874 printf(" Status register: 0x%04x\n", (rval >> 16) & 0xffff); in pci_conf_print_common()
886 printf(" DEVSEL timing: "); in pci_conf_print_common()
889 printf("fast"); in pci_conf_print_common()
892 printf("medium"); in pci_conf_print_common()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/sim/h8300/
H A Dwritecode.c186 printf ("ir%d = GET_LVAL_%d_REG(%d);\n", op, size, i);
190 printf ("/* Imm has no lvalue */\n");
217 printf ("saved_state.exception = SIGSTOP;\n"); in esleep()
226 printf ("dst = srca;\n");
233 printf ("SET_CCR(GET_CCR() & srca);\n");
240 printf ("dst = srca + srcb+ (c != 0);\n");
247 printf ("dst = srcb - srca - (c != 0);\n");
256 printf ("%s;\n", s);
264 printf ("%s;\n", s);
272 printf ("if (%s) npc += ((char )b1)>>1;\n", a);
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/h8300/
H A Dwritecode.c186 printf ("ir%d = GET_LVAL_%d_REG(%d);\n", op, size, i);
190 printf ("/* Imm has no lvalue */\n");
217 printf ("saved_state.exception = SIGSTOP;\n"); in esleep()
226 printf ("dst = srca;\n");
233 printf ("SET_CCR(GET_CCR() & srca);\n");
240 printf ("dst = srca + srcb+ (c != 0);\n");
247 printf ("dst = srcb - srca - (c != 0);\n");
256 printf ("%s;\n", s);
264 printf ("%s;\n", s);
272 printf ("if (%s) npc += ((char )b1)>>1;\n", a);
[all …]
/netbsd-src/sys/dev/podulebus/
H A Dpodulelist2h.awk44 printf("/*\t\$NetBSD\$\t*/\n\n") > dfile
45 printf("/*\n") > dfile
46 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
48 printf(" *\n") > dfile
49 printf(" * generated from:\n") > dfile
50 printf(" *\t%s\n", VERSION) > dfile
51 printf(" */\n") > dfile
53 printf("/*\t\$NetBSD\$\t*/\n\n") > hfile
54 printf("/*\n") > hfile
55 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
[all …]
/netbsd-src/sys/arch/ia64/unwind/
H A Dstackframe.c51 printf("Wrong unwind version! \n"); in buildrecordchain()
59 printf("recptr = %p \n", recptr); in buildrecordchain()
60 printf("unwindlen = %lx \n", unwindlen); in buildrecordchain()
61 printf("unwindend = %lx \n", unwindend); in buildrecordchain()
181 printf("Skipping prologue desc slot :: %d \n", rec_cnt); in buildrecordchain()
249 printf("Skipping body desc slot :: %d \n", rec_cnt); in buildrecordchain()
274 printf("\t R1:"); in dump_recordchain()
276 printf("body ("); in dump_recordchain()
278 printf("prologue ("); in dump_recordchain()
279 printf("rlen = %ld) \n", rchain->udesc.R1.rlen); in dump_recordchain()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgen-fac.c52 printf ("/* This file is automatically generated by gen-fac.c */\n\n"); in gen_consts()
53 printf ("#if GMP_NUMB_BITS != %u\n", numb); in gen_consts()
54 printf ("Error , error this data is for %u GMP_NUMB_BITS only\n", numb); in gen_consts()
55 printf ("#endif\n"); in gen_consts()
57 printf ("#if GMP_LIMB_BITS != %u\n", limb); in gen_consts()
58 printf ("Error , error this data is for %u GMP_LIMB_BITS only\n", limb); in gen_consts()
59 printf ("#endif\n"); in gen_consts()
62 printf in gen_consts()
64 printf in gen_consts()
73 printf ("),CNST_LIMB(0x"); in gen_consts()
[all …]
/netbsd-src/sys/dev/pcmcia/
H A Ddevlist2h.awk96 printf("/*\t$NetBSD" "$\t*/\n\n") > dfile
97 printf("/*\n") > dfile
98 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
100 printf(" *\n") > dfile
101 printf(" * generated from:\n") > dfile
102 printf(" *\t%s\n", VERSION) > dfile
103 printf(" */\n") > dfile
105 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
106 printf("/*\n") > hfile
107 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
[all …]

12345678910>>...201