Searched refs:period (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dpralarm.h58 ** That rate is expressed as some number of notifies per period where
59 ** the period is much larger than a PRIntervalTime (see prinrval.h).
137 ** PRIntervalTime period Interval over which the notifies
168 PRAlarm *alarm, PRIntervalTime period, PRUint32 rate,
176 ** PRIntervalTime period Interval over which the notifies
184 ** An existing alarm may have its period and rate redefined. The
194 PRAlarmID *id, PRIntervalTime period, PRUint32 rate);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxorg-config.h113 /* Name of the period field in struct kbd_repeat */
114 #define LNX_KBD_PERIOD_NAME period
H A Ddo-not-use-config.h316 /* Name of the period field in struct kbd_repeat */
317 #define LNX_KBD_PERIOD_NAME period
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpralarm.c55 PRIntervalTime period; /* the client defined period */ member in struct:PRAlarmID
115 PRFloat64 baseRate = (PRFloat64)id->period / (PRFloat64)id->rate;
118 id->accumulator += 1; /* every call advances to next period */
231 PRAlarm *alarm, PRIntervalTime period, PRUint32 rate,
250 id->period = period;
264 PRAlarmID *id, PRIntervalTime period, PRUint32 rate)
273 id->period = period;
230 PR_SetAlarm( PRAlarm *alarm, PRIntervalTime period, PRUint32 rate, PRPeriodicAlarmFn function, void *clientData) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DCpuPause.asm21 ; Requests CPU to pause for a short period of time.
23 ; Requests CPU to pause for a short period of time. Typically used in MP
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp623 void HostCpuLoad::init(ULONG period, ULONG length) argument
625 mPeriod = period;
644 void HostCpuLoadRaw::init(ULONG period, ULONG length) argument
646 HostCpuLoad::init(period, length);
708 void HostNetworkSpeed::init(ULONG period, ULONG length) argument
710 mPeriod = period;
720 void HostNetworkLoadRaw::init(ULONG period, ULONG length) argument
722 mPeriod = period;
759 LogFlowThisFunc(("Check cable for %s! speed=%llu period=%d.\n", mShortName.c_str(), mSpeed, getPeriod()));
781 void HostDiskLoadRaw::init(ULONG period, ULON argument
844 init(ULONG period, ULONG length) argument
859 init(ULONG period, ULONG length) argument
885 init(ULONG period, ULONG length) argument
910 init(ULONG period, ULONG length) argument
930 init(ULONG period, ULONG length) argument
1007 init(ULONG period, ULONG length) argument
1056 init(ULONG period, ULONG length) argument
1078 init(ULONG period, ULONG length) argument
1111 init(ULONG period, ULONG length) argument
1148 init(ULONG period, ULONG length) argument
1187 init(ULONG period, ULONG length) argument
[all...]
H A DPerformanceImpl.cpp381 LogFlow (("PerformanceCollector::SetupMetrics() setting period to %u,"
823 m.period = aMetric->getPeriod();
836 m.period = aMetric->getPeriod();
871 *aPeriod = m.period;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dalarm.c202 PRIntervalTime duration, timein, period; member in struct:AlarmData
221 interval = (ad->period + ad->rate - 1) / ad->rate;
242 if (PR_ResetAlarm(id, ad->period, ad->rate) != PR_SUCCESS)
274 ad.period = PR_SecondsToInterval(1);
279 alarm, ad.period, ad.rate, AlarmFn1, &ad);
312 interval = (ad->period + ad->rate - 1) / ad->rate;
349 ad.period = PR_SecondsToInterval(1);
354 alarm, ad.period, ad.rate, AlarmFn2, &ad);
404 ad[i].period = PR_SecondsToInterval(1);
416 alarm, ad[i].period, a
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMetrics.cpp195 ULONG period, count; local
204 CHECK_ERROR(metricInfo[i], COMGETTER(Period)(&period));
212 minimum, maximum, period, count, description.raw());
228 uint32_t period = 1, samples = 1; local
234 if ( !strcmp(argv[i], "--period")
235 || !strcmp(argv[i], "-period"))
239 if ( VINF_SUCCESS != RTStrToUInt32Full(argv[++i], 10, &period)
240 || !period)
241 return errorArgument("Invalid value for 'period' parameter: '%s'", argv[i]);
268 ComSafeArrayAsInParam(objects), period, sample
396 uint32_t period = 1, samples = 1; local
[all...]
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp183 /** The current/previous logged timer period. */
185 /** The current/previous hinted timer period. */
205 int period_code, period; local
218 /* period in 32 kHz cycles */
219 period = 1 << (period_code - 1);
224 next_irq_clock = (cur_clock & ~(uint64_t)(period - 1)) + period;
229 if (RT_UNLIKELY(period != pThis->CurLogPeriod))
231 if (RT_UNLIKELY(period != pThis->CurHintPeriod))
236 LogRel(("RTC: period
859 int period = 1 << (period_code - 1); local
[all...]
/vbox/src/VBox/Main/include/
H A DPerformance.h406 virtual void init(ULONG period, ULONG length) = 0;
455 void init(ULONG period, ULONG length);
475 void init(ULONG period, ULONG length);
491 void init(ULONG period, ULONG length);
509 void init(ULONG period, ULONG length);
529 void init(ULONG period, ULONG length);
550 void init(ULONG period, ULONG length);
577 void init(ULONG period, ULONG length);
598 void init(ULONG period, ULONG length);
617 void init(ULONG period, ULON
[all...]
H A DPerformanceImpl.h98 : period(0), count(0), min(0), max(0)
105 ULONG period; member in struct:PerformanceMetric::Data
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Dgraphwiz.css87 .graphwiz-pixel-input, .graphwiz-dpi-input, .graphwiz-time-input, .graphwiz-period-input {
107 .graphwiz-period-input {
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthread2-r0drv-darwin.cpp96 TimeConstraint.period = 0; /* not really true for a real timer thread, but we've really no idea. */
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dmetrictest.java87 public List<IPerformanceMetric> setup(List<String> metricNames, List<IUnknown> objects, Long period, Long samples) argument
89 return _collector.setupMetrics(metricNames, objects, period, samples);
/vbox/src/VBox/Runtime/testcase/
H A DtstDarwinSched.cpp45 printf("THREAD_TIME_CONSTRAINT_POLICY: krc=%#x default=%d period=%u (%#x) computation=%u (%#x) constraint=%u (%#x) preemptible=%d\n",
46 krc, GetDefault, TimeConstraint.period, TimeConstraint.period,
/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.h166 } period; member in struct:__anon9882
H A Daudio.c120 } period; member in struct:__anon9889
1528 TMTimerSet (s->ts, TMTimerGet (s->ts) + conf.period.ticks);
1565 {"TimerFreq", AUD_OPT_INT, &conf.period.hz,
1741 if (conf.period.hz <= 0) {
1742 if (conf.period.hz < 0) {
1743 dolog ("warning: Timer period is negative - %d "
1745 conf.period.hz);
1747 conf.period.ticks = 1;
1750 conf.period.ticks = PDMDrvHlpTMGetVirtualFreq (pDrvIns)
1751 / conf.period
[all...]
/vbox/src/recompiler/
H A Dqemu-timer.h65 void ptimer_set_period(ptimer_state *s, int64_t period);
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-pf-1.asm48 ;; The desired benchmark period (seconds).
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfip.h113 FIP_FKA_ADV_P = 0x0c, /**< FKA ADV period */
305 /** A FIP FKA ADV period descriptor */
315 /** Keep alive advertisement period in milliseconds */
316 uint32_t period; member in struct:fip_fka_adv_p
319 /** FIP FKA ADV period flags */
396 /** FKA ADV period descriptor */
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_mips.s108 # we define a word as 4 bytes, period end of story!
/vbox/src/VBox/Devices/Input/
H A DPS2K.cpp142 KBD_TMS_DELAY = 1, /* In the initial delay period. */
185 /** Typematic repeat period in milliseconds. */
610 unsigned period; local
618 period = (8 + A) * (1 << B) * 417 / 100;
619 pThis->uTypematicRepeat = period;
620 Log(("Typematic delay %u ms, repeat period %u ms\n",
1083 pHlp->pfnPrintf(pHlp, "Typematic delay %ums, repeat period %ums\n",
/vbox/src/VBox/Main/webservice/
H A Dwebtest.cpp411 req.period = 1; // seconds
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py148 def setup(self, names, objects, period, nsamples):
150 metrics, sets the period of collection and the number of retained
153 self.collector.setupMetrics(names, objects, period, nsamples)

Completed in 143 milliseconds

12