HomeSort by: relevance | last modified time | path
    Searched defs:percent (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
xbell.c 74 int percent; local
77 printf("Usage: xbell percent baseVolume pitch duration\n");
84 percent = atoi(argv[1]);
  /xsrc/external/mit/xgc/dist/
testfrac.c 22 static Widget percent; /* label with chosen percentage */ variable
24 static float fraction; /* what percent has been chosen */
71 XtSetValues(percent, percentargs, XtNumber(percentargs));
95 snprintf(buf, sizeof buf, "percent %d\n", (int)(fraction * 100.0));
165 percent = XtCreateManagedWidget("100",labelWidgetClass,w,
168 scrollargs[5].value = (XtArgVal) percent;
xgc.h 22 float percent; /* percentage of test to run */ member in struct:__anon9698
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
hud_cpu.c 346 double percent = (thread_now - info->last_thread_time) * 100.0 / local
351 * is different, which can result in "percent" being very high.
353 if (percent > 100.0)
354 percent = 0.0;
355 hud_graph_add_value(gr, percent);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
hud_cpu.c 307 double percent = (thread_now - info->last_thread_time) * 100.0 / local
312 * is different, which can result in "percent" being very high.
314 if (percent > 100.0)
315 percent = 0.0;
316 hud_graph_add_value(gr, percent);
  /xsrc/external/mit/libXaw/dist/src/
Viewport.c 827 float percent = *(float *)call_data; local
834 x = (int)(-percent * XtWidth(child));
839 y = (int)(-percent * XtHeight(child));
Text.c 1766 float percent = *(float *)callData; local
1771 (ctx->text.r_margin.left - (int)(percent * (float)value));
1851 float percent = *(float *)callData; local
1858 position = (XawTextPosition)(percent * (float)ctx->text.lastPos);
  /xsrc/external/mit/mesa-demos/dist/src/samples/
wave.c 206 float *color = 0, percent; local
231 percent = 0.2 + 0.8 * (j - indexes[0]) /
233 glutSetColor(j, percent*color[0], percent*color[1],
234 percent*color[2]);
237 percent = (j - indexes[1]) / (float)(indexes[2] - indexes[1]);
238 glutSetColor(j, percent*(1-color[0])+color[0],
239 percent*(1-color[1])+color[1],
240 percent*(1-color[2])+color[2]);
  /xsrc/external/mit/xedit/dist/lisp/modules/
x11.c 85 {LispFunction, Lisp_XBell, "x-bell display &optional percent"},
573 x-bell &optional percent
577 int percent; local
590 percent = 0;
593 percent = FIXNUM_VALUE(opercent);
596 if (percent < -100 || percent > 100)
597 LispDestroy("%s: percent value %d out of range -100 to 100",
598 STRFUN(builtin), percent);
600 XBell(display, percent);
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winconfig.c 823 "Option \"%s\" requires a percent value\n", p->name);
827 double percent = strtod(s, &end); local
831 p->value.realnum = percent;
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winconfig.c 881 "Option \"%s\" requires a percent value\n",
887 double percent = strtod (s, &end); local
892 p->value.realnum = percent;
  /xsrc/external/mit/xman/dist/
ScrollByL.c 563 * percent - the position of the scrollbar.
571 float percent = *((float *) percent_ptr); local
575 new_line = (int) ((float) sblw->scroll.lines * percent);
  /xsrc/external/mit/libX11/dist/include/X11/
XKBlib.h 193 int percent; /* requested volume as a % of maximum */ member in struct:_XkbBellNotify
433 int /* percent */,
442 int /* percent */
451 int /* percent */,
458 int /* percent */,
464 int /* percent */
470 int /* percent */,
  /xsrc/external/mit/xorg-server.old/dist/include/
input.h 200 int percent, pitch, duration; member in struct:__anon10831
324 int /*percent*/,
  /xsrc/external/mit/xset/dist/
xset.c 122 static void set_click(Display *dpy, int percent);
123 static void set_bell_vol(Display *dpy, int percent);
199 int percent = SERVER_DEFAULT; /* Default click volume. */ local
201 set_click(dpy, percent); /* set click to default */
206 percent = DEFAULT_ON;
209 percent = 0; /* Turn it off. */
212 percent = atoi(arg); /* Set to spec. volume */
215 set_click(dpy, percent);
219 int percent = SERVER_DEFAULT; /* Set bell to default. */ local
221 set_bell_vol(dpy, percent); /* set bell to default *
    [all...]
  /xsrc/external/mit/xvidtune/dist/
xvidtune.c 266 float percent; local
269 percent = ((float)(sdp->val - base)) / ((float)sdp->range);
270 XawScrollbarSetThumb (sdp->scrollwidget, percent, 0.0);
678 float percent;
741 percent = ((float)(current - base)) / ((float)sdp->range);
742 XawScrollbarSetThumb (sdp->scrollwidget, percent, 0.0);
898 float percent = *(float*) call; local
899 int ipercent = percent * 100;
910 tmp_val += (int) (((float)sdp->range) * percent);
919 float percent; local
    [all...]
  /xsrc/external/mit/libXi/dist/include/X11/extensions/
XInput.h 516 int percent; member in struct:__anon5863
571 int percent; member in struct:__anon5867
620 int percent; member in struct:__anon5871
660 int percent; member in struct:__anon5874
1068 int /* percent */
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
synaptics.c 342 /* Area options support both percent values and absolute values. This is
344 * also print an error if we request a percent value but only have an
345 * int. So - check first for percent, then call xf86Set* again to get
353 double percent = xf86CheckPercentOption(options, optname, -1); local
355 if (percent >= 0.0) {
356 percent = xf86SetPercentOption(options, optname, -1);
357 result = percent / 100.0 * range + offset;
  /xsrc/external/mit/xorg-server/dist/include/
input.h 236 int percent, pitch, duration; member in struct:__anon10239
348 typedef void (*BellProcPtr) (int percent,
  /xsrc/external/mit/glu/dist/src/libutil/
mipmap.c 1297 float percent; local
1360 percent = xpercent * ypercent;
1361 area += percent;
1364 totals[k] += datain[temp + k] * percent;
1393 float percent; local
1455 percent = y_percent * (1-lowx_float);
1458 totals[k] += (GLubyte)(*(temp_index)) * percent;
1470 percent = y_percent * highx_float;
1473 totals[k] += (GLubyte)(*(temp_index)) * percent;
1478 percent = y_percent * (1-lowx_float)
1610 float percent; local
1828 float percent; local
2108 float percent; local
2402 float percent; local
2689 float percent; local
2985 float percent; local
6029 float percent; local
6931 float percent; local
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XIproto.h 792 CARD8 percent; member in struct:__anon11303
844 CARD8 percent; member in struct:__anon11307
899 INT8 percent; member in struct:__anon11311
951 INT8 percent; member in struct:__anon11315
1230 INT8 percent; member in struct:__anon11334
XKBproto.h 86 INT8 percent; member in struct:_xkbBell
1191 CARD8 percent; member in struct:_xkbBellNotify
  /xsrc/external/mit/xterm/dist/
charproc.c 11170 xtermWarning("limiting extra fontheight percent to 50 (was %d)\n",
11176 xtermWarning("limiting extra fontwidth percent to 50 (was %d)\n",
14326 int percent = (*param_count) ? atoi(params[0]) : 0; local
14328 Bell(term, XkbBI_TerminalBell, percent);
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xproto.h 1961 INT8 percent; /* -100 to 100 */
1957 INT8 percent; \/* -100 to 100 *\/ member in struct:__anon11166

Completed in 37 milliseconds