Searched refs:interval (Results 51 - 75 of 114) sorted by relevance

12345

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dset.h35 that designate protocol message types. In most cases the interval of
54 /* an interval of set members */
78 RecordSetInterval *interval
133 _pIter is NULL, the first interval of set members is copied into _interval.
135 RecordIterateSet to obtain the next interval. When the return value is
143 while (pIter = RecordIterateSet(pSet, pIter, &interval))
145 process interval;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dset.h35 that designate protocol message types. In most cases the interval of
54 /* an interval of set members */
78 RecordSetInterval *interval
133 _pIter is NULL, the first interval of set members is copied into _interval.
135 RecordIterateSet to obtain the next interval. When the return value is
143 while (pIter = RecordIterateSet(pSet, pIter, &interval))
145 process interval;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxkb.h32 extern int XkbSetRepeatRate(DeviceIntPtr dev, int timeout, int interval, int major, int minor);
33 extern int XkbGetRepeatRate(DeviceIntPtr dev, int *timeout, int *interval);
H A Dset.h38 that designate protocol message types. In most cases the interval of
57 /* an interval of set members */
81 RecordSetInterval *interval
136 _pIter is NULL, the first interval of set members is copied into _interval.
138 RecordIterateSet to obtain the next interval. When the return value is
146 while (pIter = RecordIterateSet(pSet, pIter, &interval))
148 process interval;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dset.h35 that designate protocol message types. In most cases the interval of
54 /* an interval of set members */
78 RecordSetInterval *interval
133 _pIter is NULL, the first interval of set members is copied into _interval.
135 RecordIterateSet to obtain the next interval. When the return value is
143 while (pIter = RecordIterateSet(pSet, pIter, &interval))
145 process interval;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dset.h35 that designate protocol message types. In most cases the interval of
54 /* an interval of set members */
78 RecordSetInterval *interval
133 _pIter is NULL, the first interval of set members is copied into _interval.
135 RecordIterateSet to obtain the next interval. When the return value is
143 while (pIter = RecordIterateSet(pSet, pIter, &interval))
145 process interval;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dset.h35 that designate protocol message types. In most cases the interval of
54 /* an interval of set members */
78 RecordSetInterval *interval
133 _pIter is NULL, the first interval of set members is copied into _interval.
135 RecordIterateSet to obtain the next interval. When the return value is
143 while (pIter = RecordIterateSet(pSet, pIter, &interval))
145 process interval;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dset.h35 that designate protocol message types. In most cases the interval of
54 /* an interval of set members */
72 RecordSetInterval * interval);
121 _pIter is NULL, the first interval of set members is copied into _interval.
123 RecordIterateSet to obtain the next interval. When the return value is
131 while (pIter = RecordIterateSet(pSet, pIter, &interval))
133 process interval;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dset.h35 that designate protocol message types. In most cases the interval of
54 /* an interval of set members */
72 RecordSetInterval * interval);
121 _pIter is NULL, the first interval of set members is copied into _interval.
123 RecordIterateSet to obtain the next interval. When the return value is
131 while (pIter = RecordIterateSet(pSet, pIter, &interval))
133 process interval;
H A Dglxscreens.h131 int (*swapInterval) (__GLXdrawable * drawable, int interval);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dset.h35 that designate protocol message types. In most cases the interval of
54 /* an interval of set members */
72 RecordSetInterval * interval);
121 _pIter is NULL, the first interval of set members is copied into _interval.
123 RecordIterateSet to obtain the next interval. When the return value is
131 while (pIter = RecordIterateSet(pSet, pIter, &interval))
133 process interval;
H A Dglxscreens.h130 int (*swapInterval) (__GLXdrawable * drawable, int interval);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxkb.h32 extern int XkbSetRepeatRate(DeviceIntPtr dev, int timeout, int interval, int major, int minor);
33 extern int XkbGetRepeatRate(DeviceIntPtr dev, int *timeout, int *interval);
H A Dset.h38 that designate protocol message types. In most cases the interval of
57 /* an interval of set members */
81 RecordSetInterval *interval
136 _pIter is NULL, the first interval of set members is copied into _interval.
138 RecordIterateSet to obtain the next interval. When the return value is
146 while (pIter = RecordIterateSet(pSet, pIter, &interval))
148 process interval;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drccv.cpp70 rv = PR_WaitCondVar(cv, timeout.interval);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsAutoLock.h284 nsresult Wait(PRIntervalTime interval = PR_INTERVAL_NO_TIMEOUT) {
285 return PR_Wait(mMonitor, interval) == PR_SUCCESS
359 nsresult Wait(PRIntervalTime interval = PR_INTERVAL_NO_TIMEOUT) {
360 return PR_CWait(mLockObject, interval) == PR_SUCCESS
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dthruput.c104 PRIntervalTime now, interval; local
156 interval = now - shared->timein;
157 if (interval > sampling_interval)
168 PRUint32 rate = sampled / PR_IntervalToMilliseconds(interval);
213 PRIntervalTime now, interval; local
243 interval = now - shared->timein;
244 if (interval > sampling_interval)
255 PRUint32 rate = sampled / PR_IntervalToMilliseconds(interval);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_work.c70 dtrace_optval_t interval = dtp->dt_options[opt]; local
81 if (*((hrtime_t *)a) + interval < earliest)
82 earliest = *((hrtime_t *)a) + interval;
140 dtrace_optval_t interval = dtp->dt_options[DTRACEOPT_STATUSRATE]; local
150 if (now - dtp->dt_laststatus < VBDTCAST(hrtime_t)interval)
153 dtp->dt_laststatus += interval;
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGMachinePreview.cpp99 /* Initialize with the new update interval: */
198 if (m_pUpdateTimer->interval() > 0)
339 PreviewUpdateIntervalType interval = static_cast<PreviewUpdateIntervalType>(pReturn->data().toInt()); local
340 setUpdateInterval(interval, true);
418 void UIGMachinePreview::setUpdateInterval(PreviewUpdateIntervalType interval, bool fSave) argument
420 switch (interval)
434 /* Set the timer interval: */
435 m_pUpdateTimer->setInterval(gpConverter->toInternalInteger(interval));
437 m_actions[interval]->setChecked(true);
444 gEDataManager->setSelectorWindowPreviewUpdateInterval(interval);
[all...]
H A DUIGMachinePreview.h98 void setUpdateInterval(PreviewUpdateIntervalType interval, bool fSave);
/vbox/src/VBox/Devices/USB/
H A DVUSBReadAhead.cpp178 unsigned max_pkt_size, mult, interval; local
196 interval = pDesc->bInterval ? 1 << (pDesc->bInterval - 1) : 1;
204 interval = pDesc->bInterval;
208 Log(("vusb: interval=%u, max pkt size=%u, multiplier=%u\n", interval, max_pkt_size, mult));
218 pUrb = vusbDevNewIsocUrb(pThis->pDev, pDesc->bEndpointAddress & 0xF, interval, max_pkt_size * mult);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxscreens.h130 int (*swapInterval) (__GLXdrawable * drawable, int interval);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxscreens.h148 int interval);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxscreens.h143 int interval);
/vbox/src/VBox/Installer/solaris/
H A Dsmf-vboxballoonctrl.sh59 VBOXWATCHDOG_BALLOON_INTERVAL=`/usr/bin/svcprop -p config/interval $SMF_FMRI 2>/dev/null`
84 [ -n "$VBOXWATCHDOG_BALLOON_INTERVAL" ] && PARAMS="$PARAMS --balloon-interval \"$VBOXWATCHDOG_BALLOON_INTERVAL\""

Completed in 160 milliseconds

12345