Searched refs:clocks (Results 1 - 23 of 23) sorted by relevance

/freebsd-9.3-release/contrib/telnet/telnet/
H A Dtypes.h52 extern Clocks clocks;
H A Ddefines.h37 #define settimer(x) clocks.x = clocks.system++
H A Dterminal.c210 if (dontlecho && (clocks.echotoggle > clocks.modenegotiated)) {
H A Dsys_bsd.c1025 * So, clocks to the rescue. If we've "just"
1040 if (clocks.didnetreceive < clocks.gotDM) {
H A Dtelnet.c161 * The following are some clocks used to decide how to interpret
165 Clocks clocks;
164 Clocks clocks; variable
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dtypes.h52 extern Clocks clocks;
H A Ddefines.h36 #define settimer(x) clocks.x = clocks.system++
H A Dterminal.c175 if (dontlecho && (clocks.echotoggle > clocks.modenegotiated)) {
H A Dsys_bsd.c867 * So, clocks to the rescue. If we've "just"
882 if (clocks.didnetreceive < clocks.gotDM) {
H A Dtelnet.c124 * The following are some clocks used to decide how to interpret
128 Clocks clocks; variable
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Ddefs.h83 #define settimer(x) (clocks.x = ++clocks.system)
84 #define sequenceIs(x,y) (clocks.x < clocks.y)
H A Dglobal.c75 * The following are some clocks used to decide how to interpret
79 struct clocks_t clocks; variable in typeref:struct:clocks_t
H A Dext.h162 * The following are some clocks used to decide how to interpret
180 extern struct clocks_t clocks;
/freebsd-9.3-release/share/man/man7/
H A DMakefile9 clocks.7 \
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Ddefs.h144 #define settimer(x) (clocks.x = ++clocks.system)
145 #define sequenceIs(x,y) (clocks.x < clocks.y)
H A Dext.h189 * The following are some clocks used to decide how to interpret
206 } clocks;
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.usholiday16 03/SunSecond Daylight Savings Time begins in USA; clocks move forward (2nd Sunday of March)
34 11/SunFirst Daylight Savings Time ends in USA; clocks move back (1st Sunday of November)
/freebsd-9.3-release/contrib/ntp/
H A Dflock-build17 PARSE="--enable-parse-clocks"
85 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" &
118 ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS &
H A Dbuild100 *--disable-all-clocks*)
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_sdvo.c656 struct intel_sdvo_pixel_clock_range clocks; local
658 CTASSERT(sizeof(clocks) == 4);
661 &clocks, sizeof(clocks)))
665 *clock_min = clocks.min * 10;
666 *clock_max = clocks.max * 10;
/freebsd-9.3-release/sys/kern/
H A Dkern_clock.c90 SYSINIT(clocks, SI_SUB_CLOCKS, SI_ORDER_FIRST, initclocks, NULL);
363 * it is randomized to avoid aliasing between the two clocks. For example,
394 * Initialize clock frequencies and start both clocks running.
829 * Return information about system clocks.
849 "Rate and period of various kernel clocks");
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6184 /* The following variable value is length of the arrays `clocks' and
6193 static int *clocks;
6478 clocks [INSN_UID (last_scheduled_insn)] = clock_var;
6615 && last_clock - clocks [INSN_UID (dep_insn)] < 4
6617 || last_clock - clocks [INSN_UID (dep_insn)] < d))
6618 d = last_clock - clocks [INSN_UID (dep_insn)];
6649 clocks = xrecalloc (clocks, new_clocks_length, clocks_length,
8483 clocks = xcalloc (clocks_length, sizeof (int));
8549 free (clocks);
6179 static int *clocks; variable
[all...]
/freebsd-9.3-release/lib/libc/softfloat/
H A Dtimesoftfloat.c64 static void reportTime( int32 count, long clocks )
69 ( count / ( ( (float) clocks ) / CLOCKS_PER_SEC ) ) / 1000,

Completed in 319 milliseconds