Searched refs:printf (Results 1 - 25 of 2943) sorted by relevance

1234567891011>>

/xsrc/external/mit/xterm/dist/vttests/
H A Ddl.sh35 printf '\033[H\033[2J'
36 printf 'First line\nSecond line\nThird line\nLast line!\n'
40 printf '\033[2;8H'
41 printf '\033[1M'
42 printf '*'
46 printf '\033[?69h'
47 printf '\033[4;40s'
51 printf '\033[?69l'
55 printf '\033[10;1H'
H A Dil.sh35 printf '\033[H\033[2J'
36 printf 'First line\nSecond line\nThird line\nLast line!\n'
40 printf '\033[2;8H'
41 printf '\033[1L'
42 printf '*'
46 printf '\033[?69h'
47 printf '\033[4;40s'
51 printf '\033[?69l'
55 printf '\033[10;1H'
H A Dtab0.sh38 printf "Tabs %s:" "$1"
43 printf "%s+----%d" "----" "`expr 1 + \( "$p" / 10 \)`"
46 printf '\n'
48 printf " "
51 printf "%*s" "$1" "*"
54 printf '\n'
58 printf '\t+'
61 printf '\n'
62 printf "...done"
71 printf '\03
[all...]
H A Dbounce.sh44 printf 'Hello ...\n'
47 printf '\033[2t'
50 printf '\033[1t'
53 printf 'World!\n'
/xsrc/external/mit/xcursor-themes/dist/
H A Dgenmakefile.sh8 MAKE_LINKS="$(printf '%s && \\\n\t$(LN_S) %s %s' "${MAKE_LINKS}" $2 $1)"
16 printf '# this is a generated file -- do not edit.\n'
17 printf '\n'
18 printf 'CURSORFILES = %s\n' "${CURSORS}"
19 printf 'CURSORLINKS =%s\n' "${CURSORLINKS}"
20 printf 'CLEANFILES = $(CURSORFILES)\n'
21 printf 'cursor_DATA = $(CURSORFILES)\n'
22 printf '\n'
23 printf 'EXTRA_DIST = %s\n' "${DIST}"
24 printf '\
[all...]
/xsrc/external/mit/xf86-video-mga/dist/util/
H A Dstormdwg.c105 printf("the val is : %lu\n", val);
111 printf("opcode: %s\n", opcodes[tmp]);
115 printf("atype: %s\n", atype[tmp]);
119 printf("xy bitblt\n");
121 printf("linear bitblt\n");
125 printf("zmode: %s\n", zmode[tmp]);
129 printf("solid line or constant trapezoid\n");
131 printf("src0 - 3 may need to be loaded");
134 printf("ar0-ar6 = 0\n");
136 printf("yo
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcdbg.c83 printf (" ");
91 printf (" [marker] ");
93 printf (" ");
102 printf ("(w)");
105 printf ("(s)");
108 printf ("(=)");
112 printf ("(?)");
126 printf (" [marker]");
147 printf ("%s", buf.buf);
149 printf ("langse
[all...]
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dglinfo.c20 printf("GL_VERSION: %s\n", (char *) glGetString(GL_VERSION));
21 printf("GL_RENDERER: %s\n", (char *) glGetString(GL_RENDERER));
22 printf("GL_VENDOR: %s\n", (char *) glGetString(GL_VENDOR));
23 printf("GL_EXTENSIONS: %s\n", (char *) glGetString(GL_EXTENSIONS));
30 printf("GL_SHADING_LANGUAGE_VERSION = %s\n", slv);
35 printf("GLU_VERSION: %s\n", (char *) gluGetString(GLU_VERSION));
36 printf("GLU_EXTENSIONS: %s\n", (char *) gluGetString(GLU_EXTENSIONS));
37 printf("GLUT_API_VERSION: %d\n", GLUT_API_VERSION);
39 printf("GLUT_XLIB_IMPLEMENTATION: %d\n", GLUT_XLIB_IMPLEMENTATION);
/xsrc/external/mit/libdrm/dist/tests/
H A Ddrmdevice.c38 printf("device[%i]\n", i);
39 printf("+-> available_nodes %#04x\n", device->available_nodes);
40 printf("+-> nodes\n");
43 printf("| +-> nodes[%d] %s\n", j, device->nodes[j]);
45 printf("+-> bustype %04x\n", device->bustype);
47 printf("| +-> pci\n");
48 printf("| +-> domain %04x\n",device->businfo.pci->domain);
49 printf("| +-> bus %02x\n", device->businfo.pci->bus);
50 printf("| +-> dev %02x\n", device->businfo.pci->dev);
51 printf("|
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Daudio.c48 printf("%-18s 0x%08x %s\n", # reg, dword, desc); \
194 /* printf("%-18s %8s %s\n\n", "register name", "raw value", "description"); */
259 printf("\nDetails:\n\n");
262 printf("AUD_VID_DID vendor id\t\t\t0x%x\n", dword >> 16);
263 printf("AUD_VID_DID device id\t\t\t0x%x\n", dword & 0xffff);
266 printf("AUD_RID major revision\t\t\t0x%lx\n", BITS(dword, 23, 20));
267 printf("AUD_RID minor revision\t\t\t0x%lx\n", BITS(dword, 19, 16));
268 printf("AUD_RID revision id\t\t\t0x%lx\n", BITS(dword, 15, 8));
269 printf("AUD_RID stepping id\t\t\t0x%lx\n", BITS(dword, 7, 0));
272 printf("SDVO
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
H A Dbios_reader.c124 printf("General features block:\n");
126 printf("\tPanel fitting: ");
129 printf("disabled\n");
132 printf("text only\n");
135 printf("graphics only\n");
138 printf("text & graphics\n");
141 printf("\tFlexaim: %s\n", YESNO(features->flexaim));
142 printf("\tMessage: %s\n", YESNO(features->msg_enable));
143 printf("\tClear screen: %d\n", features->clear_screen);
144 printf("\tDV
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_print.c39 printf("%04u:", instr->serialno);
41 printf("%04u:", instr->name);
42 printf("%04u:", instr->ip);
43 printf("%03u:", instr->depth);
44 printf("%03u: ", instr->sun);
47 printf("(sy)");
49 printf("(ss)");
53 case OPC_META_INPUT: printf("_meta:in"); break;
54 case OPC_META_FO: printf("_meta:fo"); break;
55 case OPC_META_FI: printf("_met
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dxbell.c41 printf(" key_click_percent = %d\n", kc->key_click_percent);
43 printf(" bell_percent = %d\n", kc->bell_percent);
45 printf(" bell_pitch = %d\n", kc->bell_pitch);
47 printf(" bell_duration = %d\n", kc->bell_duration);
49 printf(" led = 0x%x\n", kc->led);
51 printf(" led_mode = %d\n", kc->led_mode);
53 printf(" key = %d\n", kc->key);
55 printf(" auto_repeat_mode = %d\n", kc->auto_repeat_mode);
60 printf(" key_click_percent = %d\n", ks->key_click_percent);
61 printf(" bell_percen
[all...]
H A Dxtest.c48 printf("Cannot open display %s\n", argv[1]);
52 printf("Usage: %s display\n", argv[0]);
57 printf("Cannot open default display\n");
63 printf("XTEST extension not present\n");
66 printf("XTEST extension present: event_base = %d, error_base = %d\n",
68 printf("Extension version: %d.%d\n", major_version, minor_version);
H A Ddmxaddinput.c49 printf("Usage: %s display c|b name|screen isCore\n", argv[0]);
54 printf("Cannot open display %s\n", argv[1]);
59 printf("DMX extension not present\n");
62 printf("DMX extension present: event_base = %d, error_base = %d\n",
67 printf("Could not get extension version\n");
70 printf("Extension version: %d.%d patch %d\n",
79 printf("status = %d, id = %d\n", status, id);
/xsrc/external/mit/libdrm/dist/tests/modeprint/
H A Dmodeprint.c61 printf("Mode: %s\n", mode->name);
62 printf("\tclock : %i\n", mode->clock);
63 printf("\thdisplay : %i\n", mode->hdisplay);
64 printf("\thsync_start : %i\n", mode->hsync_start);
65 printf("\thsync_end : %i\n", mode->hsync_end);
66 printf("\thtotal : %i\n", mode->htotal);
67 printf("\thskew : %i\n", mode->hskew);
68 printf("\tvdisplay : %i\n", mode->vdisplay);
69 printf("\tvsync_start : %i\n", mode->vsync_start);
70 printf("\tvsync_en
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_debug_fp.c124 printf("T_DIFFUSE");
127 printf("T_SPECULAR");
130 printf("T_FOG_W");
133 printf("T_TEX%d", nr);
138 printf("oC");
144 printf("oD");
152 printf("%s[%d]", regname[type], nr);
173 printf(".");
177 printf("-");
181 printf("
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_debug_fp.c127 printf("T_DIFFUSE");
130 printf("T_SPECULAR");
133 printf("T_FOG_W");
136 printf("T_TEX%d", nr);
141 printf("oC");
147 printf("oD");
155 printf("%s[%d]", regname[type], nr);
176 printf(".");
180 printf("-");
184 printf("
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Ddisasm.c52 printf("^%u", cur_dest_index + unit);
62 printf("/t[addr0]");
65 printf("/v");
67 printf("/$");
68 printf("%u", instr->store0_addr);
71 printf(".");
73 printf("x");
75 printf("y");
81 printf("/t[addr0]");
84 printf("/
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dutil.h55 printf((i % 8) ? " " : "\t");
62 printf("%08x", d);
65 printf("\n");
72 printf("\n");
86 printf((i % 8) ? " " : "\t");
93 printf("%8f", uif(d));
96 printf("\n");
103 printf("\n");
124 printf("\t");
128 printf("\
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Ddisassemble.c38 #define DEFINE_CASE(define, str) case define: { printf(str); break; }
48 printf("%s", alu_opcode_props[op].name);
52 printf("alu_op_%02X", op);
62 printf("%s", load_store_opcode_names[op]);
64 printf("ldst_op_%02X", op);
106 printf("r%u", reg);
119 printf("%s", outmod_names[outmod]);
128 printf("0x%08X%s ", words[i], i == 3 ? "" : ",");
130 printf("\n");
147 printf("sex
[all...]
/xsrc/external/mit/xf86-video-chips/dist/util/
H A DmRegs.c18 printf("usage: %s [Cvvxx [Cvvxx]] [Dxx]\n",argv[0]);
19 printf(" where C = A|a write vv to ARxx\n");
20 printf(" = C|c write vv to CRxx\n");
21 printf(" = F|f write vv to FRxx (6555x only)\n");
22 printf(" = G|g write vv to GRxx\n");
23 printf(" = M|m write vv to MRxx (6555x only)\n");
24 printf(" = S|s write vv to SRxx\n");
25 printf(" = X|x write vv to XRxx\n");
26 printf(" where D = Y|y write xx to FCR\n");
27 printf("
[all...]
/xsrc/external/mit/xinput/dist/src/
H A Dlist.c48 printf("%s\n", info->name);
52 printf("%ld\n", info->id);
56 printf("\"%s\"\tid=%ld\t[", info->name, info->id);
60 printf("XPointer");
63 printf("XKeyboard");
66 printf("XExtensionDevice");
69 printf("XExtensionKeyboard");
72 printf("XExtensionPointer");
75 printf("Unknown class");
78 printf("]\
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_print.c43 printf("_");
53 printf("u%d", 23 - reg);
55 printf("r%d", reg);
57 printf("%d", source);
66 printf(".");
79 printf(".");
127 printf("#");
130 printf("vec%d(", num_comp);
139 printf(", ");
147 printf(")");
[all...]
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbinfo.c29 printf("Error: glxGetFBConfigs failed\n");
34 printf("Number of fbconfigs: %d\n", nConfigs);
37 printf(" ID VisualType Depth Lvl RGB CI DB Stereo R G B A");
38 printf(" Z S AR AG AB AA MSbufs MSnum Pbuffer Float\n");
55 printf("Options:\n");
56 printf(" -display <display-name> specify X display name\n");
57 printf(" -t print in tabular format\n");
58 printf(" -v print in verbose format\n");
59 printf(" -help print this information\n");
92 printf("Unknow
[all...]

Completed in 18 milliseconds

1234567891011>>