Lines Matching full:duration
123 int pitch, duration; in _XkbDDXBeepExpire() local
140 duration = oldDuration = ctrl->bell_duration; in _XkbDDXBeepExpire()
146 duration = 0; in _XkbDDXBeepExpire()
157 duration = SHORT_TONE; in _XkbDDXBeepExpire()
163 duration = SHORT_TONE; in _XkbDDXBeepExpire()
179 duration = VERY_LONG_TONE; in _XkbDDXBeepExpire()
185 duration = SHORT_TONE; in _XkbDDXBeepExpire()
195 duration = VERY_LONG_TONE; in _XkbDDXBeepExpire()
197 duration = SHORT_TONE; in _XkbDDXBeepExpire()
202 duration = SHORT_TONE; in _XkbDDXBeepExpire()
216 duration = SHORT_TONE; in _XkbDDXBeepExpire()
229 duration = SHORT_TONE; in _XkbDDXBeepExpire()
249 duration = CLICK_DURATION; in _XkbDDXBeepExpire()
258 duration = SHORT_TONE; in _XkbDDXBeepExpire()
271 duration = SHORT_TONE; in _XkbDDXBeepExpire()
283 duration = SHORT_TONE; in _XkbDDXBeepExpire()
290 duration = SHORT_TONE; in _XkbDDXBeepExpire()
296 if (timer == NULL && duration > 0) { in _XkbDDXBeepExpire()
300 ctrl->bell_duration = duration; in _XkbDDXBeepExpire()
316 it's less than the beep duration, make sure not to schedule the in _XkbDDXBeepExpire()
327 if (elapsedtime < duration) { in _XkbDDXBeepExpire()
328 next += duration - elapsedtime; in _XkbDDXBeepExpire()