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

/freebsd-10.2-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.2-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.2-release/contrib/ntp/ntpd/
H A Drefclock_irig.c155 #define SECOND 8000 /* nominal sample rate (Hz) */ macro
168 #define MAXFREQ (250e-6 * SECOND) /* freq tolerance (.025%) */
373 DTOLFP(1. / SECOND, &up->tick);
430 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
445 up->phase += (up->freq + clock_codec) / SECOND;
466 up->seccnt = (up->seccnt + 1) % SECOND;
787 dtemp = up->decim * (up->exing / SECOND) + up->fdelay;
950 up->tc, up->exing * 1e6 / SECOND, up->freq *
951 1e6 / SECOND, ulfptoa(&pp->lastrec, 6));
H A Drefclock_chu.c225 #define SECOND 8000 /* nominal sample rate (Hz) */ macro
555 DTOLFP(1. / SECOND, &up->tick);
672 DTOLFP((double)rbufp->recv_length / SECOND, &ltemp);
697 up->seccnt = (up->seccnt + 1) % SECOND;
841 up->baud += 1. / SECOND;
/freebsd-10.2-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);
H A Dtg2.c238 #define SECOND (8000) /* one second of 125-us samples */ macro
693 SetSampleRate = SECOND;
1084 delay(SECOND - TimeValue.tv_usec * 8 / 1000);
/freebsd-10.2-release/sys/boot/i386/boot2/
H A Dboot2.c53 #define SECOND 18 /* Circa that many ticks in a second. */ macro
279 if (autoboot && !keyhit(3*SECOND)) {
296 if (!autoboot || keyhit(3*SECOND))
/freebsd-10.2-release/sys/boot/pc98/boot2/
H A Dboot2.c55 #define SECOND 1 /* Circa that many ticks in a second. */ macro
418 if (autoboot && !keyhit(3*SECOND)) {
435 if (!autoboot || keyhit(3*SECOND))
/freebsd-10.2-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 194 milliseconds