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

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dptrveloc.h51 float velocity, float threshold, float accelCoeff);
104 float velocity, float threshold, float acc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dptrveloc.h52 double velocity, double threshold, double accelCoeff);
114 double velocity, double threshold, double acc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dptrveloc.h52 double velocity, double threshold, double accelCoeff);
114 double velocity, double threshold, double acc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dptrveloc.h52 float velocity, float threshold, float accelCoeff);
105 float velocity, float threshold, float acc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dptrveloc.h52 float velocity, float threshold, float accelCoeff);
108 float velocity, float threshold, float acc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dptrveloc.h52 float velocity, float threshold, float accelCoeff);
108 float velocity, float threshold, float acc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dptrveloc.h52 float velocity, float threshold, float accelCoeff);
114 float velocity, float threshold, float acc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dptrveloc.h52 double velocity, double threshold, double accelCoeff);
114 double velocity, double threshold, double acc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dptrveloc.h52 double velocity, double threshold, double accelCoeff);
114 double velocity, double threshold, double acc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dptrveloc.h52 double velocity, double threshold, double accelCoeff);
114 double velocity, double threshold, double acc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dptrveloc.h52 double velocity, double threshold, double accelCoeff);
114 double velocity, double threshold, double acc);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DATokenBuffer.cpp70 threshold = &buffer[(int)(buffer_size/2)]; // MR23 - Used to be 1.0/2.0 !
118 if( next > threshold )
121 /* MR23 */ printMessage(stderr,"getToken: next > threshold (high water is %d)\n", threshold-buffer);
237 "before: tp=%d, last=%d, next=%d, threshold=%d\n",tp-buffer,last-buffer,next-buffer,threshold-buffer);
320 threshold = &buffer[(int)(buffer_size*(1.0/2.0))];
H A DATokenBuffer.h73 _ANTLRTokenPtr *threshold; member in class:ANTLRTokenBuffer
/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c70 unsigned int threshold; member in struct:__anon9887
101 INIT_FIELD (.threshold =) 0,
275 static void alsa_set_threshold (snd_pcm_t *handle, snd_pcm_uframes_t threshold) argument
289 err = snd_pcm_sw_params_set_start_threshold (handle, sw_params, threshold);
292 alsa_logerr (err, "Failed to set software threshold to %ld\n",
293 threshold);
620 if (!in && conf.threshold) {
621 snd_pcm_uframes_t threshold; local
628 threshold = (conf.threshold * bytes_per_se
[all...]
H A DDrvHostALSAAudio.cpp100 unsigned int threshold; member in struct:ALSAAUDIOCFG
330 snd_pcm_uframes_t threshold)
343 LogRel(("ALSA: Failed to get current software parameters for threshold: %s\n",
349 err = snd_pcm_sw_params_set_start_threshold(phPCM, pSWParms, threshold);
352 LogRel(("ALSA: Failed to set software threshold to %ld: %s\n",
353 threshold, snd_strerror(err)));
361 LogRel(("ALSA: Failed to set new software parameters for threshold: %s\n",
367 LogFlowFunc(("Setting threshold to %RU32\n", threshold));
631 && s_ALSAConf.threshold)
329 drvHostALSAAudioSetThreshold(snd_pcm_t *phPCM, snd_pcm_uframes_t threshold) argument
641 snd_pcm_uframes_t threshold local
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86OSmouse.h117 int threshold; /* acceleration */ member in struct:_MouseDevRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dinput.h128 int num, den, threshold; member in struct:__anon7416
H A Dxf86OSmouse.h234 int threshold; /* acceleration */ member in struct:_MouseDevRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86OSmouse.h234 int threshold; /* acceleration */ member in struct:_MouseDevRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86OSmouse.h234 int threshold; /* acceleration */ member in struct:_MouseDevRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dinput.h130 int num, den, threshold; member in struct:__anon4574
H A Dxf86OSmouse.h235 int threshold; /* acceleration */ member in struct:_MouseDevRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dinput.h130 int num, den, threshold; member in struct:__anon4137
H A Dxf86OSmouse.h235 int threshold; /* acceleration */ member in struct:_MouseDevRec
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/ws/ javax/xml/ws/handler/ ...

Completed in 142 milliseconds

123