Searched refs:period (Results 1 - 25 of 186) sorted by path

12345678

/freebsd-11-stable/bin/rcp/
H A Drcp.c90 static char period[] = "."; variable
216 targ = period;
236 src = period;
312 src = period;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex603 % @. is an end-of-sentence period.
2945 % period following counts as ending a sentence. (Idea found in latex.)
2981 % We do .5em per period so that it has the same spacing in the cm
2982 % typewriter fonts as three actual period characters; on the other hand,
3759 % Call \doitemize, adding a period to the first argument and supplying the
3882 % we'll always have a period there to be parsed.
/freebsd-11-stable/contrib/dialog/
H A Drangebox.c41 int period; member in struct:_box
H A Dtimebox.c51 int period; member in struct:_box
95 int period, int value,
105 data->period = period;
106 data->value = value % period;
366 obj->value += obj->period;
367 obj->value %= obj->period;
377 if (value < obj->period) {
91 init_object(BOX * data, WINDOW *parent, int x, int y, int width, int height, int period, int value, int code) argument
/freebsd-11-stable/contrib/dma/
H A Dspool.c401 flushqueue_since(unsigned int period) argument
418 /* Did the flush file get touched within the last period seconds? */
419 if (st.st_mtim.tv_sec + (int)period >= now.tv_sec)
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex618 % period following counts as ending a sentence. (Idea found in latex.)
657 % @. is an end-of-sentence period.
1102 % We do .5em per period so that it has the same spacing in a typewriter
1103 % font as three actual period characters.
2656 % Call \doitemize, adding a period to the first argument and supplying the
2779 % we'll always have a period there to be parsed.
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c4088 /* Returns period of induction variable iv. */
4093 tree step = iv->step, period, type; local
4104 period = build_low_bits_mask (type,
4108 return period;
4138 tree wider_type, period, per_type; local
4166 elapsed. This is the case iff the period of the induction variable is
4168 period = iv_period (cand->iv);
4169 if (!period)
4171 per_type = TREE_TYPE (period);
4173 wider_type = TREE_TYPE (period);
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex610 % period following counts as ending a sentence. (Idea found in latex.)
649 % @. is an end-of-sentence period.
1079 % We do .5em per period so that it has the same spacing in a typewriter
1080 % font as three actual period characters.
2555 % Call \doitemize, adding a period to the first argument and supplying the
2678 % we'll always have a period there to be parsed.
/freebsd-11-stable/contrib/ldns/
H A Dduration.c200 uint32_t period = (uint32_t) duration; local
203 while (period > 0) {
205 period /= 10;
321 time_t period = 0; local
324 period += (duration->seconds);
325 period += (duration->minutes)*60;
326 period += (duration->hours)*3600;
327 period += (duration->days)*86400;
328 period += (duration->weeks)*86400*7;
329 period
[all...]
H A Dstr2host.c178 ldns_str2rdf_period(ldns_rdf **rd,const char *period) argument
184 p = ldns_str2period(period, &end);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/awk/
H A Dt_awk.sh92 atf_test_case period
95 atf_set "descr" "Checks that the period character is recognised" \
102 h_check period -v x=0.5
357 atf_add_test_case period
/freebsd-11-stable/contrib/ntp/adjtimed/
H A Dadjtimed.c280 struct itimerval period, remains; local
293 * Apply a slew rate of slew_rate over a period of dt/slew_rate seconds.
301 period.it_value.tv_sec = dt / slew_rate;
302 period.it_value.tv_usec = (dt % slew_rate) * (MILLION / slew_rate);
304 * Note: we assume the kernel will convert the specified period into ticks
312 period.it_value.tv_sec, period.it_value.tv_usec);
315 period.it_value.tv_sec, period.it_value.tv_usec);
327 * (do this after changing the rate because the period ha
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dadjtime.c256 * 1 second period until the desired delta is achieved.
273 * execution period (1s). If slightly less than 1s (0.95-0.99), then olddelta
274 * residual error (introduced by execution period jitter) will be reduced.
299 struct _clockperiod period; local
315 * Get the current clock period (nanoseconds)
317 if (ClockPeriod (CLOCK_REALTIME, 0, &period, 0) == -1)
323 count = 1e9 * ADJUST_PERIOD / period.nsec;
335 increment_limit = CORR_SLEW_LIMIT * period.nsec;
/freebsd-11-stable/contrib/top/
H A DConfigure215 systems, this update will take a significant period of time (because all
/freebsd-11-stable/etc/defaults/
H A Dperiodic.conf331 periodvar=${var%enable}period
348 local var="$1" periodvar value period
356 periodvar=${var%enable}period
357 eval period=\"\$$periodvar\"
360 case "$period" in
366 case "$period" in
372 case "$period" in
379 case "$period" in
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c126 time_t period; local
132 period = login_getcaptime(lc, "passwordtime", 0, 0);
133 if (period > (time_t)0) {
134 pw->pw_change = time(NULL) + period;
/freebsd-11-stable/share/mk/
H A Dsys.mk474 # period has passed, include it while we're in a ports tree here
/freebsd-11-stable/stand/i386/libi386/
H A Dtime.c104 * Use the BIOS Wait function to pause for (period) microseconds.
110 delay(int period) argument
115 v86.ecx = period >> 16;
116 v86.edx = period & 0xffff;
/freebsd-11-stable/sys/arm/allwinner/
H A Dtimer.c99 sbintime_t first, sbintime_t period);
236 sbintime_t period)
244 if (period != 0)
245 sc->sc_period = ((uint32_t)et->et_frequency * period) >> 32;
258 if (period != 0) {
311 * Now we will set periodic timer with the given period
235 a10_timer_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_timer.c167 aml8726_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
177 period_ticks = (period * et->et_frequency) / SBT_1S;
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c126 bcm_systimer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c280 bd->mode.count = conf->period;
281 bd->buffer_addr = conf->saddr + (conf->period * i);
H A Dimx6_sdma.h236 uint32_t period; member in struct:sdma_conf
H A Dimx6_ssi.c426 sc->pos += conf->period;
498 conf->period = sndbuf_getblksz(ch->buffer);
H A Dimx_epit.c85 * In theory our minimum period is 1 tick, because to setup a oneshot we don't
103 uint32_t period; member in struct:epit_softc
230 epit_et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
244 if (period != 0) {
246 ticks = ((uint32_t)et->et_frequency * period) >> 32;
286 * status since a short period would make it fire again really soon.

Completed in 256 milliseconds

12345678