Searched refs:SECOND (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sys/boot/i386/common/
H A Dcons.c30 #define SECOND 18 /* Circa that many ticks in a second. */ macro
106 secs *= SECOND;
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-mep.h119 typedef enum exp_par_insn_{FIRST, SECOND} EXP_PAR_INSN; enumerator in enum:exp_par_insn_
H A Dtc-mips.c765 The frag's "subtype" is RELAX_ENCODE (FIRST, SECOND), where FIRST and
766 SECOND are the lengths of the two sequences in bytes. These fields
799 #define RELAX_ENCODE(FIRST, SECOND) (((FIRST) << 8) | (SECOND))
1441 #define CONFLICT(FIRST, SECOND) \
1442 vr4120_conflicts[FIX_VR4120_##FIRST] |= 1 << FIX_VR4120_##SECOND
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_wwv.c79 #define SECOND 8000 /* second epoch (sample rate) (Hz) */ macro
80 #define MINUTE (SECOND * 60) /* minute epoch */
199 #define MS (SECOND / 1000) /* samples per millisecond */
200 #define IN100 ((100 * 80) / SECOND) /* 100 Hz increment */
201 #define IN1000 ((1000 * 80) / SECOND) /* 1000 Hz increment */
202 #define IN1200 ((1200 * 80) / SECOND) /* 1200 Hz increment */
688 DTOLFP(1. / SECOND, &up->tick);
812 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
840 up->phase += up->freq / SECOND;
972 static double epobuf[SECOND]; /* secon
[all...]
H A Drefclock_irig.c151 #define SECOND 8000 /* nominal sample rate (Hz) */ macro
164 #define MAXFREQ (250e-6 * SECOND) /* freq tolerance (.025%) */
382 DTOLFP(1. / SECOND, &up->tick);
437 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
465 up->phase += up->freq / SECOND;
481 up->seccnt = (up->seccnt + 1) % SECOND;
756 dtemp = up->decim * ((up->exing + BAUD) / SECOND + 1.) +
953 up->tc, up->exing * 1e6 / SECOND, up->freq *
954 1e6 / SECOND, ulfptoa(&up->wuggle, 6));
H A Drefclock_chu.c207 #define SECOND 8000 /* nominal sample rate (Hz) */ macro
528 DTOLFP(1. / SECOND, &up->tick);
650 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
675 up->seccnt = (up->seccnt + 1) % SECOND;
820 up->baud += 1. / SECOND;
/freebsd-10.0-release/contrib/ntp/util/
H A Dtg.c64 #define SECOND 8000 /* one second of 125-us samples */ macro
337 info.play.sample_rate = SECOND;
365 delay(SECOND - tv.tv_usec * 8 / 1000);
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dboot2.c40 #define SECOND 18 /* Circa that many ticks in a second. */ macro
264 if (autoboot && !keyhit(3*SECOND)) {
281 if (!autoboot || keyhit(3*SECOND))
/freebsd-10.0-release/sys/boot/pc98/boot2/
H A Dboot2.c42 #define SECOND 1 /* Circa that many ticks in a second. */ macro
403 if (autoboot && !keyhit(3*SECOND)) {
420 if (!autoboot || keyhit(3*SECOND))
/freebsd-10.0-release/sys/dev/dpt/
H A Ddpt.h470 SECOND :1,/* This is a secondary controller */ member in struct:get_conf
H A Ddpt_scsi.c1344 if (conf.SECOND)

Completed in 209 milliseconds