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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/xterm/dist/vttests/
dl.sh 35 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'
il.sh 35 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'
sgrPushPop.pl 67 printf $pushSgr;
68 printf "\x1b[40;37mSetting ambient colors to white-on-black\n";
69 printf $pushSgr;
73 printf $pushSgr;
74 printf $lib1Fmt, $fg, $bg, $fg, $bg;
75 printf $lib2Fmt, $redOnBlack, $blackOnYellow, $blueOnGreen;
77 printf $popSgr; # keep the newline from bleeding color
82 printf $popSgr;
83 printf "The ambient colors should still be white-on-black.\n";
84 printf $popSgr
    [all...]
tab0.sh 38 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 '\033[?7l
    [all...]
256colors.pl 48 printf "%03.3d/%03.3d ", $fg, $bg;
88colors.pl 45 printf "%03.3d/%03.3d ", $fg, $bg;
xorblink.pl 116 printf "%s -> %s\n", &visible($seq), $txt;
122 printf STDERR "%s", $seq;
211 printf STDERR "%s\t[", &visible($set);
214 printf STDERR "\e7";
217 printf STDERR "%s", $set;
220 printf STDERR "X] ";
222 printf STDERR " [C=%s,", &DECRQSS(" q");
223 printf STDERR "B=%s,", &DECRQM(12);
224 printf STDERR "M=%s,%s]", &DECRQM(13), &DECRQM(14);
225 printf STDERR " %s", $msg
    [all...]
  /xsrc/external/mit/xcursor-themes/dist/
genmakefile.sh 8 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 '\n
    [all...]
  /xsrc/external/mit/xf86-video-mga/dist/util/
stormdwg.c 105 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("you may need to set ar0-6.\n")
    [all...]
  /xsrc/external/mit/fontconfig/dist/src/
fcdbg.c 83 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 ("langset (alloc error)")
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/demos/
glinfo.c 20 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/
drmdevice.c 38 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("| +-> func %1u\n", device->businfo.pci->func)
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
audio.c 48 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("SDVOB enable\t\t\t\t%u\n", !!(dword & SDVO_ENABLE))
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
bios_reader.c 124 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("\tDVO color flip required: %s\n", YESNO(features->color_flip))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_print.c 39 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("_meta:fi"); break
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
xbell.c 41 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_percent = %d\n", ks->bell_percent)
    [all...]
xtest.c 48 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);
  /xsrc/external/mit/libdrm/dist/tests/modeprint/
modeprint.c 61 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_end : %i\n", mode->vsync_end)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i915_debug_fp.c 127 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("x")
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i915_debug_fp.c 124 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("x")
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
disasm.c 52 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("/v")
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
util.h 55 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("\n\t")
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
disassemble.c 38 #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("sext(")
    [all...]
  /xsrc/external/mit/xf86-video-chips/dist/util/
mRegs.c 18 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(" = Z|z write vv to MSR\n")
    [all...]
  /xsrc/external/mit/xinput/dist/src/
list.c 48 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("]\n")
    [all...]

Completed in 15 milliseconds

1 2 3 4 5 6 7 8 91011>>