Searched refs:threshold (Results 1 - 25 of 99) sorted by relevance

1234

/xsrc/external/mit/libX11/dist/src/
H A DChPntCon.c39 int threshold)
50 req->threshold = threshold;
33 XChangePointerControl(register Display * dpy,Bool do_acc,Bool do_thresh,int acc_numerator,int acc_denominator,int threshold) argument
H A DGetPCnt.c38 int *threshold)
47 *threshold = rep.threshold;
33 XGetPointerControl(register Display * dpy,int * accel_numer,int * accel_denom,int * threshold) argument
/xsrc/external/mit/font-util/dist/
H A Dbdftruncate.c34 * a threshold code value are stored unencoded.
53 static int parse_threshold(const char *str, unsigned long *threshold);
56 parse_threshold(const char *str, unsigned long *threshold) argument
69 *threshold = strtoul(str, &end_ptr, base);
70 if (errno != 0 || *threshold == 0)
76 process_line(const char *line, int removewide, unsigned long threshold) argument
88 if (enc >= threshold || (removewide && iswide(enc))) {
101 threshold);
126 unsigned long threshold; local in function:main
148 if (parse_threshold(*argv, &threshold)) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_schedule.h60 int threshold; member in struct:nir_schedule_options
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DPointer.c45 ctrl->num, ctrl->den, ctrl->threshold);
78 &defaultPointerControl.threshold);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DPointer.c45 ctrl->num, ctrl->den, ctrl->threshold);
77 &defaultPointerControl.threshold);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dptrveloc.c58 * function selection (threshold =/!= 0)
67 float threshold, float acc);
651 float threshold,
655 result = vel->Profile(dev, vel, velocity, threshold, acc);
670 float threshold,
688 dev, vel, vel->velocity, threshold, acc);
690 dev, vel, vel->last_velocity, threshold, acc);
693 threshold, acc);
700 vel->velocity, threshold, acc);
736 float threshold,
647 BasicComputeAcceleration(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
667 ComputeAcceleration(DeviceIntPtr dev,DeviceVelocityPtr vel,float threshold,float acc) argument
732 ClassicProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
764 PowerProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
802 SimpleSmoothProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
828 SmoothLinearProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
863 SmoothLimitedProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
884 LinearProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
895 NoProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,float velocity,float threshold,float acc) argument
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dptrveloc.c59 * function selection (threshold =/!= 0)
66 double threshold, double acc);
755 double velocity, double threshold, double acc)
760 result = vel->Profile(dev, vel, velocity, threshold, acc);
775 DeviceVelocityPtr vel, double threshold, double acc)
793 BasicComputeAcceleration(dev, vel, vel->velocity, threshold, acc);
795 BasicComputeAcceleration(dev, vel, vel->last_velocity, threshold,
801 threshold,
809 vel->velocity, threshold, acc);
839 double velocity, double threshold, doubl
753 BasicComputeAcceleration(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
774 ComputeAcceleration(DeviceIntPtr dev,DeviceVelocityPtr vel,double threshold,double acc) argument
837 ClassicProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
858 PowerProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
892 SimpleSmoothProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
914 SmoothLinearProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
947 SmoothLimitedProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
964 LinearProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
972 NoProfile(DeviceIntPtr dev,DeviceVelocityPtr vel,double velocity,double threshold,double acc) argument
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A Dptrveloc.h52 double velocity, double threshold, double accelCoeff);
114 double velocity, double threshold, double acc);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dptrveloc.h52 float velocity, float threshold, float accelCoeff);
108 float velocity, float threshold, float acc);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dchgfctl.c251 int threshold; local in function:ChangePtrFeedback
253 threshold = f->thresh;
254 if (threshold == -1)
255 pctrl.threshold = defaultPointerControl.threshold;
256 else if (threshold < 0) {
257 client->errorValue = threshold;
260 pctrl.threshold = threshold;
H A Dgetfctl.c134 p2->threshold = p->ctrl.threshold;
139 swaps(&p2->threshold, n);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dchgfctl.c252 int threshold; local in function:ChangePtrFeedback
254 threshold = f->thresh;
255 if (threshold == -1)
256 pctrl.threshold = defaultPointerControl.threshold;
257 else if (threshold < 0) {
258 client->errorValue = threshold;
262 pctrl.threshold = threshold;
H A Dgetfctl.c130 p2->threshold = p->ctrl.threshold;
135 swaps(&p2->threshold);
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafangles.c212 FT_Pos threshold )
242 /* `threshold'; this is very primitive and might not yield */
247 if ( table[i].org - cur_val > threshold ||
253 if ( table[i].org - cur_val <= threshold &&
210 af_sort_and_quantize_widths(FT_UInt * count,AF_Width table,FT_Pos threshold) argument
H A Dafcjk.c1303 FT_Pos best_dist0; /* initial threshold */
1306 /* compute the initial threshold as a fraction of the EM size */
1596 /* with a different threshold */
1695 FT_Pos threshold = 64; local in function:af_hint_normal_stem
1704 threshold = 64 - AF_LIGHT_MODE_MAX_HORZ_GAP;
1706 threshold = 64 - AF_LIGHT_MODE_MAX_VERT_GAP;
1711 threshold = 64 - AF_LIGHT_MODE_MAX_HORZ_GAP / 3;
1713 threshold = 64 - AF_LIGHT_MODE_MAX_VERT_GAP / 3;
1735 if ( cur_len <= threshold )
1748 if ( threshold < 6
[all...]
/xsrc/external/mit/libdrm/dist/tegra/
H A Dsyncpt.c94 args.threshold = fence->value;
/xsrc/external/mit/xf86-input-ws/dist/src/
H A Dws.h48 int num, den, threshold; /* relative accel params */ member in struct:WSDevice
/xsrc/external/mit/xinput/dist/src/
H A Dfeedback.c78 feedback.threshold = atoi(argv[1]);
149 printf("\tthreshold is %d\n", p->threshold);
/xsrc/external/mit/xset/dist/
H A Dxset.c130 static void set_mouse(Display *dpy, int acc_num, int acc_denom, int threshold);
440 int threshold = SERVER_DEFAULT; local in function:main
443 set_mouse(dpy, acc_num, acc_denom, threshold);
454 set_mouse(dpy, acc_num, acc_denom, threshold);
459 threshold = atoi(arg); /* Set threshold as user specified. */
463 set_mouse(dpy, acc_num, acc_denom, threshold);
1039 set_mouse(Display *dpy, int acc_num, int acc_denom, int threshold) argument
1045 if (threshold == DONT_CHANGE)
1051 if (threshold <
1259 int acc_num, acc_denom, threshold; local in function:query
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri_common.c56 int threshold = _LOADER_WARNING; local in function:dri_message
62 threshold = _LOADER_FATAL;
64 threshold = _LOADER_DEBUG;
68 if (level <= threshold) {
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshalgo.c1414 FT_Int threshold,
1449 if ( d < threshold && -d < threshold )
1469 if ( d < threshold && -d < threshold )
1506 if ( d < threshold && -d < threshold )
1523 if ( d < threshold && -d < threshold )
1578 FT_Int threshold; local in function:psh_glyph_find_strong_points
1411 psh_hint_table_find_strong_points(PSH_Hint_Table table,PSH_Point point,FT_UInt count,FT_Int threshold,FT_Int major_dir) argument
[all...]
/xsrc/external/mit/libXi/dist/src/
H A DXGetFCtl.c199 P->threshold = p->threshold;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_context.h109 void draw_wide_point_threshold(struct draw_context *draw, float threshold);
113 void draw_wide_line_threshold(struct draw_context *draw, float threshold);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_context.h113 void draw_wide_point_threshold(struct draw_context *draw, float threshold);
117 void draw_wide_line_threshold(struct draw_context *draw, float threshold);

Completed in 44 milliseconds

1234